$Date$
$Revision$
-- Draws the object to the framebuffer at the 'origin' position
-- with a given rotation and scales it with the 'scale' vector
-- Specify the scale vector
-- Draws the object to the framebuffer at the current position
-- The angle between the x-axis and our direction
-- The angle between the y-axis and our direction
-- The angle between the z-axis and our direction
-- The size of the bounding box in z-direction
-- The size of the bounding box in y-direction
-- The start coordinates of the object
-- The scale vector of the object
-- The size of the bounding box in x-direction
This interface represents 3d objects that can be drawn to the framebuffer.