THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/11/2005 at 23:53, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.012
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
There are two questions I need to ask about GetMp() and GetRad() :
1. GetMp() returns the 'local space' center. I need the global center. Does this mean that I have to apply all of the parent matrix transforms to this Vector to get to global space? (I'm assuming - Yes).
2. GetRad() returns a vector representing the half-dimensions off of the center. Are these locally aligned with respect to object's axes?
I'm starting to think that my previous method (in COFFEE) was much more efficient if 1. and 2. are TRUE. Global bounding boxes are required for the intersection testing that needs to be done.
Thanks,