oriel void
This commit is contained in:
parent
a2501836f7
commit
2574429a41
2 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,7 @@ public class Mono {
|
|||
|
||||
// oriel.Step();
|
||||
|
||||
|
||||
pos.z += Time.Elapsedf * 0.1f;
|
||||
|
||||
// -------------------------------------------------
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ public class Oriel {
|
|||
);
|
||||
|
||||
ori = Quat.Identity;
|
||||
matrix = Matrix.TR(bounds.center, ori).Inverse;
|
||||
|
||||
matFrame.SetMat(102, Cull.None, true);
|
||||
matPanes.SetMat(100, Cull.Front, false);
|
||||
|
|
Loading…
Add table
Reference in a new issue