openscenegraph
|
#include <osg/Object>
#include <osg/Vec3>
#include <osg/Quat>
#include <osg/Plane>
#include <osg/Array>
Classes | |
class | osg::Shape |
class | osg::ShapeVisitor |
class | osg::ConstShapeVisitor |
class | osg::Sphere |
class | osg::Box |
class | osg::Cone |
class | osg::Cylinder |
class | osg::Capsule |
class | osg::InfinitePlane |
class | osg::TriangleMesh |
class | osg::ConvexHull |
class | osg::HeightField |
class | osg::CompositeShape |
Namespaces | |
osg | |
Constant Groups | |
osg | |
Macros | |
#define | OSG_SHAPE 1 |
#define | META_Shape(library, name) |
Typedefs | |
typedef HeightField | osg::Grid |
#define META_Shape | ( | library, | |
name | |||
) |
META_StateAttribute macro define the standard clone, isSameKindAs, className and getType methods. Use when subclassing from Object to make it more convenient to define the standard pure virtual methods which are required for all Object subclasses.
#define OSG_SHAPE 1 |