mirror of
https://github.com/4sval/FModel.git
synced 2026-04-20 08:37:48 -05:00
and i forget this again
This commit is contained in:
parent
0ce3b47ad3
commit
97eefb25af
|
|
@ -356,7 +356,7 @@ namespace FModel.ViewModels
|
|||
ret.ZAxis = lineBuilder.ToLineGeometry3D();
|
||||
|
||||
ret.Position = new Point3D(box.Max.X + meanX * 2, meanZ, -box.Min.Y - meanY * 2);
|
||||
ret.LookDirection = new Vector3D(-ret.Position.X, 0, -ret.Position.Z - meanY);
|
||||
ret.LookDirection = new Vector3D(-ret.Position.X + meanX, 0, -ret.Position.Z - meanY);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user