Xna object Transformation.
Graphics
1
Posts
1
Posters
0
Views
1
Watching
-
I have protected List vertices = new List(); Now I added 8 VertexPositionColor for a cube and I can see that cube. I like to rotate it around x-axis or any axis. How this can be done? Please note we are not changing the camera location. All opration must be done on cube not the camera. Your answer will be very much appreciated. Best regards Agha Khan