#include <meshdelta.h>
This class represents the notion of the edit mesh Face Smooth operation.
This updates the smoothing group infomation in the face.
Public Member Functions |
|
FaceSmooth () | |
FaceSmooth (DWORD ff, DWORD mk, DWORD vl) | |
DllExport void | Apply (Face &ff) |
DllExport void | Apply (FaceSmooth &fs) |
Public Attributes |
|
DWORD | f |
The face to change. This is a zero based
index into the Mesh::faces array. |
|
DWORD | mask |
The mask into the face of the smoothing
groups. |
|
DWORD | val |
The smoothing group information to store.
|
FaceSmooth | ( | ) | [inline] |
FaceSmooth | ( | DWORD | ff, |
DWORD | mk, | ||
DWORD | vl | ||
) | [inline] |
DllExport void Apply | ( | Face & | ff | ) |
DllExport void Apply | ( | FaceSmooth & | fs | ) |
DWORD f |
The face to change. This is a zero based index into the Mesh::faces array.
DWORD mask |
The mask into the face of the smoothing groups.
DWORD val |
The smoothing group information to store.