Hello all,
We have a project that requires to display a 3D object on the browser and get user's feedback from the mouse click. For example, if the user clicks one part of the 3D object, we should display an annotation text, etc.
What kind of technique we have to use?
ASP.NET? SilverLight?
Thank you
// updated based on one of comments
The 3D object is not an image of 3D object. It is a real 3D object constructed from 3D meshes. The application needs to provide all common operations for the user so that the user can pan, rotate, zoom, annotate the 3D object.
Thank you