Shouldn't this code make the ball spin like mad?
make object box 201, 8, 4, 8
position object 201, 0, 9, 0
texture object 201, 100
`phy make rigid body static box 201
phy make rigid body dynamic box 201
a#= object position x (201)
b#= object position y (201)
c#= object position z (201)
MAKE OBJECT sphere 202, 8
position object 202,a#+7.5,b#,c#
texture object 202, 101
phy make rigid body dynamic box 202
phy make revolute joint 1, 201, 202, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0
phy set revolute joint motor 1,200.0,2000.0,1
or am I just completly missunderstanding the use of joint motor.
Anyone have and example of how its used.
I'm thankfull for any help or just direction on where to look.
May the sun shine on the soles of your feet.