Hello, I have a global pointer to a maya like camera node in my simple level editor 'thing', problem is, that when I set the target or position of the camera, it, with no excuse, gets reset directly.
Stuff like:
Camera->setTarget(Cursor);
Camera->setPosition(Cursor.getPossition());