Vertex Class.
More...
List of all members.
Detailed Description
Vertex Class.
Definition at line 318 of file rvg.py.
Member Function Documentation
def rvg::Vertex::__init__ |
( |
|
self, |
|
|
|
pos, |
|
|
|
color = None , |
|
|
|
uv = None | |
|
) |
| | |
def rvg::Vertex::accumulateNormal |
( |
|
self, |
|
|
|
normal | |
|
) |
| | |
def rvg::Vertex::accumulateTangents |
( |
|
self, |
|
|
|
uTangent, |
|
|
|
vTangent | |
|
) |
| | |
def rvg::Vertex::debug |
( |
|
self, |
|
|
|
str | |
|
) |
| | |
def rvg::Vertex::equalNor |
( |
|
self, |
|
|
|
nor | |
|
) |
| | |
def rvg::Vertex::equalPos |
( |
|
self, |
|
|
|
pos | |
|
) |
| | |
def rvg::Vertex::equals |
( |
|
self, |
|
|
|
vertex, |
|
|
|
normal | |
|
) |
| | |
def rvg::Vertex::equalUV |
( |
|
self, |
|
|
|
uv | |
|
) |
| | |
def rvg::Vertex::normalize |
( |
|
self |
) |
|
def rvg::Vertex::save |
( |
|
self, |
|
|
|
outFile | |
|
) |
| | |
def rvg::Vertex::setBones |
( |
|
self, |
|
|
|
bones | |
|
) |
| | |
def rvg::Vertex::setColor |
( |
|
self, |
|
|
|
color | |
|
) |
| | |
def rvg::Vertex::setUV |
( |
|
self, |
|
|
|
uv | |
|
) |
| | |
def rvg::Vertex::setWeights |
( |
|
self, |
|
|
|
weights | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following file: