◆ Sample() [1/3]
| Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPolyMeshSchema::Sample::Sample |
( |
| ) |
|
|
inline |
Creates a default sample with no data in it. ...
◆ Sample() [2/3]
| Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPolyMeshSchema::Sample::Sample |
( |
const Abc::P3fArraySample & | iPos | ) |
|
|
inline |
Creates a sample with position data but no index or count data. For specifying samples after the first one
◆ Sample() [3/3]
| Alembic::AbcGeom::ALEMBIC_VERSION_NS::OPolyMeshSchema::Sample::Sample |
( |
const Abc::P3fArraySample & | iPos, |
|
|
const Abc::Int32ArraySample & | iInd, |
|
|
const Abc::Int32ArraySample & | iCnt, |
|
|
const OV2fGeomParam::Sample & | iUVs = OV2fGeomParam::Sample(), |
|
|
const ON3fGeomParam::Sample & | iNormals = ON3fGeomParam::Sample() ) |
|
inline |
Creates a sample with position data, index data, count data, and optional UV and Normals data. For specifying samples with an explicit topology. The first sample must be full like this. Subsequent samples may also be full like this, which would indicate a change of topology
The documentation for this class was generated from the following file: