I am writing a LookAt Controller plugin by deriving from the Control class (using max sdk).
Everything works fine, except that I don't understand how I can get a INode pointer to the node that the Control belongs to. How do I get this pointer?
(I need the pointer to the node because I want to access the node's parent in my calculations...)