1
ASL Scripts / Re: Bounding box calculation trouble in script.
« on: October 18, 2009, 02:32:46 pm »
Hmm well i mean't like this:
float $bbox[5];
min($bbox[5],0);
I'm trying to calculate a whole array but never mind thanks anyway.
I found another way so this solved by using a Cube Shape for bound box thank you very much.
float $bbox[5];
min($bbox[5],0);
I'm trying to calculate a whole array but never mind thanks anyway.
I found another way so this solved by using a Cube Shape for bound box thank you very much.