I have never written any Silverlight applications, but I want to write a three-dimensional earthquake application and run it from my website.
I would like to create a simple viewer so that the user can change the "camera", i.e. your perspective. A view can contain up to 10,000 objects in three-dimensional space.
I need the ability to quickly view this - I saw this in the Power Basic application and want to do it for the Internet.
I have a current website at http://canterburyquakelive.co.nz for earthquakes in the Canterbury New Zeaalnd, and I want to learn the basics so that it can be more interactive.
I want to say, for example, (to start) to put 2 objects in the โspaceโ, which I can detect and move the camera in real time.
At the end of the day, the system should support up to 10,000 objects.
Each object can be a simple circle - there is no need for special pixel shaders
I'm not sure about the exact functionality of the system at the moment, so if I can find a tutorial that allows me to put someone (circle) in the 3D world (space) and change the camera that would be good.
Any ideas are appreciated - it seems that in 3d and silver light it seems to me that I am lost in the โsparkleโ of new functions, where I need some basics, and I can learn and adapt over time.
** Comment + image added ** Mostly I'm waiting to create a page similar to Silverlight. But I am open to any technology.

source share