forked from StudioInfinity/dyna3
Add kaleidocycle example
The engine successfully captures the kaleidocycle's twisting motion. However, nudging doesn't work quite the way we want. This is probably to be expected, since nudges don't commute with Euclidean motions in our current implementation.
This commit is contained in:
parent
22870342f3
commit
303507eb08
2 changed files with 82 additions and 0 deletions
|
@ -9,3 +9,4 @@
|
|||
cargo run --example irisawa-hexlet
|
||||
cargo run --example three-spheres
|
||||
cargo run --example point-on-sphere
|
||||
cargo run --example kaleidocycle
|
Loading…
Add table
Add a link
Reference in a new issue