hi guys,
i realy dont get it, how can i change the size of the bounding box?
i tried everything from the manual, but nothing realy works. if I use c_minmax oder c_updatehull it gets the exactly the size from my object, but i just want to heighten the z-parameter.
Code:
vec_set(my.min_x,vector(-50,-50,-50);
vec_set(my.max_x,vector(50,50,50);


doesn't work (a syntax error appears) and if I try it with
Code:
my.min_x=-50; my.min_y=-50; my.min_z=-50;


nothing happens...

thx for your help

[edit]

ok ive got it...
there is missing a bracket in the script from the manual and i also had to set
Code:
c_setminmax(my);


first.

Last edited by Fab4; 09/16/09 22:31.