Changeset 9685 in orxonox.OLD for branches/new_class_id/src/lib/graphics/render2D/image_plane.cc
- Timestamp:
- Aug 22, 2006, 1:16:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/render2D/image_plane.cc
r9406 r9685 21 21 22 22 #include "graphics_engine.h" 23 #include "glincl.h"24 23 #include "p_node.h" 25 24 26 25 26 #include "class_id.h" 27 CREATE_FACTORY(ImagePlane, CL_IMAGE_ENTITY); 27 28 28 29 30 CREATE_FACTORY(ImagePlane, CL_IMAGE_ENTITY); 29 NewObjectListDefinitionID(ImagePlane, CL_IMAGE_ENTITY); 31 30 32 31 … … 56 55 void ImagePlane::init() 57 56 { 58 this-> setClassID(CL_IMAGE_PLANE, "ImagePlane");57 this->registerObject(this, ImagePlane::_objectList); 59 58 this->setName("ImagePlane"); 60 59
Note: See TracChangeset
for help on using the changeset viewer.