clean a mesh

Started by
4 comments, last by jad_salloum 18 years, 4 months ago
hi guys please see this image : http://tinypic.com/i708ed.jpg i am trying to clean a mesh in AnimatedFrame (Class that inherits Frame Class) but when i substitute by the cleaned mesh i get an error so what can i do to replace the mesh ??? any suggestions ?? [Edited by - jad_salloum on December 6, 2005 6:02:53 AM]
Advertisement
nobody wants to help ??? it's simple question just how to change the mesh in a Frame ?????
1. Please post the code and the error itself next time - much easier than posting an image.

2. This is a description of your problem.

do u know any post simpler than this ??? if i used their way it will be so complicated for me am sure that there is another way but i am not finding it in google. by the way when the warrning level will be 0% :)
Try:
MeshData data = frame.MeshContainer.MeshData;data.Mesh = mesh;frame.MeshContainer.MeshData = data;

thanks mohammad it worked ;)

This topic is closed to new replies.

Advertisement