More tangent changes
This commit is contained in:
@@ -54,7 +54,7 @@ void meshMain(
|
||||
{
|
||||
uint vertexIndex = pScene.vertexIndices[m.vertexOffset + v];
|
||||
VertexAttributes attr = pVertexData.getAttributes(m.indicesOffset + vertexIndex);
|
||||
vertices[v] = attr.getParameter(inst.transformMatrix);
|
||||
vertices[v] = attr.getParameter(inst.transformMatrix, inst.inverseTransformMatrix);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user