Grounded: How Unreal Engine Four Recreates a Garden at Microscopic Scale

Published on May 25, 2026 | Translated from Spanish

Unreal Engine 4 has proven its versatility by bringing to life a world we normally ignore: the ant-scale garden. Grounded not only offers a macro perspective but implements advanced vegetation shaders and translucent materials that trick the human eye into believing we are looking at real 2-centimeter objects. We analyze the rendering techniques and artistic pipeline behind this technical marvel. 🐜

Screenshot of Grounded showing an ant next to a giant leaf with realistic lighting and vegetation shaders

Vegetation shaders, translucency, and real-time optimization 🌿

The key to realism in Grounded lies in the vegetation shaders that simulate light interaction with leaves and petals at a tiny scale. The developers implemented a custom subsurface scattering (SSS) system in the translucent materials of the leaves, allowing sunlight to pass through and bounce inside the foliage. For insect rigging, the team used Maya with a hierarchical bone system that mimics the real biomechanics of arthropods, achieving smooth animations without sacrificing performance. The textures, created in Substance Designer, use procedural generators to create details such as leaf veins and bark textures at resolutions that, in the real world, would be microscopic. Real-time optimization was crucial: dynamic LOD reduces shader quality on distant objects, while Unreal Engine 4's real-time ambient occlusion (RTAO) system maintains environmental depth without overloading the GPU.

Level design as visual narrative at a tiny scale 🪲

Beyond technology, Grounded demonstrates that the graphics engine is a tool for storytelling. The macro perspective forces the player to reinterpret everyday objects as colossal obstacles: a dew drop becomes a lake, and a fallen twig, a bridge. This approach is not only a technical achievement but a lesson in level design that prioritizes scale over polygonal complexity. The use of Substance Designer to generate non-repetitive textures in natural environments prevents visual fatigue, while dynamic vegetation shaders respond to the player's movement, creating immersion that only Unreal Engine 4 can offer in real time.

What optimization techniques in Unreal Engine 4 allow rendering the microscopic detail of a garden without sacrificing real-time performance?

(PS: 90% of development time is polishing, the other 90% is fixing bugs)