logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

s3d_import_model_file - read model from file

Author

SimonWunderlich
           Author of s3d

s3d                                                                                      S3D_IMPORT_MODEL_FIL(3)

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);

See Also