JuliaComputing / Multibody.jl

Other
7 stars 0 forks source link

make world render parameters configurable #99

Open baggepinnen opened 2 months ago

baggepinnen commented 2 months ago

This changes the pendulum to use the BodyCylinder component instead of BodyShape. BodyCylinder.r unfortunately has to be a structural parameter due to JSCompiler bug. This in turn breaks the rest of the tutorial which uses this parameter.

Issue: https://github.com/JuliaComputing/JuliaSimCompiler.jl/issues/334