Blender V2.61 - r43446
|
#include <BSP_TMesh.h>
Public Attributes | |
DerivedMesh * | dm |
Object * | ob |
int | pos |
BSP_TMesh * | mesh |
BSP_TVertex * | pos |
MT_Transform | trans |
Here's the vertex iterator structure used to walk through the blender vertex structure.
some iterator functions to describe the mesh to the BSP module. This class defines 2 C style iterators over a CSG mesh, one for vertices and 1 for faces. They conform to the iterator interface defined in CSG_BooleanOps.h
Definition at line 62 of file MOD_boolean_util.c.
Definition at line 63 of file MOD_boolean_util.c.
Referenced by VertexIt_Construct(), VertexIt_Done(), and VertexIt_Fill().
Definition at line 124 of file BSP_TMesh.h.
Referenced by VertexIt_Construct(), VertexIt_Done(), and VertexIt_Reset().
Definition at line 64 of file MOD_boolean_util.c.
Referenced by VertexIt_Construct(), and VertexIt_Fill().
Definition at line 125 of file BSP_TMesh.h.
int VertexIt::pos |
Definition at line 65 of file MOD_boolean_util.c.
Referenced by VertexIt_Construct(), VertexIt_Done(), VertexIt_Fill(), VertexIt_Reset(), and VertexIt_Step().
Definition at line 126 of file BSP_TMesh.h.
Referenced by VertexIt_Construct(), and VertexIt_Fill().