Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All

How to rotate a 3d mesh at top [or] specific point using truevision3D in C#?
Posted

1 solution

The normal way of doing this would be to use mesh.RotateX, mesh.RotateY and mesh.RotateZ.
 
Share this answer
 
Comments
abdul kamaal naser 22-Jun-11 4:33am    
Thanks; I used Mesh.RotateY() but the mesh rotate at center point but i want top wise rotation any idea
Pete O'Hanlon 22-Jun-11 5:08am    
You can change the rotation point using SetMeshCenter.

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