#include <osgprimitive.h>
Inheritance diagram for OSGMesh:


Definition at line 205 of file osgprimitive.h.
Public Member Functions | |
| OSGMesh (const std::string &filename, float scale=1, const osgDB::ReaderWriter::Options *options=0) | |
| Constuctor. | |
| ~OSGMesh () | |
| virtual void | init (const OsgHandle &osgHandle, Quality quality=Middle) |
| float | getScale () |
Protected Attributes | |
| std::string | filename |
| float | scale |
| const osgDB::ReaderWriter::Options * | options |
| osg::ref_ptr< osg::Node > | mesh |
| osg::ref_ptr< osg::MatrixTransform > | scaletrans |
|
||||||||||||||||
|
Constuctor.
|
|
|
Definition at line 301 of file osgprimitive.cpp. |
|
|
Definition at line 217 of file osgprimitive.h. |
|
||||||||||||
|
Definition at line 304 of file osgprimitive.cpp. |
|
|
Definition at line 219 of file osgprimitive.h. |
|
|
Definition at line 222 of file osgprimitive.h. |
|
|
Definition at line 221 of file osgprimitive.h. |
|
|
Definition at line 220 of file osgprimitive.h. |
|
|
Definition at line 223 of file osgprimitive.h. |
1.4.5