This commit is contained in:
spatialfree 2021-12-05 20:18:54 -05:00
parent eee1c2c951
commit 4d82f6bbd9

View file

@ -52,8 +52,8 @@ public class Mono {
Oriel oriel = new Oriel(); Oriel oriel = new Oriel();
oriel.Start(3); oriel.Start(3);
Oriel otherOriel = new Oriel(); // Oriel otherOriel = new Oriel();
otherOriel.Start(4); // otherOriel.Start(4);
MonoNet net = new MonoNet(this); MonoNet net = new MonoNet(this);
net.Start(); net.Start();
@ -332,8 +332,8 @@ public class Mono {
oriel.Step(); oriel.Step();
otherOriel.bounds.center = Vec3.Forward * -2; // otherOriel.bounds.center = Vec3.Forward * -2;
otherOriel.Step(); // otherOriel.Step();
// Matrix orbitMatrix = OrbitalView.transform; // Matrix orbitMatrix = OrbitalView.transform;
// cube.Step(Matrix.S(Vec3.One * 0.2f) * orbitMatrix); // cube.Step(Matrix.S(Vec3.One * 0.2f) * orbitMatrix);