readme revision
This commit is contained in:
parent
fbd7ce3a4a
commit
06a983b96a
4 changed files with 1276 additions and 39 deletions
43
README.md
43
README.md
|
@ -1,47 +1,12 @@
|
|||
<img src='zrc/dofdev-logo.png' align="right" width="40%">
|
||||
<code>
|
||||
|
||||
# oriels
|
||||
*a dof driven space*
|
||||
<img src='zrc/dofdev-logo.svg' align="right" width="33.333%">
|
||||
|
||||
<img src='zrc/markberg.png' width="100%">
|
||||
|
||||
<code>
|
||||
|
||||
(*making some little spatial gifs will make this format click!)
|
||||
## oriels
|
||||
*a °dof driven dev space*
|
||||
|
||||
# pos
|
||||
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
|
||||
= (dofParadigm - paperParadigm).normalized
|
||||
|
||||
|
||||
|
||||
|
||||
# mas++
|
||||
glove visuals
|
||||
*pull points
|
||||
*mesh
|
||||
|
||||
oriels.dofs == site.dofs
|
||||
|
||||
init(oriel-game)
|
||||
|
||||
|
||||
|
||||
|
||||
# mas--
|
||||
migrated from Unity
|
||||
shelved crypto centric design
|
||||
shifted from making a public product to an inhouse tool
|
||||
|
||||
|
||||
|
||||
## p = effort * <a href='https://dofdev.org'>funds</a>
|
||||
## vel = p / mas
|
||||
## pos += dir * vel * time
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -46,6 +46,20 @@ class StretchCursor : dof {
|
|||
|
||||
Mesh.Cube.Draw(Material.Default, Matrix.TS(cursor.position, 0.01f));
|
||||
|
||||
|
||||
|
||||
// thumb trackballer
|
||||
float d = Vec3.Distance(
|
||||
hand.Get(FingerId.Index, JointId.KnuckleMid).position,
|
||||
hand.Get(FingerId.Index, JointId.KnuckleMajor).position
|
||||
);
|
||||
Vec3 anchor = hand.Get(FingerId.Index, JointId.KnuckleMajor).position;
|
||||
anchor = anchor + hand.palm.orientation * Vec3.Forward * d;
|
||||
Mesh.Cube.Draw(Material.Default, Matrix.TS(anchor, 0.01f));
|
||||
|
||||
|
||||
|
||||
|
||||
if (isTracking) { Demo(); }
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 22 KiB |
1258
zrc/dofdev-logo.svg
Normal file
1258
zrc/dofdev-logo.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 59 KiB |
Loading…
Add table
Reference in a new issue