Tagged Questions
2
votes
1answer
1k views
3D rotation math/code for plane
I am making a simple 3D game with plane in space.
With c++ (win32).
But the plane rotation is not realistic.
The code I am using for the rotation is the following:
point3D AxisRotation(point3D ...