article thumbnail

Cocos Cyberpunk Source Code - A Valuable Learning Resource for 3D Game Development

Cocos

Is it compatible with mobile devices? Classify devices as high-end,middle-end,low-end based on their GPU performance A list of GPUs commonly found on mobile devices, which are classified into different levels Adjust graphics settings and disable certain effect according to the level of devices. without any additional configuration.

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

The 7 deadliest game dev sins. Are you guilty of any of them?

Awesome Tuts

5 Overusing cameras, especially on mobile devices. Learning how to use occlusion culling will also help you in this case. I usually call this class TagManager. If you’ve watched any of my videos, you’ll know what I’m talking about. If not, you have that inside Game Dev Pro. #5

Dev 52
article thumbnail

Dev snapshot: Godot 3.5 beta 4

Mircosoft Game Dev

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. Add an Occluder node to your scene, and choose to create an OccluderShapePolygon.

Beta 52
article thumbnail

Dev snapshot: Godot 3.5 beta 3

Mircosoft Game Dev

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. Add an Occluder node to your scene, and choose to create an OccluderShapePolygon.

Beta 52
article thumbnail

Dev snapshot: Godot 3.5 beta 5

Mircosoft Game Dev

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. Add an Occluder node to your scene, and choose to create an OccluderShapePolygon.

Beta 52
article thumbnail

Dev snapshot: Godot 4.0 beta 11

Mircosoft Game Dev

Rendering: Use proper indices for lights, decals, and reflection probes in mobile scene shader ( GH-70929 ). Rendering: Visual instance layers are regarded during shadow culling ( GH-70638 ). Rendering: Use depth prepass to increase opaque render performance ( GH-70214 ).

Beta 105