MeshChange::VertexChange Struct Reference


Detailed Description

This struct holds the change information about a single vertex.

Definition at line 2177 of file mesh.h.

#include <mesh.h>

List of all members.

Public Attributes

Vector  m_vPosition
  The position of the vertex before the change.
unsigned int  m_iID
  This variable is used internally.
union {
   tnormalv   m_iNormal
   tnormal   m_vNormal [4]
}; 
float  m_fData
  This variable can be used freely to store a float value for the vertex.
unsigned int  m_iVertexIndex
  Index of the vertex.
unsigned int  m_iFaceIndex
  Index of a face which uses the vertex.
unsigned int  m_iLayerVertexIndex
  Index of the vertex within the current sculpt layer.

Member Data Documentation

The position of the vertex before the change.

Definition at line 2183 of file mesh.h.

unsigned int m_iID

This variable is used internally.

Definition at line 2187 of file mesh.h.

Definition at line 2197 of file mesh.h.

float m_fData

This variable can be used freely to store a float value for the vertex.

Definition at line 2203 of file mesh.h.

unsigned int m_iVertexIndex

Index of the vertex.

Definition at line 2207 of file mesh.h.

unsigned int m_iFaceIndex

Index of a face which uses the vertex.

Definition at line 2211 of file mesh.h.

unsigned int m_iLayerVertexIndex

Index of the vertex within the current sculpt layer.

Definition at line 2215 of file mesh.h.


The documentation for this struct was generated from the following file: