article thumbnail

D2 log 057 – Tiles, pt.2

Catnip Games

In addition to the visible texture, each tile had a lower resolution bitmap which defined the material at a given spot. They are now baked into tiles, so map editing is much easier. The new tileset is coming together nicely. I made a “master sheet” with all the tiles to keep things organized.

Tile 52
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. Godot lightmapper works with one texture per mesh, so sharing UVs between meshes will not give you more optimization.

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. It was reusing parts of the code for baking GIProbes, and that made it quick but not great in terms of quality. Also, the new lightmapper brings support for denoising using Open Image Denoise , which results in better-looking lightmaps in the same bake time range. 3D editor improvements.

article thumbnail

Release candidate: Godot 3.2.4 RC 3

Mircosoft Game Dev

A few late features have also been included because they were too good to keep waiting (such as improved Inspector subresource editing and node copy-paste support ). Improved Inspector sub-resource editing. Editor: Improved Inspector sub-resource editing ( GH-45907 ). Godot 3.2.4 As a reminder, since 3.2.4 0 , libasound.so.1

Render 52
article thumbnail

Release candidate: Godot 3.3 RC 7

Mircosoft Game Dev

Improved Inspector sub-resource editing. Editor: Improved Inspector sub-resource editing ( GH-45907 ). GLES2: Fix glow on devices with only 8 texture slots ( GH-42446 ). GLES2: Use separate texture unit for light_texture ( GH-42538 ). Rendering: Disable lights for objects with baked lighting ( GH-41629 ).

Render 52