It looks like there is no DrawAction class in OpenSG 2.0 although it is used in the interface of several classes. Is this a missing class or should the interfaces be removed?
-Allen :~/Source/OpenSG2/Source>grep -r DrawAction * | grep -v Base | grep -v svn System/FileIO/WRL/OSGVRMLWriteAction.cpp:DrawAction& DrawAction::operator = (const DrawAction &source) System/FileIO/WRL/OSGVRMLWriteAction.h:/*! \brief DrawAction class System/FileIO/WRL/OSGVRMLWriteAction.h: // create a new DrawAction by cloning the prototype System/FileIO/WRL/OSGVRMLWriteAction.h: // after setting the prototype all new DrawActions are clones of it System/Window/Camera/OSGPerspectiveCamera.cpp:void PerspectiveCamera::draw( DrawAction *OSG_CHECK_ARG(action), System/Window/Camera/OSGMatrixCamera.h: virtual void draw ( DrawAction *action, System/Window/Camera/OSGPerspectiveCamera.h:class DrawAction; System/Window/Camera/OSGPerspectiveCamera.h: virtual void draw ( DrawAction *action, System/Window/Camera/OSGMatrixCamera.cpp:void MatrixCamera::draw( DrawAction *OSG_CHECK_ARG(action), System/Action/RenderTraversal/OSGRenderTraversalAction.cpp: * after setting the prototype all new DrawActions are clones of it System/Action/RenderAction/OSGRenderAction.cpp: * after setting the prototype all new DrawActions are clones of it System/Action/RenderAction/OSGRenderAction.cpp:/** \brief create a new DrawAction by cloning the prototype -- -- Allen Bierbaum e. [EMAIL PROTECTED] -- President & CEO w. www.infiscape.com -- Infiscape Corporation p. 515.296.3788 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-core
