Public Member Functions | |
Quad (QuadParams &) | |
virtual | ~Quad () |
osg::Geode * | getGeode () const |
osg::Geometry * | getGeometry () const |
osg::Vec3Array * | getVerticesArray () const |
osg::Vec2Array * | getUVArray () const |
osg::Material * | getMaterial () const |
osg::Texture2D * | getTexture () const |
void | setTexture (osg::Texture2D *_tex) |
Protected Attributes | |
osg::ref_ptr< osg::Geode > | geode_ |
osg::ref_ptr< osg::Geometry > | geom_ |
osg::ref_ptr< osg::Vec3Array > | vertices_ |
osg::ref_ptr< osg::Vec2Array > | uv_ |
osg::ref_ptr< osg::Material > | material_ |
osg::ref_ptr< osg::Texture2D > | texture_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|