found the commands anyone got the demo files on there machines they could post here.
am I on the right track with doing this.
sync on
sync rate 60
phy start
autocam off
position camera 10,20,-95
point camera -25,10,0
rem ground
make object box 1,100,2,100
position object 1 ,0,0,0
phy make rigid body static mesh 1
rem cylinder
make object cylinder 2,10
position object 2,0,-1,0
rem CSG Commands
make mesh from object 100,2
`PERFORM CSG UNION 2,100
peRFORM CSG DIFFERENCE 1,2
` PERFORM CSG INTERSECTION 2,100
PERFORM CSG UNION ON VERTEXDATA 100
PERFORM CSG DIFFERENCE ON VERTEXDATA 100
PERFORM CSG INTERSECTION ON VERTEXDATA 100
phy make rigid body static box 2
rem sphere
make object sphere 3,10
position object 3, 0,15,0
phy make rigid body dynamic sphere 3
make object box 4,5,5,5
position object 4,0,10,0
phy make rigid body dynamic box 4
do
phy update
sync
loop
Dark Physics makes any hot drink go cold.