Home | Trees | Index | Help |
|
---|
Module NMesh :: Class NMVert |
|
Warning: There are two kinds of uv texture coordinates in Blender: per vertex
("sticky") and per face vertex (uv in NMFace
). In
the first, there's only one uv pair of coordinates for each vertex in the
mesh. In the second, for each face it belongs to, a vertex can have
different uv coordinates. This makes the per face option more flexible,
since two adjacent faces won't have to be mapped to a continuous region
in an image: each face can be independently mapped to any part of its
texture.
Class Variable Summary | |
---|---|
list of three floats | co : The vertex coordinates (x, y, z). |
int | index : The vertex index, if owned by a mesh. |
list of three floats | no : The vertex normal vector (x, y, z). |
int | sel : The selection state (selected:1, unselected:0) of this vertex. |
list of two floats | uvco : The vertex texture "sticky" coordinates. |
Class Variable Details |
---|
coThe vertex coordinates (x, y, z).
|
indexThe vertex index, if owned by a mesh.
|
noThe vertex normal vector (x, y, z).
|
selThe selection state (selected:1, unselected:0) of this vertex.
|
uvcoThe vertex texture "sticky" coordinates.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Feb 2 18:51:07 2004 | http://epydoc.sf.net |