-
camera
Camera camera
The camera from which to render the scene
-
framerate
double framerate
The framerate, in frames per second, at which to run the renderer
-
image
java.awt.image.BufferedImage image
The BufferedImage upon which the render is painted
-
isRunning
boolean isRunning
Whether or not the renderer is running
-
pixels
int[] pixels
The array of pixel color values, connected to the BufferedImage displayed on
screen so that any changes to the array are reflected on screen
-
thread
java.lang.Thread thread
The thread on which this engine will be executed