color-cube pattern init
This commit is contained in:
parent
e269f10b6b
commit
a11fa2d17d
3 changed files with 15 additions and 1 deletions
|
@ -110,7 +110,7 @@ public class Oriel {
|
||||||
|
|
||||||
WaveCursor wc = (WaveCursor)Mono.inst.dofs[1];
|
WaveCursor wc = (WaveCursor)Mono.inst.dofs[1];
|
||||||
cursor = wc.cursor.position;
|
cursor = wc.cursor.position;
|
||||||
cursorOri = wc.cursor.orientation;
|
cursorOri = Quat.Identity; // wc.cursor.orientation;
|
||||||
|
|
||||||
|
|
||||||
// debug
|
// debug
|
||||||
|
|
14
app/dofs/color-cube/⧉.txt
Normal file
14
app/dofs/color-cube/⧉.txt
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue