Ive got this dynamic mesh which i have got in a physics world and it will not do anything it just sits there and doesnt move can anybody help me with this code.
sync on : sync rate 60
set display mode 1280,1024,32
autocam off
phy start
phy set gravity 0,-9,0
load object "ball.x",1
position object 1,0,0,0
rotate object 1,0,180,0
make object box 2,10,1,10
position object 2,0,-2,0
PHY MAKE RIGID BODY DYNAMIC MESH 1
phy set rigid body mass 1,10
phy make rigid body static box 2
position camera 0,0,0,10
point camera 0,object position x(1),object position y(1),object position z(1)
do
control camera using arrowkeys 0,0.5,2
sync
phy update
loop
Thank you.
life is short but so am i