LoadAnimTexture on Quad

Blitz3D Forums/Blitz3D Beginners Area/LoadAnimTexture on Quad

BLaBZ(Posted 2009) [#1]
I've loaded an animated texture sequence with LoadAnimTexturem, created a quad, and then applied the texture using LoadTexture but for some reason the quad isn't showing

Thanks!


BLaBZ(Posted 2009) [#2]
nvm... just had to flipmesh


Warner(Posted 2009) [#3]
EntityFX Quad, 16 ?
I think you should post an example, pref. one that can be run without any external media.


Stevie G(Posted 2009) [#4]

nvm... just had to flipmesh



There should be no reason to use flipmesh if you created it correctly in the first place.

Just reverse the order of the vertex numbers when your creating the triangles to fix.