Collaboration diagram for MCMesh::MCData:
Public Member Functions | |
void | copyNormalFrom (const float *n) |
void | copyVertexFrom (const float *n) |
Public Attributes | |
float | normal [3] |
float | vertex [3] |
The structure corresponds with the type GL_N3F_V3F.
Definition at line 213 of file MarchingCubesData.h.
|
Definition at line 29 of file MarchingCubesData.cpp. References DEBUG0, and normal. Referenced by MCMesh::_compileData(). |
|
Definition at line 35 of file MarchingCubesData.cpp. |
|
Definition at line 214 of file MarchingCubesData.h. Referenced by copyNormalFrom(). |
|
Definition at line 215 of file MarchingCubesData.h. Referenced by MCMesh::_compileData(), MCMesh::_compileNormalsArray(), and copyVertexFrom(). |