changing a mesh

Blitz3D Forums/Blitz3D Beginners Area/changing a mesh

Braden(Posted 2008) [#1]
is there a way to make it so when I press a key, a mesh turns into another mesh?


Matty(Posted 2008) [#2]
If you simply want a different mesh to appear then yes.

If you want the existing mesh to morph into another mesh then yes and no. No native commands to do that, but yes you could do that in code - look at the head demo in the samples folder


Stevie G(Posted 2008) [#3]
Providing the original and target mesh have the same number of vertices and same texture the morphing is pretty easy.

Here's an example ..

http://www.blitzbasic.com/Community/posts.php?topic=72205#806985