article thumbnail

Godot 4.0 optimization progress report

Mircosoft Game Dev

Before getting into the GPU side, several optimizations have been done on the CPU side: Culling is now done in a brute-force way which is extremely cache efficient. Everything in the main frame is culled at the same time, objects, light cascades, SDFGI cascades, etc. These test do culling on 10k objects.

Culling 52
article thumbnail

Dev snapshot: Godot 3.4 beta 3

Mircosoft Game Dev

Mesh: Implement octahedral map normal/tangent attribute compression ( GH-46800 ). Mesh: Options to clean/simplify convex hull generated from mesh ( GH-50328 ). Rendering: Rooms and portals-based occlusion culling ( GH-46130 ). Rendering: Fixes depth sorting of meshes with transparent textures ( GH-50721 ).

Beta 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Dev snapshot: Godot 3.4 beta 2

Mircosoft Game Dev

Mesh: Options to clean/simplify convex hull generated from mesh ( GH-50328 ). Rendering: Rooms and portals-based occlusion culling ( GH-46130 ). Rendering: Rooms and portals-based occlusion culling ( GH-46130 ). Rendering: Fixes depth sorting of meshes with transparent textures ( GH-50721 ).

Beta 52
article thumbnail

Dev snapshot: Godot 3.4 beta 4

Mircosoft Game Dev

Mesh: Implement octahedral map normal/tangent attribute compression ( GH-46800 ). Mesh: Options to clean/simplify convex hull generated from mesh ( GH-50328 ). Rendering: Rooms and portals-based occlusion culling ( GH-46130 ). Rendering: Fixes depth sorting of meshes with transparent textures ( GH-50721 ).

Beta 52
article thumbnail

Optimize Vegetation Generation

Mnenad

Mainly I focused on generating grass that bends in the wind and some fern like plants, but what comes next is usable for all kind of meshes. Batching means to combine mesh objects that share the same material or that are marked as static in the Unity inspector. In my case I had terrible FPS with just some thousand mesh instances.

Mesh 52
article thumbnail

Realistic Lighting in Justice with Mesh Shading

Nvidia

NetEase Thunder Fire Games Uses Mesh Shading To Create Beautiful Game Environments for Justice In December, we interviewed Haiyong Qian, NetEase Game Engine. Recently, NetEase introduced Mesh Shader support to Justice. Q: What are you trying to achieve by adding mesh shading to Justice? Q: How do Mesh Shaders solve this?

Mesh 52
article thumbnail

Release candidate: Godot 3.5 RC 3

Mircosoft Game Dev

The new NavigationServer adds support for obstacle avoidance using the RVO2 library, and navigation meshes can now be baked at runtime. Following on from the addition of OccluderShapeSphere in 3.4 , lawnjelly now brings us a more adaptable and easy way to add basic occlusion culling in the form of the OccluderShapePolygon.

Render 52