article thumbnail

Cocos Creator 3.7.1 Released

Cocos

(engine#14218) [XR] AR engine module update Fix shadowmap lowp with huawei and reflection probe brightness (engine#14058) Fix shader compilation error with the new version of lightmap (engine#14071) Fix unsynchronized model data issue when adding lod levels dynamically (engine#14054) Fix the issue that lod is not working properly when forced to use (..)

article thumbnail

Cocos Creator 3.7.3 comes with an update to Cocos Effect

Cocos

Fixed bone animation texture size error on some platforms that don’t support float point texture format. Fixed the issue of failed compression after configuring Custom Compress Format for texture in the project protocol program ● Fixed the Add Component button not showing in the Inspector panel after exiting animation editing mode.

Terrain 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

Introducing the new "last minute" lightmapper

Mircosoft Game Dev

The solution to these problems is to add support for a more traditional lightmapper (pre-baked light texture). Light is precomputed offline and rendered to a texture, which is then used by the geometry. Lightmapping is a very cheap operation, so it should run fine even on low end mobile. What are the performance limitations?

article thumbnail

Project Structure - Guide to Cocos Cyberpunk Source Code

Cocos

2、LightFX The lightmaps generated by the Lightmap Baking System will be automatically stored in this folder, and there is no need to manually modify the contents inside it. 5、scene The cube textures produced by the Reflection Probe baking system will be automatically saved in a folder specific to each scene. as its component.

Code 52
article thumbnail

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

Mircosoft Game Dev

Improved Inspector sub-resource editing. The biggest difference with the old lightmapper is that the new one features proper path tracing, which results in better looking lightmaps. Also, the new lightmapper brings support for denoising using Open Image Denoise , which results in better-looking lightmaps in the same bake time range.

article thumbnail

Cocos Creator 3.7.2 Focuses On Optimized Rendering And Lighting Capabilities

Cocos

When the user turns on high-precision lightmap baking, 16-bit colors are used instead of 8-bit colors, and AO channels are baked separately. Still, the disadvantage is that it will increase the lightmap package. Fixed an issue where the auto-atlas texture compression configuration failed.

Render 52
article thumbnail

Godot for AA/AAA game development - What's missing?

Mircosoft Game Dev

supports advanced global illumination techniques such as lightmapping (including SH lightmapping), Voxel GI (which is fully real-time) and SDFGI (which is a single click, open world GI solution). The most common types of streaming are: Texture streaming : All textures are loaded in a tiny size by default.

AAA 145