3D models for Irrlicht

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
chemi
Posts: 10
Joined: Wed Mar 14, 2007 5:57 pm

3D models for Irrlicht

Post 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!!!
Eldritch
Posts: 33
Joined: Mon Feb 26, 2007 12:33 pm

Post by Eldritch »

Post code of how you are doing it.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post 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.
chemi
Posts: 10
Joined: Wed Mar 14, 2007 5:57 pm

Post 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.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post 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.
chemi
Posts: 10
Joined: Wed Mar 14, 2007 5:57 pm

Post 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.
Post Reply