mirror of
https://github.com/4sval/FModel.git
synced 2026-09-13 20:16:38 -05:00
Merge pull request #203 from floxay/dev
This commit is contained in:
@@ -167,7 +167,7 @@ namespace FModel.ViewModels
|
||||
{
|
||||
builder.AddNode(
|
||||
new Vector3(verts[i].Position.X, -verts[i].Position.Y, verts[i].Position.Z),
|
||||
new Vector3(verts[i].Normal.X, verts[i].Normal.Y, verts[i].Normal.Z),
|
||||
new Vector3(verts[i].Normal.X, -verts[i].Normal.Y, verts[i].Normal.Z),
|
||||
new Vector2(verts[i].UV.U, verts[i].UV.V));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user