article thumbnail

Godot 4.0 optimization progress report

Mircosoft Game Dev

are done, I have spent the past two months optimizing the rendering engine, both on the CPU and GPU side. 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. These test do culling on 10k objects. CPU Optimization.

Culling 52
article thumbnail

Dev snapshot: Godot 4.0 beta 11

Mircosoft Game Dev

Over the course of the last four months the engine has seen many changes, making it more stable and feature complete, and it's getting very close to the state that we would be happy with. More engine enums are now bound with BitField, making their usage more type-safe, especially in C# ( GH-71037 , GH-71045 , GH-71116 ). beta releases.

Beta 105
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 4.0 beta 11

Mircosoft Game Dev

Over the course of the last four months the engine has seen many changes, making it more stable and feature complete, and it’s getting very close to the state that we would be happy with. More engine enums are now bound with BitField, making their usage more type-safe, especially in C# ( GH-71037 , GH-71045 , GH-71116 ). beta releases.

Beta 81
article thumbnail

New improvements for GPUParticles in Godot 4.0

Mircosoft Game Dev

They are dynamic and can be moved around in real-time, colliding with any particle system which matches the cull mask. They depend on a final rewrite of the 2D engine based on all the feedback received (it was the first feature implemented in Vulkan after all, done with much less experience than now) in the coming weeks.

article thumbnail

Practical Use of Render Textures

The Knights of Unity

Unity Engine introduces an awesome tools to empower your game development process. I have also set up Culling Mask so that the camera captures only the things with the correct layer. This way, it doesn’t have to render unnecessary elements twice, and the captured texture has black background, so I can use it as alpha.

Texture 52
article thumbnail

Dev snapshot: Godot 3.5 beta 2

Mircosoft Game Dev

alpha builds and maintenance releases for the stable branch ( 3.4.3 , 3.4.4 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. Anything behind the polygon will be culled from view.

Beta 52
article thumbnail

Dev snapshot: Godot 3.5 beta 4

Mircosoft Game Dev

alpha builds , we're trying to release 3.5 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. Anything behind the polygon will be culled from view. We're getting closer to the Godot 3.5

Beta 52