diff --git a/README.md b/README.md
index 6d301cf..03fdddf 100644
--- a/README.md
+++ b/README.md
@@ -6,66 +6,41 @@
+
+(*making some little spatial gifs will make this format click!)
+
# pos
-net.read()
-
-c[] = reach-cursor * trackballer || cubic-flow
-
-blocks.step(c[0].pose, c[3].pose)
-
-cubics.step(c[0].pos, c[1].pos, c[2].pos, c[3].pos)
-
-net.write()
-
-oriel.raymarch()
+some good code scattered underneath, so now we just need to bring it together through a discrete app layer of sorts that we can render out as oriels and more.
# dir
-= (dof - paperParadigm).normalized
-
-accounts = web3()
+= (dofParadigm - paperParadigm).normalized
-# m++
-refactor(hackathon.result())
-
-oriel manipulation
-
-dofs.debug(CMY)
-
-cursor combinatory mechanism
+# mas++
+glove visuals
+*pull points
+*mesh
oriels.dofs == site.dofs
init(oriel-game)
-exec(vlai)
-
-# bookmark(next page)
-glove visuals
-*pull points
-*mesh
-
-double tap lift
-set strength
-*draw new line with reach cursor
-
-
-
-
-# m--
-unity
+# mas--
+migrated from Unity
+shelved crypto centric design
+shifted from making a public product to an inhouse tool
## p = effort * funds
-## vel = p / m
+## vel = p / mas
## pos += dir * vel * time
@@ -74,7 +49,7 @@ unity
-mapped out by:
-@spatialfree x @opendegree
+mapped out by:
+@spatialfree × @opendegree
\ No newline at end of file
diff --git a/app/Mono.cs b/app/Mono.cs
index b37332d..16fd005 100644
--- a/app/Mono.cs
+++ b/app/Mono.cs
@@ -54,8 +54,6 @@ public class Mono {
public Mono() {
Renderer.SetClip(0.02f, 1000f);
-
- // Console.WriteLine("noise = " + noise.value);
}
Vec3 pos = new Vec3(0f, 0f, 0f); // see below
@@ -67,26 +65,19 @@ public class Mono {
// -------------------------------------------------
- // Gloves
- rGlove.Step();
- lGlove.Step();
+ rGlove.Step(); lGlove.Step();
- // Blocks
- rBlock.Step();
- lBlock.Step();
+ rBlock.Step(); lBlock.Step();
- // Cubic
cubicCon.Step();
- // Fullstick
- Vec3 fullstick = rig.Fullstick(false);
+ // Vec3 fullstick = rig.Fullstick(false);
- // COLOR CUBE (RGB)
// colorCube.Palm(lCon.device);
+ // oriel.Step();
- oriel.Step();
// -------------------------------------------------
diff --git a/zrc/dofdev-logo.png b/zrc/dofdev-logo.png
index 43b0236..8021079 100644
Binary files a/zrc/dofdev-logo.png and b/zrc/dofdev-logo.png differ