Discussion:
Loading Any type of models
John R
2011-02-06 17:50:51 UTC
Permalink
I am rather confused upon the process of converting a model into a
.data or something that will load in my game. I posted this question
on stack, but no one seems to be able to give me an answer yet. Heres
my issue described here:
http://gamedev.stackexchange.com/questions/8074/loading-obj-files-in-soya3d-engine
Jiba
2011-02-06 21:51:51 UTC
Permalink
Hi,

To automatically import the model, you need :
* to create a models directory in your data directory
* to create a worlds directory in your data directory
* to create a obj directory in your data directory
* to put your obj files in that obj directory

and it should work... if it doesn't, you can try to import manually by using the soya.objmtl2soya module

Jiba

On Sun, 6 Feb 2011 12:50:51 -0500
Post by John R
I am rather confused upon the process of converting a model into a
.data or something that will load in my game. I posted this question
on stack, but no one seems to be able to give me an answer yet. Heres
http://gamedev.stackexchange.com/questions/8074/loading-obj-files-in-soya3d-engine
Loading...