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. GPU Optimization.

Culling 52
article thumbnail

Dev snapshot: Godot 4.0 beta 5

Mircosoft Game Dev

Rendering: Added Viewport canvas cull mask feature ( GH-52350 ). Rendering: Use opaque rendering pipeline for alpha hash materials ( GH-61884 ). Rendering: Fix several render issues found while debugging XR ( GH-68102 ). Rendering: Fix alpha hash by correcting typos and doing calculations in object space ( GH-68673 ).

Beta 91
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

Best Practices for Using NVIDIA RTX Ray Tracing (Updated)

Nvidia

It can be directly in the AS build calls or in some related task like the culling of the objects. Cull instances for TLAS. Instead, cull instances depending on the situation. For example, consider culling based on an expanded camera frustum. Moving the CPU work to one or more worker threads is potentially beneficial.

article thumbnail

Dev snapshot: Godot 4.0 beta 3

Mircosoft Game Dev

But the “1” in beta 1 means that it’s only the first step of the journey, and like for the alpha phase, we’re going to release new beta snapshots roughly every other week. The “debug” term in that setup was quite ambiguous however and the source of a lot of confusion, as described in godot-proposals#3371.

Beta 52
article thumbnail

Dev snapshot: Godot 4.0 beta 3

Mircosoft Game Dev

But the "1" in beta 1 means that it's only the first step of the journey, and like for the alpha phase, we're going to release new beta snapshots roughly every other week. The "debug" term in that setup was quite ambiguous however and the source of a lot of confusion, as described in godot-proposals#3371.

Beta 52
article thumbnail

Dev snapshot: Godot 4.0 beta 5

Mircosoft Game Dev

Rendering: Added Viewport canvas cull mask feature ( GH-52350 ). Rendering: Use opaque rendering pipeline for alpha hash materials ( GH-61884 ). Rendering: Fix several render issues found while debugging XR ( GH-68102 ). Rendering: Fix alpha hash by correcting typos and doing calculations in object space ( GH-68673 ).

Beta 40
article thumbnail

Godot 3's renderer design explained

Mircosoft Game Dev

Added to that fact, Vulkan still has years to go until it's properly supported in most desktop and mobile platforms, which makes it unattractive to implement for us (as it means considerably more effort to write, debug and maintain). Great alpha blending support. I'm not trying to say that these APIs are useless, though. Light setup.

Render 52