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. Static batching : combines static (not moving) GameObjects into big Meshes, and renders them in a faster way.   In my case I had terrible FPS with just some thousand mesh instances.

Mesh 52
article thumbnail

NVIDIA DLSS Plugin and Reflex Now Available for Unreal Engine

Nvidia

Leveling up your games with the cutting-edge technologies found in the biggest blockbusters just got a lot simpler. Leveling up your games with the cutting-edge technologies found in the biggest blockbusters just got a lot simpler. Pull the latest change list from UE4 mainline today to improve system latency in your game.

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. Not only are the updated environments breathtaking, the game supports 1.8

Mesh 52