i did, but stays the same.. or iam doing something wrong.
what i do is doing the csg and (tried) to update the collision on the new mesh, but thats not working, or are my thoughts wrong?
first i set the object collisions like this:
for coll = 2 to 12
set object collision to polygons coll
next coll
and then if theres some collision i do this:
if object collision(2,60) = 1 then position object 300, object position x(60),object position y(60),object position z(60) : perform csg difference 2,300 : set object collision to polygons 2 : exit
do i miss something here?