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

Introducing the new "last minute" lightmapper

Mircosoft Game Dev

The biggest challenge of this workflow is not the lightmap itself, but the fact that it should be easy to use (which is Godot's #1 design priority). Lightmapping is a very cheap operation, so it should run fine even on low end mobile. First of all, you need to make sure your meshes have an UV2 layer. How does it look?

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.2 Focuses On Optimized Rendering And Lighting Capabilities

Cocos

Fixed an issue where Mesh objects created through MeshUtils.createMesh caused data anomalies. Fixed an issue where the setter for the Mesh:: _ hash attribute was not bound. 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.

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). Mesh streaming : Models are loaded as low detail (few vertices). Mesh resource for each pass of the particle.

AAA 145
article thumbnail

Release candidate: Godot 3.4 RC 3

Mircosoft Game Dev

GridMap: Implement individual mesh transform for MeshLibrary items ( GH-52298 ). Mesh: Implement octahedral map normal/tangent attribute compression ( GH-46800 ). Mesh: Options to clean/simplify convex hull generated from mesh ( GH-50328 ). Rendering: Fixes depth sorting of meshes with transparent textures ( GH-50721 ).

Mesh 52
article thumbnail

Release candidate: Godot 3.4 RC 2

Mircosoft Game Dev

GridMap: Implement individual mesh transform for MeshLibrary items ( GH-52298 ). Mesh: Implement octahedral map normal/tangent attribute compression ( GH-46800 ). Mesh: Options to clean/simplify convex hull generated from mesh ( GH-50328 ). Rendering: Fixes depth sorting of meshes with transparent textures ( GH-50721 ).

Mesh 52
article thumbnail

GSoC 2022 - Progress report #1

Mircosoft Game Dev

Like in previous years, Godot is participating again in the Google Summer of Code program for its 2022 edition. x CPU lightmapper and adding a new debug draw mode for visualizing the texel density of lightmaps. Previously every LightmapGI node used to store its lightmap atlas in a single large image. Multi-image atlases.