texturing animated meshes

Blitz3D Forums/Blitz3D Beginners Area/texturing animated meshes

Zeptera(Posted 2005) [#1]
Hi!

How do i texture animated meshes?

I can not use EntityTexture beacuse it doesn't show the texture while my animation plays.

Thanks in advance!


grindalf(Posted 2005) [#2]
you should try textureing the entity before you make the animations for it(useing your modeling tool) then when you animate it the texture is set on all the animations


Matty(Posted 2005) [#3]
How are you making your meshes - in code or in a modeling program.

Entitytexture can be used regardless of whether the entity is animating or not.


Zeptera(Posted 2005) [#4]
i'm using a .3ds model from the net and setting the texture for it by calling Entitytexture. But when i play the mesh's animation. the texture wont show.


Ross C(Posted 2005) [#5]
Does the texture show when it's static. I mean, if you load the mesh, and not animate it, does the texture show?