Remove Baking Remove Culling Remove FPS Remove Texture
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
article thumbnail

Optimize Vegetation Generation

Mnenad

Step by step to dense vegetation and acceptable FPS. The big problem was (and still is in some cases): HOW CAN WE GENERATE DENSE VEGETATION AND PLACE IT FAST AND WITHOUT TO MUCH FPS DROP AFTER THE GENERATION PROCESS ? In my case I had terrible FPS with just some thousand mesh instances. Batching on runtime. That’s it. When

Mesh 52