OpenSceneGraph
3.5.1
|
#include <osg/Drawable>
#include <osg/Vec2>
#include <osg/Vec3>
#include <osg/Vec4>
#include <osg/Array>
#include <osg/PrimitiveSet>
Classes | |
class | osg::Geometry |
class | deprecated_osg::Geometry |
Geometry class contaning deprecated features. More... | |
Namespaces | |
osg | |
The core osg library provides the basic scene graph classes such as Nodes, State and Drawables, and maths and general helper classes. | |
deprecated_osg | |
Contains deprecated features of namespace osg. | |
Macros | |
#define | OSG_GEOMETRY 1 |
#define | OSG_DEPRECATED_GEOMETRY_BINDING 1 |
Functions | |
OSG_EXPORT Geometry * | osg::createTexturedQuadGeometry (const Vec3 &corner, const Vec3 &widthVec, const Vec3 &heightVec, float l, float b, float r, float t) |
Convenience function to be used for creating quad geometry with texture coords. More... | |
Geometry * | osg::createTexturedQuadGeometry (const Vec3 &corner, const Vec3 &widthVec, const Vec3 &heightVec, float s=1.0f, float t=1.0f) |
Convenience function to be used for creating quad geometry with texture coords. More... | |
#define OSG_DEPRECATED_GEOMETRY_BINDING 1 |
#define OSG_GEOMETRY 1 |
Generated at Wed Nov 11 2015 22:14:22 for the OpenSceneGraph by doxygen 1.8.10. |