labeled
This commit is contained in:
parent
d5407f478e
commit
8616919cd3
1 changed files with 2 additions and 3 deletions
|
@ -78,7 +78,7 @@ public class Mono {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// °board
|
// °board [ pseudo code ]
|
||||||
// handling = 200±
|
// handling = 200±
|
||||||
// speed = 10±
|
// speed = 10±
|
||||||
// board.dir = Vec3.fwd
|
// board.dir = Vec3.fwd
|
||||||
|
@ -98,8 +98,7 @@ public class Mono {
|
||||||
// rig.pos += board.dir * accel * speed * delta
|
// rig.pos += board.dir * accel * speed * delta
|
||||||
|
|
||||||
|
|
||||||
|
// °board [ implementation ]
|
||||||
// °board
|
|
||||||
float handling = 200;
|
float handling = 200;
|
||||||
float speed = 10;
|
float speed = 10;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue