s3d_import_model_file - read model from file
Contents
Description
Imports an 3d object file and returns the object number. Quite a number of formats are supported, like 3D
Studio (.3ds, .prj), Lightwave (.lw, .lwb, .lwo), Quake Models (.md3), or simply everything libg3d
supports. :)
Warning
Of course, you won't forget to toggle it visible, won't you?
Name
s3d_import_model_file - read model from file
Synopsis
#include<s3d.h>ints3d_import_model_file(constchar*fname);
