Public Member Functions | |
| CVertexSmoothInfo () | |
Data Fields | |
| uint | NPatchShared |
| bool | Smoothed |
| bool | VertexOnBind |
|
|
Definition at line 81 of file zone_corner_smoother.h. References NPatchShared, Smoothed, and VertexOnBind.
00082 {
00083 NPatchShared= 0;
00084 VertexOnBind= false;
00085 // by default smoothed is true. any edge which don't agree will set it to false.
00086 Smoothed= true;
00087 }
|
|
|
Definition at line 77 of file zone_corner_smoother.h. Referenced by NL3D::CZoneCornerSmoother::computeAllCornerSmoothFlags(), CVertexSmoothInfo(), and NL3D::CZoneCornerSmoother::updateVertex(). |
|
|
Definition at line 79 of file zone_corner_smoother.h. Referenced by NL3D::CZoneCornerSmoother::computeAllCornerSmoothFlags(), CVertexSmoothInfo(), and NL3D::CZoneCornerSmoother::updateVertex(). |
|
|
Definition at line 78 of file zone_corner_smoother.h. Referenced by NL3D::CZoneCornerSmoother::computeAllCornerSmoothFlags(), CVertexSmoothInfo(), and NL3D::CZoneCornerSmoother::updateVertex(). |
1.3.6