|
Blender
V3.3
|
#include <CCGSubSurf.h>
Public Attributes | |
| int | vertUserSize |
| int | edgeUserSize |
| int | faceUserSize |
| int | numLayers |
| int | vertDataSize |
| int | simpleSubdiv |
Definition at line 19 of file CCGSubSurf.h.
| int CCGMeshIFC::edgeUserSize |
Definition at line 20 of file CCGSubSurf.h.
Referenced by _edge_new(), _getSubSurf(), ccgSubSurf_getAllowEdgeCreation(), ccgSubSurf_setAllowEdgeCreation(), ccgSubSurf_setUseAgeCounts(), and ccgSubSurf_syncFace().
| int CCGMeshIFC::faceUserSize |
Definition at line 20 of file CCGSubSurf.h.
Referenced by _face_new(), _getSubSurf(), and ccgSubSurf_setUseAgeCounts().
| int CCGMeshIFC::numLayers |
Definition at line 21 of file CCGSubSurf.h.
Referenced by _getSubSurf(), ccgSubSurf_setNumLayers(), VertDataAdd(), VertDataAvg4(), VertDataCopy(), VertDataEqual(), VertDataMulN(), VertDataSub(), and VertDataZero().
| int CCGMeshIFC::simpleSubdiv |
Definition at line 23 of file CCGSubSurf.h.
Referenced by _getSubSurf(), ccgSubSurf__calcSubdivLevel(), ccgSubSurf__sync_legacy(), and ccgSubSurf_getSimpleSubdiv().
| int CCGMeshIFC::vertDataSize |
Definition at line 22 of file CCGSubSurf.h.
Referenced by _edge_new(), _face_new(), _getSubSurf(), _vert_new(), CCG_key(), ccgSubSurf__calcSubdivLevel(), ccgSubSurf__calcSubdivLevel_interior_faces_edges_centerpoints_shift_cb(), ccgSubSurf__calcSubdivLevel_interior_faces_edges_midpoints_cb(), ccgSubSurf__calcSubdivLevel_verts_copydata_cb(), ccgSubSurf__calcVertNormals(), ccgSubSurf__calcVertNormals_edges_accumulate_cb(), ccgSubSurf__calcVertNormals_faces_accumulate_cb(), ccgSubSurf__calcVertNormals_faces_finalize_cb(), ccgSubSurf__sync_legacy(), ccgSubSurf_getEdgeLevelData(), ccgSubSurf_getEdgeUserData(), ccgSubSurf_getFaceGridData(), ccgSubSurf_getFaceGridEdgeData(), ccgSubSurf_getFaceUserData(), ccgSubSurf_getVertLevelData(), ccgSubSurf_getVertUserData(), ccgSubSurf_new(), ccgSubSurf_setCalcVertexNormals(), ccgSubSurf_stitchFaces(), ccgSubSurf_syncVert(), ccgSubSurf_updateFromFaces(), and ccgSubSurf_updateToFaces().
| int CCGMeshIFC::vertUserSize |
Definition at line 20 of file CCGSubSurf.h.
Referenced by _getSubSurf(), _vert_new(), and ccgSubSurf_setUseAgeCounts().