[fixed]cannot clone camera

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

[fixed]cannot clone camera

Post by Virion »

i found out it's not possible to clone a camera

Code: Select all

ICameraSceneNode* newCamera = (ICameraSceneNode*) oldCamera->clone();
other node types work but not camera.
Post Reply