Remove Baking Remove Data Remove Point and Click Remove Shaders
article thumbnail

Cocos Creator 3.7.2 Focuses On Optimized Rendering And Lighting Capabilities

Cocos

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. Fixed an issue where Mesh objects created through MeshUtils.createMesh caused data anomalies. New and standard-material will default to Surface Shader.

Render 52
article thumbnail

Release candidate: Godot 3.4 RC 1

Mircosoft Game Dev

Notable changes are in-editor class reference translations (so far Chinese (Simplified), Spanish, and some French), some new rendering features (high quality glow mode, 3D point light attenuation option), and a number of C# marshalling fixes. Rendering: Add new 3D point light attenuation as an option ( GH-52918 ).

Mesh 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

Release candidate: Godot 3.4 RC 3

Mircosoft Game Dev

Rendering: Add new 3D point light attenuation as an option ( GH-52918 ). Shaders: Add support for structs and fragment-to-light varyings ( GH-48075 ). Android: Add basic user data backup option ( GH-49070 ). Android: Add support for prompting the user to retain app data on uninstall ( GH-51605 ).

Mesh 52
article thumbnail

Release candidate: Godot 3.4 RC 2

Mircosoft Game Dev

Rendering: Add new 3D point light attenuation as an option ( GH-52918 ). Shaders: Add support for structs and fragment-to-light varyings ( GH-48075 ). Android: Add basic user data backup option ( GH-49070 ). Android: Add support for prompting the user to retain app data on uninstall ( GH-51605 ).

Mesh 52
article thumbnail

Godot 3's renderer design explained

Mircosoft Game Dev

Rendering engineers are rare to find, so this can be a starting point. Retrieving data from VisualServer is slow, as it may need synchronization. For example: On GLES3+ we can use UBOs to optimize shader parameters. Shader abstraction. A very harcoded way of passing user data to shaders is often used.

Render 52