Notifications
Clear all
[Closed] object Pivot point c++
Jun 19, 2015 10:35 am
Should I be looking at the Node or The Object to get or set the pivot point? How would you get or set say…
[OBJ.min.x, OBJ.max.y, OBJ.center.z] in the SDK?
Thanks
4 Replies
Jun 19, 2015 10:35 am
Spent some time going though this. I didn’t come across anywhere to find min or max of object.
Jun 19, 2015 10:35 am
BaseObject::GetWorldBoundBox or BaseObject::GetLocalBoundBox for the min and max.