bye bye fbx i hate you bye

This commit is contained in:
Nova 2021-10-29 00:38:38 -05:00
parent 5350b31f82
commit 8ebd8b914d
7 changed files with 2 additions and 3 deletions

BIN
Assets/controller.glb Normal file

Binary file not shown.

BIN
Assets/cursor.glb Normal file

Binary file not shown.

View file

@ -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();

Binary file not shown.

BIN
Resources/controller.blend Normal file

Binary file not shown.

Binary file not shown.

BIN
Resources/cursor.blend Normal file

Binary file not shown.