 |
Kigs Framework
Doc version 0.8
Open source multi purpose Rapid Application Development framework
|
1 #ifndef _OPENGLSPHERE_H
2 #define _OPENGLSPHERE_H
11 DECLARE_CLASS_INFO(OpenGLSphere,
Drawable,Renderer)
13 OpenGLSphere(
const kstl::string& name,DECLARE_CLASS_NAME_TREE_ARG);
17 virtual bool BBoxUpdate(kdouble) {
return true;}
19 void GetBoundingBox(Point3D& pmin,Point3D& pmax)
const;
27 virtual ~OpenGLSphere();
29 unsigned int mListIndex;
33 #endif //_OPENGLSPHERE_H
CoreModifiableAttributeData for numeric without different level of notification.
Definition: maNumeric.h:17
Base class for all drawable objects.
Definition: Drawable.h:22
virtual bool BBoxUpdate(kdouble time)
update the bounding box
Definition: Drawable.h:88
virtual bool Draw(TravState *)
initialise draw method
Definition: Drawable.cpp:142
Base class used to store current scene traversal state.
Definition: TravState.h:72