From a11fa2d17d912a955466c7beef9d50ba07b94a55 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Thu, 6 Oct 2022 12:44:33 -0400 Subject: [PATCH] color-cube pattern init --- app/Oriel.cs | 2 +- app/{ => dofs/color-cube}/ColorCube.cs | 0 app/dofs/color-cube/⧉.txt | 14 ++++++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) rename app/{ => dofs/color-cube}/ColorCube.cs (100%) create mode 100644 app/dofs/color-cube/⧉.txt diff --git a/app/Oriel.cs b/app/Oriel.cs index 0a61b6a..3db19d4 100644 --- a/app/Oriel.cs +++ b/app/Oriel.cs @@ -110,7 +110,7 @@ public class Oriel { WaveCursor wc = (WaveCursor)Mono.inst.dofs[1]; cursor = wc.cursor.position; - cursorOri = wc.cursor.orientation; + cursorOri = Quat.Identity; // wc.cursor.orientation; // debug diff --git a/app/ColorCube.cs b/app/dofs/color-cube/ColorCube.cs similarity index 100% rename from app/ColorCube.cs rename to app/dofs/color-cube/ColorCube.cs diff --git a/app/dofs/color-cube/⧉.txt b/app/dofs/color-cube/⧉.txt new file mode 100644 index 0000000..0fc3b03 --- /dev/null +++ b/app/dofs/color-cube/⧉.txt @@ -0,0 +1,14 @@ +# 2019.05.31 -> 2022.10.06 -> + +# deprecated format +# color.rgb = (pos.x, pos.y, pos.z) +# Render(outline) + +# new format *TODO +input + +data + +frame + +design