This commit is contained in:
spatialfree 2021-12-08 19:02:11 -05:00
parent f18adcd508
commit 7fdb967255

View file

@ -7,29 +7,43 @@
<img src='zrc/markberg.png' width="100%"> <img src='zrc/markberg.png' width="100%">
# pos # pos
net.read()<br> net.read()
c[] = reach-cursor * trackballer || cubic-flow<br>
blocks.step(c[0].pose, c[3].pose)<br> c[] = reach-cursor * trackballer || cubic-flow
cubics.step(c[0].pos, c[1].pos, c[2].pos, c[3].pos)<br>
net.write()<br> blocks.step(c[0].pose, c[3].pose)
oriel.raymarch()<br>
cubics.step(c[0].pos, c[1].pos, c[2].pos, c[3].pos)
net.write()
oriel.raymarch()
<br><br> <br><br>
# dir # dir
= (dof - paperParadigm).normalized<br> = (dof - paperParadigm).normalized
server.federate()<br>
accounts = web3()<br> server.federate()
accounts = web3()
<br><br> <br><br>
## ++ ## ++
oriels.dofs == site.dofs<br> oriels.dofs == site.dofs
dofs.debug(CMY)<br>
init(oriel-game)<br> dofs.debug(CMY)
exec(vlai)<br>
init(oriel-game)
exec(vlai)
<br><br> <br><br>
## -- ## --
refactor(hackathon.result())<br> refactor(hackathon.result())
<br><br> <br><br>