$Date$
$Revision$
-- Draws the object to the framebuffer at the 'origin' position
-- with a given rotation and scales it with the 'scale' vector
-- (From EM_3D_OBJECT)
-- Specify the scale vector
-- (From EM_3D_OBJECT)
-- The angle between the x-axis and our direction
-- (From EM_3D_OBJECT)
-- The angle between the y-axis and our direction
-- (From EM_3D_OBJECT)
-- The angle between the z-axis and our direction
-- (From EM_3D_OBJECT)
-- The size of the bounding box in z-direction
-- (From EM_3D_OBJECT)
-- The size of the bounding box in y-direction
-- (From EM_3D_OBJECT)
-- The start coordinates of the object
-- (From EM_3D_OBJECT)
-- The scale vector of the object
-- (From EM_3D_OBJECT)
-- The size of the bounding box in x-direction
-- (From EM_3D_OBJECT)
This class uses display lists for fast drawing of an object.