scene .camera .remove  (  SceneObjectID ,  CameraObjectID  )  
                                
Description :

This instruction removes a camera from a scene.

Parameters :

  • ObjectID of the scene.
  • ObjectID of the camera.

Notes :


If this camera is the current camera for the scene, another camera will have to be chosen.

Examples :