About Store Forum Documentation Contact



Post Reply 
Manual Pivot of object
Author Message
smartwhiz Offline
Member

Post: #1
Manual Pivot of object
Is there a way to manually set the pivot point of an object? Mostly used for 3D rotation purpose.
10-16-2010 09:25 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Manual Pivot of object
You need to use Matrix class, there's helper method 'transformAtPos' if that's what you're looking for.
10-16-2010 09:43 PM
Find all posts by this user Quote this message in a reply
smartwhiz Offline
Member

Post: #3
RE: Manual Pivot of object
Thanks a lot for the quick pointer on the query, it helped a lot. I managed to use the function in advantage to move my objects center to a more desired position.
10-18-2010 07:17 PM
Find all posts by this user Quote this message in a reply
Post Reply