article thumbnail

Cocos Creator 3.7.2 Focuses On Optimized Rendering And Lighting Capabilities

Cocos

Engine • Added DebugView at runtime UI control rendering debugging function. See the documentation “Render Debugging - Run Time Using Render debugging”: [link] • When the node animates, add the tween ‘destroySelf’ method to destroy the front nodal point. x users upgrade. Skip rendering when the UI element Opacity is 0.

Render 52
article thumbnail

Dev snapshot: Godot 4.4 beta 1

Mircosoft Game Dev

Add transparency support for LightmapGI Currently when baking lightmaps users have to choose between transparent objects casting shadows as if they were fully opaque, or not casting shadows at all. This has been a major limitation in both the quality of lightmap baking and the ergonomics of the lightmap baking workflow.

Beta 104
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

Joan Fons is hired to work on Godot's rendering

Mircosoft Game Dev

Here you can see some screenshots: Comparison between no indirect lighting (top), and baked indirect lighting (bottom) in the TPS demo. Cornell box test using baked indirect lighting. Debug output of the prototype implementation. release, and should make lightmaps a viable option for 3.2. Scene by NHodgesVFX. finish line.

Render 55
article thumbnail

Dev snapshot: Godot 4.0 beta 12

Mircosoft Game Dev

Export: Fix missing "debug"/"release" export presets feature tags ( GH-71274 ). Navigation: Fix for navmesh baking when parsing StaticBody colliders ( GH-70904 ). Editor: Fix Tab key usage in EditorSpinSlider (and hence inpector) ( GH-71271 ). Import: Add vertex color support to OBJ importer ( GH-71033 ).

Beta 111
article thumbnail

Maintenance release: Godot 3.3.2

Mircosoft Game Dev

Notably, Windows users could experience crashes when baking lightmaps. Physics: Fix crash on debug shapes update if CollisionObject is not in tree ( GH-48974 ). was thus subject to this crash when baking lightmaps. was released a month ago , and we had a first maintenance release last week with Godot 3.3.1.

article thumbnail

Dev snapshot: Godot 4.4 beta 2

Mircosoft Game Dev

Physics: Add debug colours and fills to CollisionPolygon3D ( GH-101810 ). Rendering: Bake UV2 emission using half float in the compatibility backend ( GH-101730 ). Baking a Lightmap3D is more prone to crash after we added support for transparency. Network: Fix peer stuck in CLOSING state ( GH-101760 ).

Beta 63
article thumbnail

GSoC 2022 - Progress report #1

Mircosoft Game Dev

UV2 Texel Density Debug Draw Mode. x CPU lightmapper and adding a new debug draw mode for visualizing the texel density of lightmaps. This meant that the larger scenes might refuse to bake because they don't fit within the size limits of an image. Debug draw mode for texel density. Soft Shadows (merged). Introduction.