I understand that with the new Projection Silverlight 3 feature, it should be relatively easy to display simple 3D objects like cubes. Is there a 3D engine in use that uses these SL 3 features to create 3D scenes?
I know that there is Kit3D, but it seems that it still works on SL 1 or 2, and the project site is updated very rarely.
If there is still no such mechanism, I would need help on my part. Using PlaneProjection, I made this simple demo (moving using WASD).
However, I am having problems creating composite objects and converting the positions of objects in accordance with the direction of the camera search. I will give more explanation and source code if there is no engine that already does this.
Thanks Andrew
source
share