OSG
3.4.0
|
#include <Tessellator.h>
Public Member Functions | |
NewVertex () | |
NewVertex (const NewVertex &nv) | |
NewVertex (osg::Vec3 *vx, float f1, osg::Vec3 *v1, float f2, osg::Vec3 *v2, float f3, osg::Vec3 *v3, float f4, osg::Vec3 *v4) | |
Public Attributes | |
osg::Vec3 * | _vpos |
float | _f1 |
osg::Vec3 * | _v1 |
float | _f2 |
osg::Vec3 * | _v2 |
float | _f3 |
osg::Vec3 * | _v3 |
float | _f4 |
osg::Vec3 * | _v4 |
Definition at line 156 of file Tessellator.h.
|
inline |
Definition at line 159 of file Tessellator.h.
|
inline |
Definition at line 170 of file Tessellator.h.
|
inline |
Definition at line 181 of file Tessellator.h.
float osgUtil::Tessellator::NewVertex::_f1 |
Definition at line 198 of file Tessellator.h.
float osgUtil::Tessellator::NewVertex::_f2 |
Definition at line 201 of file Tessellator.h.
float osgUtil::Tessellator::NewVertex::_f3 |
Definition at line 204 of file Tessellator.h.
float osgUtil::Tessellator::NewVertex::_f4 |
Definition at line 207 of file Tessellator.h.
osg::Vec3* osgUtil::Tessellator::NewVertex::_v1 |
Definition at line 199 of file Tessellator.h.
osg::Vec3* osgUtil::Tessellator::NewVertex::_v2 |
Definition at line 202 of file Tessellator.h.
osg::Vec3* osgUtil::Tessellator::NewVertex::_v3 |
Definition at line 205 of file Tessellator.h.
osg::Vec3* osgUtil::Tessellator::NewVertex::_v4 |
Definition at line 208 of file Tessellator.h.
osg::Vec3* osgUtil::Tessellator::NewVertex::_vpos |
Definition at line 196 of file Tessellator.h.