How to make SIMPLE开发者_开发百科 3D application? (just a cube with light and mb with textures) with pure Silverlight 5 API. I don't want to use Babylon, or any other 3D render engine...
PS: I don't nead complicated examples with MultiTextures, BumpMapping ect.
Try to follow the Walkthrough linked below:
Creating and Animating a 3D Textured Cube in Silverlight
http://msdn.microsoft.com/en-us/library/gg197425(v=XNAGameStudio.35).aspx
Also Checkout this page which explains the Silverlight 5 beta 3d Support
http://msdn.microsoft.com/en-us/library/gg197424(v=XNAGameStudio.35).aspx
I hope that helps you :)
精彩评论