article thumbnail

Dev snapshot: Godot 4.0 beta 9

Mircosoft Game Dev

Some of the most notables feature changes in this update are: 3D: Switch Mesh surface indexing to start at 0 so string name matches integer index ( GH-70176 ). Rendering: OpenGL: Fix scene shader error when using Omni or Spot but not both ( GH-69901 ). Shaders: Fix the sorting of shader uniforms ( GH-70016 ). Bug reports.

Beta 99
article thumbnail

Dev snapshot: Godot 4.0 beta 16

Mircosoft Game Dev

Those typically shouldn’t add instability to the engine, but may require doing some changes in your scripts, scenes, and shaders if you were using the affected APIs. Import: Avoid nested skeletons, and handle skinned meshes with children ( GH-72158 ). Shaders: Several shader preprocessor parser fixes and improvements ( GH-72058 ).

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

Dev snapshot: Godot 4.0 beta 9

Mircosoft Game Dev

Some of the most notables feature changes in this update are: 3D: Switch Mesh surface indexing to start at 0 so string name matches integer index ( GH-70176 ). Rendering: OpenGL: Fix scene shader error when using Omni or Spot but not both ( GH-69901 ). Shaders: Fix the sorting of shader uniforms ( GH-70016 ). Bug reports.

Beta 75
article thumbnail

Dev snapshot: Godot 4.0 beta 8

Mircosoft Game Dev

Import: Fix group reimport bug affecting AtlasTexture ( GH-68324 ). Rendering: Fix AABB errors on meshes with bones on multiple surfaces ( GH-65035 ). Rendering: Implement CAMERA_VISIBLE_LAYERS as built-in shader variable ( GH-67387 ). Visual Shader: Make custom visual shader nodes automatically updates from script ( GH-69738 ).

Beta 95
article thumbnail

Dev snapshot: Godot 3.4 beta 4

Mircosoft Game Dev

This beta 4 build provides additional features and fixes to bugs reported against previous builds. Mesh: Implement octahedral map normal/tangent attribute compression ( GH-46800 ). Mesh: Options to clean/simplify convex hull generated from mesh ( GH-50328 ). Mesh: Fix UV mapping on CSGSphere ( GH-49195 ).

Beta 52
article thumbnail

Godot 3.5: Can't stop won't stop

Mircosoft Game Dev

Most of work was aimed at implementing missing features or fixing bugs which are critical for publishing 2D and 3D games with Godot 3.x, Since then, smix8 has taken over the custody of this area, fixing a lot of bugs and improving the feature set greatly, with the help of Pawel Lampe ( Scony ) and lawnjelly. Label3D and TextMesh.

Shaders 53
article thumbnail

GLES2 and GDNative, progress report #3

Mircosoft Game Dev

mesh loading. basic mesh drawing. implement spatial shaders. While a most of the 2D engine was already working, some bugs kept the editor from being fully usable and also caused problems in regular game projects. For that a new shader has to be used, the scene shader , as it can be found here.

Mesh 52