article thumbnail

[Tutorial]Static-Occlusion-Culling, A great solution for improving culling performance during rendering - Guide to Cocos Cyberpunk Source Code

Cocos

This article will delve into the principles and code of the static occlusion culling solution in Cocos Cyberpunk. That brings us to a highly cost-effective rendering performance optimization solution called (Static Occlusion Culling, SOC) implemented in Cocos Cyberpunk. Occlusion Culling Let’s start with the following figure.

Culling 52
article thumbnail

Project Structure - Guide to Cocos Cyberpunk Source Code

Cocos

1、 Comprehensive TPS gameplay framework 2、 A reusable implementation of Custom Render Pipeline 3、 Forward & Deferred Rendering, PostProcessing 4、 Usage of Reflection Probes 5、 Static Occlusion Culling 6、 Compatible with High-end, Mid-end and Low-end devices In this article, we will locate the files that correspond to the features above.

Code 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

Optimize Vegetation Generation

Mnenad

Doing it before starting the actual game would mean to already generate all the content that needs to be batched at the beginning, which is no solution for a theoretically “endless procedurally generated” terrain. I just toggled the “Baked Pivots” option in the shader to ON. That’s it. When

Mesh 52
article thumbnail

Godot 3.5: Can't stop won't stop

Mircosoft Game Dev

The new NavigationServer adds support for obstacle avoidance using the RVO2 library, and navigation meshes can now be baked at runtime. The new container types are especially useful for dynamic content on different window sizes. Anything behind the polygon will be culled from view. This should show up initially as a quad.

Shaders 53
article thumbnail

Godot 3.3 has arrived, with a focus on optimization and reliability

Mircosoft Game Dev

It was reusing parts of the code for baking GIProbes, and that made it quick but not great in terms of quality. Also, the new lightmapper brings support for denoising using Open Image Denoise , which results in better-looking lightmaps in the same bake time range. Various light culling fixes. New CPU lightmapper.

article thumbnail

Release candidate: Godot 3.4 RC 3

Mircosoft Game Dev

Rendering: Rooms and portals-based occlusion culling ( GH-46130 ). Lightmapper: Add an editor setting to configure number of threads for lightmap baking ( GH-52952 ). LineEdit: Double click selects words, triple click selects all the content ( GH-46527 ). Rendering: Rooms and portals-based occlusion culling ( GH-46130 ).

Mesh 52
article thumbnail

Release candidate: Godot 3.4 RC 2

Mircosoft Game Dev

Rendering: Rooms and portals-based occlusion culling ( GH-46130 ). Lightmapper: Add an editor setting to configure number of threads for lightmap baking ( GH-52952 ). LineEdit: Double click selects words, triple click selects all the content ( GH-46527 ). Rendering: Rooms and portals-based occlusion culling ( GH-46130 ).

Mesh 52