PROVIDES THE 3D OBJECT NUMBER N WITH THE STRUCTURE DESCRIBED IN THE FILE F
ACTION
The command 3D_LOAD_OBJECT N,F assigns a structure to an existing 3D object.
The structure is in the file F.
The file must be in format MD2 or 3DS (common used formats for 3D object).
SYNTAX:
3D_LOAD_OBJECT N,F
USE ERROR EXAMPLE
rem create a 3D world
scene3d 1
rem create a mesh object (3D_mesh)
3d_mesh 1
rem load a file in the mesh object
3d_load_object 1,"house.3ds"
3D_LOAD_OBJECT
3D_LOAD_OBJECT N,F
SEE ALSO
3D_LOAD_TEXTURE
3D_MESH
3D_ACTOR