Hello,
After previous tests with T.ed, I have found that object interaction with a T.ed convex landscape are bugged. The problem: Well, see for yourself in the dl link attached to this post.
Here is the code:
Rem Project: T.ed test
Rem Created: Tuesday, April 03, 2012
Rem ***** Main Source File *****
sync on
sync rate 60
phy start
load object "test.x", 1
phy make rigid body static convex 1
for x = 2 to 100
make object sphere x, 5,5,5
position object x, rnd(300),rnd(1000), rnd (300)
phy make rigid body dynamic box x
NEXT x
do
control camera using arrowkeys 0,10,3
phy update
sync
LOOP
The collision is way off, the balls just slide off of an invisible ramp... Any ideas?
Thanks,
-Tokyomage
.....the feel of solitude hurts inside....