latest
This commit is contained in:
parent
eee1c2c951
commit
4d82f6bbd9
1 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue