#include <RAS_TexVert.h>
Public Methods | |
RAS_TexVert () | |
RAS_TexVert (const MT_Point3& xyz,const MT_Point2& uv,const unsigned int rgba,const short *normal) | |
~RAS_TexVert () | |
const float* | getUV1 () const |
const MT_Point3& | xyz () |
void | SetXYZ (const MT_Point3& xyz) |
void | SetUV (const MT_Point2& uv) |
void | SetRGBA (const unsigned int rgba) |
void | SetNormal (const MT_Vector3& normal) |
const short* | getNormal () const |
const float* | getLocalXYZ () const |
const unsigned int& | getRGBA () const |
bool | closeTo (const RAS_TexVert* other) |
|
Definition at line 25 of file RAS_TexVert.h. |
|
Definition at line 27 of file RAS_TexVert.h. |
|
Definition at line 36 of file RAS_TexVert.h. |
|
Definition at line 50 of file RAS_TexVert.h. |
|
Definition at line 47 of file RAS_TexVert.h. Referenced by RAS_TexVert(). |
|
Definition at line 46 of file RAS_TexVert.h. |
|
Definition at line 45 of file RAS_TexVert.h. |
|
Definition at line 64 of file RAS_TexVert.h. Referenced by RAS_MeshObject::FindOrAddVertex(). |
|
Definition at line 59 of file RAS_TexVert.h. |
|
Definition at line 56 of file RAS_TexVert.h. |
|
Definition at line 62 of file RAS_TexVert.h. |
|
Definition at line 39 of file RAS_TexVert.h. Referenced by RAS_CalcTexMatrix(). |
|
Definition at line 43 of file RAS_TexVert.h. Referenced by RAS_CalcTexMatrix(). |