Classes |
class | osg::Geometry |
struct | osg::Geometry::ArrayData |
struct | osg::Geometry::Vec3ArrayData |
Namespaces |
namespace | osg |
| The core osg library provides the basic scene graph classes such as Nodes, State and Drawables, and maths and general helper classes.
|
Defines |
#define | OSG_GEOMETRY 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.
|
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.
|