From 2574429a41b3ea0a5e6787110142cc6005c1a984 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Mon, 2 May 2022 08:22:38 -0400 Subject: [PATCH] oriel void --- app/Mono.cs | 2 +- app/Oriel.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Mono.cs b/app/Mono.cs index 16fd005..03915cf 100644 --- a/app/Mono.cs +++ b/app/Mono.cs @@ -77,7 +77,7 @@ public class Mono { // oriel.Step(); - + pos.z += Time.Elapsedf * 0.1f; // ------------------------------------------------- diff --git a/app/Oriel.cs b/app/Oriel.cs index 6621287..e0a7284 100644 --- a/app/Oriel.cs +++ b/app/Oriel.cs @@ -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);