In IVertexDataLike, tangents are defined as “An array of the x, y, z tangent vector”.
But in gltf spec, tangents are defined as “XYZW vertex tangents”.
Is there a diff in vertex layout, or are there some internal conversions made during loading?
In IVertexDataLike, tangents are defined as “An array of the x, y, z tangent vector”.
But in gltf spec, tangents are defined as “XYZW vertex tangents”.
Is there a diff in vertex layout, or are there some internal conversions made during loading?
tangents are xyzw this is a doc issue, do you want to do a PR ?
Here it is: