Basic
In computer programming, BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code[1]) is a family of high-level programming languages.
Application
Raytracing
Remove
Platform
Any
License
Any
I've got a very basic algorithm working to convert 3D points of a world into the 2D points of the screen. But how do I get the camera to rotate around it's axis, along the Z axis would probably the...