Loaded B3D animated model is white

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.
sunnystormy
Posts: 105
Joined: Mon Jun 02, 2014 2:32 am
Location: Washington, D.C.
Contact:

Re: Loaded B3D animated model is white

Post by sunnystormy »

@Alopex

Finally got it to work. Problem is, it's only importing the vertices from Edit Mode. So, it looks like a walking stick figure instead of the gingerbread man from the tutorial. : /

All of the other subdivisions that Blender automates for me aren't getting exported into the B3D file. The textures are showing up, and the model is animating... but it looks like I'll have to refrain from using some of Blender's automation tools if I want to guarantee vertex integrity.

Thanks again for your help.
My blog: http://fsgdp.wordpress.com "The Free Software Game Development Pipeline"
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Loaded B3D animated model is white

Post by hendu »

Subdivisions need to be baked, there is usually some tickbox on export to bake all modifiers.
Alopex
Posts: 41
Joined: Sat Sep 12, 2015 10:12 pm

Re: Loaded B3D animated model is white

Post by Alopex »

@sunnystormy

I guess you will have to apply the modifiers, then unwrap and bake textures.
sunnystormy
Posts: 105
Joined: Mon Jun 02, 2014 2:32 am
Location: Washington, D.C.
Contact:

Re: Loaded B3D animated model is white

Post by sunnystormy »

@Alopex

Do you know how I would do that?

Thanks again for your help.
My blog: http://fsgdp.wordpress.com "The Free Software Game Development Pipeline"
Alopex
Posts: 41
Joined: Sat Sep 12, 2015 10:12 pm

Re: Loaded B3D animated model is white

Post by Alopex »

At the end of step 1, you will go over to the properties menu, click on the button with the wrench symbol, scroll down to your subsurf modifier and click the "apply" button. Then, proceed to unwrapping and texture baking. If this doesn't work, let me know.
sunnystormy
Posts: 105
Joined: Mon Jun 02, 2014 2:32 am
Location: Washington, D.C.
Contact:

Re: Loaded B3D animated model is white

Post by sunnystormy »

@Alopex

The map is the same. Also, I can't seem to find a way to clear the unwrapped vertices for each new image.

EDIT: Got it. Now the proper vertices have been reversed in the map, so I'm getting some black when the textures are drawn inside of Irrlicht. I'll take it from here. :)

Thanks again, Alopex!
My blog: http://fsgdp.wordpress.com "The Free Software Game Development Pipeline"
Alopex
Posts: 41
Joined: Sat Sep 12, 2015 10:12 pm

Re: Loaded B3D animated model is white

Post by Alopex »

I hope it really was helpful. Sometimes when I try explaining things, I only succeed in confusing people.
Post Reply