Click here to Skip to main content
15,893,337 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,
I am developing application using WPF with C# in which, i have created 3D window (all settings like Viewport3D, Canvas, Camera is done). And i have added 3D metal sheet i.e with ContainerUIElement3D in WPF.
Now second step is that i want to transform that sheet (like Translate ContainerUIElement3D to origin, Rotate it around some axis, and then re-translate that sheet to its original position. I have all codes for rotation, translation, etc.
The problem is that all above operations are performing correct but i want to display these changing(Transforming) on screen i have calculated all intermediate steps also. But it shows directly last step of scene on screen, intermediate steps are not displaying.



So please help someone.
Thank You!
-Vishwas.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900