#include <c4d_basetag.h>
Holds HyperNURBS weight tag data.
公共成员函数 |
|
| HNData () | |
Public Attributes |
|
| Int32 * | points |
| Int32 * | polys |
| Float32 ** | pointweight |
| PolyWeight ** | polyweight |
| Bool * | changed |
| HNData | ( | ) |
Default constructor.
| Int32 * points |
Points to the point count.
| Int32 * polys |
Points to the polygon count.
| Float32 ** pointweight |
Points to an array of * points weights, one for each point.
| PolyWeight ** polyweight |
Points to an array of * polys polygon weights, one for each polygon.
| Bool * changed |
Points to a flag to set if any of the values are changed.