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