#include "OSGConfig.h"#include "OSGSystemDef.h"#include "OSGBaseTypes.h"#include "OSGNode.h"#include "OSGAction.h"#include "OSGMaterial.h"#include "OSGVolume.h"#include "OSGBoxVolume.h"Go to the source code of this file.
Namespaces | |
| namespace | OSG |
Functions | |
Draw Functions | |
| void | OSG::drawVolume (const DynamicVolume &volume) |
| void | OSG::drawVolume (const BoxVolume &volume) |
| OSG_SYSTEM_DLLMAPPING void | OSG::drawVolume (const SphereVolume &volume) |
| void | OSG::drawVolume (const FrustumVolume &volume) |
| OSG_SYSTEM_DLLMAPPING void | OSG::drawVolume (const CylinderVolume &volume) |
| void | OSG::dropVolume (DrawActionBase *action, NodePtr node, Color3r col) |
| void | OSG::dropVolume (DrawActionBase *action, const DynamicVolume &volume, Color3r col) |