indexing description: "A Point at which a camera or a light might point." author: "" date: "$Date$" revision: "$Revision$" class EM3D_TARGET inherit EM3D_MOVABLE rename world_position as position export {ANY} position redefine default_name, type end create {EM3D_OBJECT_MANAGER} make feature render_opengl is do -- Nothing end feature {NONE} default_name: STRING is once result := "TARGET" end type: INTEGER is once result := em3d_target_identified end end