article thumbnail

Cocos Creator 3.8 Community Beta is now available

Cocos

Render Graph The Render Pipeline customization based on Render Graph will be officially available to developers in version 3.8. We also support Compute Shader capabilities. For now, you can refer to the pipeline test project to learn how to use them. AGP upgraded to 8.0.2. AGP upgraded to 8.0.2.

Beta 52
article thumbnail

Godot 4.0 will get a new, modernized lightmapper

Mircosoft Game Dev

Lightmaps offer significant advantages over any other technique when the following requirements are met: Performance above anything else (for mobile, lightmaps are still a must-have). If these requirements are met, then lightmapping is probably the best for you. Lighting will not change (lights won't move). lightmapper.

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

Cocos Creator 3.7.1 Released

Cocos

Developer Notes Engine Add more API docs (engine#13937, engine#14079, engine#14088) [Optimize] add image asset’s zh i18n (engine#14108) [Optimize] Add pointerlock function for mac platform (engine#14187) [Pipeline] enable custom pipeline in the editor (engine#14084) [Pipeline] add native pipeline ubo uploading (engine#14061) [Pipeline] Fix web-pipeline (..)

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

Cocos Creator 3.7.3 comes with an update to Cocos Effect

Cocos

ENGINE Features ● Custom Render Pipeline based on Render Graph supports for GLES backend ● Deprecated interfaces, such as addRasterView, addComputeView, etc., Fixed Toon shader data issue on iOS Wechat. Fixed crash issue when baking high-precision Lightmap for the terrain. Cocos Creator 3.7.3 from the Cocos Dashboard.

Terrain 52
article thumbnail

Introducing the new "last minute" lightmapper

Mircosoft Game Dev

This generally works and looks pretty, but it's quite shader intensive, which makes it not work on mobile or low end GPUs. The newly added VR support also suffers with GIProbe, as it has to render in very high resolutions. Light is precomputed offline and rendered to a texture, which is then used by the geometry.

article thumbnail

Cocos Creator 3.8 Post-Process Shader Writing (2/2) Advanced

Cocos

Preface In the last article , Kylin shared how to add your own post-effect Shader in the custom render pipeline in Cocos Creator 3.8. However, based on the BlitScreen solution, we can only write the simplest post-effect Shader. Today Kylin will use Gaussian blur to demonstrate how to write a multi-pass post-effect shader.

Shaders 98