|
Blender V4.3
|
#include <CCGSubSurf_intern.h>
Public Attributes | |
| CCGEdge * | next |
| CCGEdgeHDL | eHDL |
| short | numFaces |
| short | flags |
| float | crease |
| CCGVert * | v0 |
| CCGVert * | v1 |
| CCGFace ** | faces |
Definition at line 114 of file CCGSubSurf_intern.h.
| float CCGEdge::crease |
Definition at line 119 of file CCGSubSurf_intern.h.
| CCGEdgeHDL CCGEdge::eHDL |
Definition at line 116 of file CCGSubSurf_intern.h.
| CCGFace** CCGEdge::faces |
Definition at line 122 of file CCGSubSurf_intern.h.
| short CCGEdge::flags |
Definition at line 118 of file CCGSubSurf_intern.h.
Referenced by ccgSubSurf__calcVertNormals_faces_accumulate_cb(), ccgSubSurf_stitchFaces(), ccgSubSurf_updateLevels(), and ccgSubSurf_updateNormals().
| CCGEdge* CCGEdge::next |
Definition at line 115 of file CCGSubSurf_intern.h.
| short CCGEdge::numFaces |
Definition at line 118 of file CCGSubSurf_intern.h.
| CCGVert* CCGEdge::v0 |
Definition at line 121 of file CCGSubSurf_intern.h.
| CCGVert * CCGEdge::v1 |
Definition at line 121 of file CCGSubSurf_intern.h.