
Public Member Functions | |
| TriangleMesh () | |
| TriangleMesh (const TriangleMesh &mesh, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
| META_Shape (osg, TriangleMesh) | |
| void | setVertices (Vec3Array *vertices) |
| Vec3Array * | getVertices () |
| const Vec3Array * | getVertices () const |
| void | setIndices (IndexArray *indices) |
| IndexArray * | getIndices () |
| const IndexArray * | getIndices () const |
Protected Member Functions | |
| ~TriangleMesh () | |
Protected Attributes | |
| ref_ptr< Vec3Array > | _vertices |
| ref_ptr< IndexArray > | _indices |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented in osg::ConvexHull. |
|
|
|
|
|
|
|
|
|
|
|
|