List of all members.
Public Member Functions |
| osg::ref_ptr< osg::Node > | createQuad () const |
| | Creates and returns the root node of the quad.
|
| osg::ref_ptr< osg::Node > | createQuad (int width, int height) const |
| | Creates and returns the root node of the textured quad.
|
Detailed Description
Definition at line 41 of file quad.h.
Member Function Documentation
| osg::ref_ptr< osg::Node > osgScaleViewer::Quad::createQuad |
( |
| ) |
const |
Creates and returns the root node of the quad.
- Returns:
- the root node holding the quad.
Definition at line 40 of file quad.cpp.
| osg::ref_ptr< osg::Node > osgScaleViewer::Quad::createQuad |
( |
int |
width, |
|
|
int |
height |
|
) |
| const |
Creates and returns the root node of the textured quad.
- Parameters:
-
| width | the width of the image. |
| height | the height of the image. |
Definition at line 50 of file quad.cpp.
The documentation for this class was generated from the following files: