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 3.4 beta 4

Mircosoft Game Dev

Rendering: Rooms and portals-based occlusion culling ( GH-46130 ). Shaders: Add support for structs and fragment-to-light varyings ( GH-48075 ). Editor: Fix logic for showing tilemap debug collision shapes ( GH-49075 ). Editor: Add custom debug shape thickness and color options to RayCast ( GH-49726 ).

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

Release candidate: Godot 3.5 RC 1

Mircosoft Game Dev

and included in this release candidate are: Asynchronous shader compilation + caching (ubershader) ( GH-53411 ). A long awaited solution to shader compilation stuttering on OpenGL, courtesy Pedro J. Anything behind the polygon will be culled from view. Shaders: Many improvements backported from master ( GH-56794 ).

Render 52
article thumbnail

Dev snapshot: Godot 3.4 beta 2

Mircosoft Game Dev

Rendering: Rooms and portals-based occlusion culling ( GH-46130 ). Shaders: Add support for structs and fragment-to-light varyings ( GH-48075 ). Editor: Fix logic for showing tilemap debug collision shapes ( GH-49075 ). Editor: Add custom debug shape thickness and color options to RayCast ( GH-49726 ).

Beta 52
article thumbnail

Release candidate: Godot 3.2.2 RC 2

Mircosoft Game Dev

While this is not a feature per se, it fixes a major annoyance that users have had with pointers to freed objects unexpectedly being re-assigned to new objects, causing hard-to-debug issues. this bug was fixed with a more comprehensive approach which prevents dangling Variant pointers in both release and debug builds. Other changes.

Beta 52
article thumbnail

Dev snapshot: Godot 3.4 beta 3

Mircosoft Game Dev

Rendering: Rooms and portals-based occlusion culling ( GH-46130 ). Shaders: Add support for structs and fragment-to-light varyings ( GH-48075 ). Editor: Fix logic for showing tilemap debug collision shapes ( GH-49075 ). Editor: Add custom debug shape thickness and color options to RayCast ( GH-49726 ).

Beta 52
article thumbnail

Release candidate: Godot 3.5 RC 6

Mircosoft Game Dev

This RC 6 has a few notable changes compared to the previous build: In RC 4, async shader compilation and caching was enabled by default on desktop, but several users reported issues with it on some hardware. You can enable it in the Project Settings ( rendering/gles3/shaders/shader_compilation_mode ). Estébanez ( RandomShaper )!

Render 52