Fixing the Mesh struct
This commit is contained in:
parent
667a1a25ef
commit
94dda71bcf
5 changed files with 137 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ public class ModelLoading
|
|||
{
|
||||
// Update
|
||||
//----------------------------------------------------------------------------------
|
||||
UpdateCamera(ref camera, CameraMode.Free);
|
||||
UpdateCamera(ref camera, CameraMode.Orbital);
|
||||
|
||||
if (IsFileDropped())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue