#include <stdlib.h>#include <stdio.h>#include "OSGConfig.h"#include <OSGGL.h>#include <OSGLog.h>#include <OSGBoxVolume.h>#include <OSGSphereVolume.h>#include <OSGFrustumVolume.h>#include <OSGCylinderVolume.h>#include <OSGSimpleGeometry.h>#include <OSGRenderAction.h>#include "OSGVolumeDraw.h"Go to the source code of this file.
Namespaces | |
| namespace | osg |
Classes | |
| class | VolumeDrawWrapper |
Functions | |
Draw Functions | |
| void | osg::drawVolume (const DynamicVolume &volume) |
| void | osg::drawVolume (const BoxVolume &volume) |
| void | osg::drawVolume (const SphereVolume &volume) |
| void | osg::drawVolume (const FrustumVolume &volume) |
| void | osg::drawVolume (const CylinderVolume &volume) |
| void | osg::dropVolume (DrawActionBase *action, NodePtr node, Color3f col) |
| void | osg::dropVolume (DrawActionBase *action, const DynamicVolume &volume, Color3f col) |
1.5.5