Hi All,
Now if you have downloaded the SDK and run some of the demos, I found one where it cylecled thourgh some object a came across one for using cloth.
Now this demo had some small panels to attach the cloth to, plus the cloth is cylinder shape, this is so that the sphere that fell down the object went thorugh the cylinder cloth object, plus it showed the cloth wobble when the sphere pass thourgh.
now I though that would be fun to make.
So I have some panles to hold the cloth to, made the cylinder cloth with make cloth from object, well I get my cloth object and it stays attached for a few seconds then falls off, plus I was hoping the cloth would be the length I set it at.
anyone want to see if they can see if I've missed something or is it not posable yet.
Rem Project: phy_cloth1
Rem Created: 19/06/2008 21:15:26
Rem ***** Main Source File *****
sync on
sync rate 60
autocam off
position camera 0,0,5,-10
phy start
rem make ground
make object box 1,100,1,100
phy make rigid body static box 1
rem make right wall
make object box 2,.5,1,.5
position object 2,-.6,5,0
phy make rigid body static box 2
rem make left wall
make object box 3,.5,1,.5
position object 3,.6,5,0
phy make rigid body static box 3
rem make round object to cloth
make object cylinder 4,1,
position object 4,0,3.5,0
`scale object 4,100,300,100
phy make cloth from object 10, 4
hide object 4
rem make left wall
make object box 5,.5,1,.5
position object 5,-3.4,5,0
rem make right wall
make object box 6,.5,1,.5
position object 6,-2.4,5,0
rem make round object to cloth
make object cylinder 7,1
position object 7,-3,4,0
scale object 7,100,300,100
`hide object 4
rem try to connect cloth to object 2 and 3
phy set cloth position 10,0,object position y(2),0
phy attach cloth to shape 10,2,0
phy attach cloth to shape 10,3,1
phy build cloth 10
scale object 10,100,100,100
`texture object 13, 1
do
control camera using arrowkeys 0,.1,.1
phy update
sync
loop
ps when done with a cone it all falls apart!
Dark Physics makes any hot drink go cold.