Page 1 of 1

Mesh deformation?

Posted: Sat Mar 04, 2006 5:08 pm
by Inf0Byt3
Does anybody nows how to achive mesh deformation in PB? Can i manipulate the mesh in memory and than update it with SetMeshData? Any suggestions?

Posted: Sun Mar 05, 2006 8:29 am
by Comtois
I updated an example for PB4 beta 5 , see here

http://www.purebasic.fr/english/viewtop ... 492#130492

Have a look at Procedure vagues()

Posted: Sun Mar 05, 2006 11:29 am
by Inf0Byt3
Thanks Comtois! You are a great programmer. This works like a charm.