mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix broken normals in meshes with blend shapes
This commit is contained in:
@@ -26,7 +26,7 @@ ARRAY_INDEX=8,
|
||||
layout(location = 0) in highp VFORMAT vertex_attrib;
|
||||
/* clang-format on */
|
||||
#ifdef ENABLE_OCTAHEDRAL_COMPRESSION
|
||||
layout(location = 2) in vec4 normal_tangent_attrib;
|
||||
layout(location = 1) in vec4 normal_tangent_attrib;
|
||||
#else
|
||||
layout(location = 1) in vec3 normal_attrib;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user