bye bye fbx i hate you bye
This commit is contained in:
parent
5350b31f82
commit
8ebd8b914d
7 changed files with 2 additions and 3 deletions
BIN
Assets/controller.glb
Normal file
BIN
Assets/controller.glb
Normal file
Binary file not shown.
BIN
Assets/cursor.glb
Normal file
BIN
Assets/cursor.glb
Normal file
Binary file not shown.
|
@ -6,9 +6,7 @@ class Program {
|
||||||
SKSettings settings = new SKSettings();
|
SKSettings settings = new SKSettings();
|
||||||
settings.appName = "oriels";
|
settings.appName = "oriels";
|
||||||
settings.assetsFolder = "Assets";
|
settings.assetsFolder = "Assets";
|
||||||
// settings.displayPreference = DisplayMode.Flatscreen;
|
|
||||||
SK.Initialize(settings);
|
SK.Initialize(settings);
|
||||||
// Renderer.EnableSky = false;
|
|
||||||
|
|
||||||
ColorCube cube = new ColorCube();
|
ColorCube cube = new ColorCube();
|
||||||
OrbitalView.strength = 4;
|
OrbitalView.strength = 4;
|
||||||
|
@ -16,7 +14,8 @@ class Program {
|
||||||
cube.thickness = 0.01f;
|
cube.thickness = 0.01f;
|
||||||
|
|
||||||
while(SK.Step(() => {
|
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;
|
Default.MaterialHand["color"] = cube.color;
|
||||||
}));
|
}));
|
||||||
SK.Shutdown();
|
SK.Shutdown();
|
||||||
|
|
Binary file not shown.
BIN
Resources/controller.blend
Normal file
BIN
Resources/controller.blend
Normal file
Binary file not shown.
Binary file not shown.
BIN
Resources/cursor.blend
Normal file
BIN
Resources/cursor.blend
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue