scene .mesh .assign  (  SceneObjectID ,  MeshObjectID  )  
                                
Description :

This instruction adds a mesh to the scene.

Parameters :

  • ObjectID of the scene.
  • ObjectID of the mesh.

Notes :


This mesh will be lighted by all the lights in the scene database.

Examples :