Some people have shown interest for the Camera class.
To be honest, I don't think the class is mature for distribution. When I
got my application working, I just isolated the Camera stuff in a seperate
class, so it has only been tested with one application.
There is one special thing about this application: It has been transformed
from 2D to 3D, and therefore it has the z-axis pointing upwards. The Camera
class also is designed for z-axis upwards. The usual is to have the y-axis
pointing upwards, so here is a new version of the Camera class, with y-axis
upwards.
kind regards
Hardy Henneberg
Camera.java (Java Source File)