views:

51

answers:

1

I created MeshGeometry3D mesh in wpf. How can i display it smooth?

I need something like that: http://www.forman.free-online.co.uk/images/smoothshading.png

+1  A: 

Probably will be needed for someone. To show mesh smooth shaded we need to set normals of triangles in proper way. Example: http://guerrillacg.org/home/3d-polygon-modeling/smooth-shading

Evgeny