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