Page 1 of 1

3D models for Irrlicht

Posted: Wed Mar 14, 2007 6:32 pm
by chemi
Hello...

We are two students of Computer Engineree from Barcelona, and we are working in our final project based in Irrlicht.

We are trying to make building models. We are using Google Sketchup to make models, with real images, and we export the models to .3ds files. We have a lot of problems with the materials and textures when we put our models in irrlicht.

Has someone any experience like this?
You would recommend other program?

Thanks!!!

Posted: Wed Mar 14, 2007 8:06 pm
by Eldritch
Post code of how you are doing it.

Posted: Wed Mar 14, 2007 10:51 pm
by hybrid
3ds support in the 1.2 SDK was broken IIRC. But just upload an example somewhere together with screenshots of what you want to achieve and we'll see.

Posted: Thu Mar 15, 2007 5:49 pm
by chemi
Hello…
We want to create models 3d (for example houses) and later to be able to visualize them with irrlicht. We have proven several publishers as Google Sketchup and Blender but when putting the models in irrlitch lose the textures… The code that utilizadomos is he himself that the one of the tutorials of the page Web (getTexture….). The models generated in these publishers give problems with irrlicht? That publishers of models 3d are better to work with irrlicht?
Thank you very much. A greeting.

Posted: Thu Mar 15, 2007 6:11 pm
by hybrid
If you want to use automatic texturing with your models the textures have to be correctly UV mapped. It's pretty probable that you did not do this, so your exported models do not contain the necessary texture coords and Irrlicht is not able to texture map the models. You will only get vertex color blending this way which might not be enough. However, this is not a fault of Irrlicht, but a lack of preparation in your modelling process.

Posted: Thu Mar 15, 2007 6:20 pm
by chemi
Thanks. But still we know rather little on modeled 3d. But you can say to us that publisher of models 3d goes enough good to work with irrlicht. I feel it but it is that we are even learning mainly this. A greeting.