How to develop 3D virtual environment online using C#.net?
-
Hi all, I am planning to develop a website which have a simulator where allows users to design thier nail design online. This will be something drag and drop the design to the fingernail in 3D mode,decoration the nail and also display the nail design gallery in 3D which is fully interactive. I do not want to choose Flash is because it just align the timeframe and simple coding. I want algorithm in my program and it is quite challenge to me to learn. I posted on C# forum and others as well and they suggest me to use Silverlight. Do anyone have any website related to the Silverlight?Is Silverlight involved algorithm? Thanks.
-
Hi all, I am planning to develop a website which have a simulator where allows users to design thier nail design online. This will be something drag and drop the design to the fingernail in 3D mode,decoration the nail and also display the nail design gallery in 3D which is fully interactive. I do not want to choose Flash is because it just align the timeframe and simple coding. I want algorithm in my program and it is quite challenge to me to learn. I posted on C# forum and others as well and they suggest me to use Silverlight. Do anyone have any website related to the Silverlight?Is Silverlight involved algorithm? Thanks.
Currently there is no support for true hardware accelerated 3D in Silverlight. It is not possible to write 3D games that run in browser nor is the development model similar to Managed Direct3D. Any kind of 3D game will be very hard to port to Silverlight. 3D with some JS tricks. http://www.codeplex.com/Balder[^] http://www.windowsvista.si/main.htm?content=home&show3d=1[^] http://metalinkltd.com/?p=114[^]
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)