mesh .position .set  (  MeshObjectID ,  PosX ,  PosY ,  PosZ  )  
                                          
Description :

This instruction sets the world space position for a mesh.

Parameters :

  • ObjectID of the mesh.
  • X component of the position.
  • Y component of the position.
  • Z component of the position.

Examples :