Differentiate A Section/Portion of 3D object From Other Parts

Posted by Ramshad on Stack Overflow See other posts from Stack Overflow or by Ramshad
Published on 2012-10-03T13:22:37Z Indexed on 2012/10/03 15:37 UTC
Read the original article Hit count: 164

Filed under:
|
|
|

I am trying to write a WPF windows application that dynamically creates a 3 D object for an existing 3D Image. The senerio is as follows.

  1. Mark the points randomly on the existing 3D Image.

  2. Create a 3D object based on the points already marked.

Check the below Sample Screenshots.

Screenshot 1 and Screenshot 2

I am successfully able to load the 3D file to the WPF form. And was able to perform the rotation using TrackballDecorator 3D Tools library.

I have just read this related post. however i didn't get it exactly :)

So,can you suggest some efficient methods to achieve it.

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf