diff --git a/Assets/controller.glb b/Assets/controller.glb new file mode 100644 index 0000000..e687928 Binary files /dev/null and b/Assets/controller.glb differ diff --git a/Assets/cursor.glb b/Assets/cursor.glb new file mode 100644 index 0000000..2f0d282 Binary files /dev/null and b/Assets/cursor.glb differ diff --git a/Program.cs b/Program.cs index 4ee25dc..44292f6 100644 --- a/Program.cs +++ b/Program.cs @@ -6,9 +6,7 @@ class Program { SKSettings settings = new SKSettings(); settings.appName = "oriels"; settings.assetsFolder = "Assets"; - // settings.displayPreference = DisplayMode.Flatscreen; SK.Initialize(settings); - // Renderer.EnableSky = false; ColorCube cube = new ColorCube(); OrbitalView.strength = 4; @@ -16,7 +14,8 @@ class Program { cube.thickness = 0.01f; while(SK.Step(() => { - cube.Step(Matrix.S(Vec3.One * 0.2f) * OrbitalView.transform); + Matrix orbitMatrix = OrbitalView.transform; + cube.Step(Matrix.S(Vec3.One * 0.2f) * orbitMatrix); Default.MaterialHand["color"] = cube.color; })); SK.Shutdown(); diff --git a/Resources/Cursor.fbx b/Resources/Cursor.fbx deleted file mode 100644 index b605688..0000000 Binary files a/Resources/Cursor.fbx and /dev/null differ diff --git a/Resources/controller.blend b/Resources/controller.blend new file mode 100644 index 0000000..3ab6222 Binary files /dev/null and b/Resources/controller.blend differ diff --git a/Resources/controller.fbx b/Resources/controller.fbx deleted file mode 100644 index 07f3952..0000000 Binary files a/Resources/controller.fbx and /dev/null differ diff --git a/Resources/cursor.blend b/Resources/cursor.blend new file mode 100644 index 0000000..11fd6c0 Binary files /dev/null and b/Resources/cursor.blend differ