Accessor.SetData
Accessor.SetData method
Associates this Accessor with a BufferView
public void SetData(BufferView buffer, int bufferByteOffset, int itemCount,
DimensionType dimensions, EncodingType encoding, bool normalized)
| Parameter | Type | Description |
|---|---|---|
| buffer | BufferView | The BufferView source. |
| bufferByteOffset | Int32 | The start byte offset within buffer. |
| itemCount | Int32 | The number of items in the accessor. |
| dimensions | DimensionType | The DimensionType item type. |
| encoding | EncodingType | The EncodingType item encoding. |
| normalized | Boolean | The item normalization mode. |
See Also
- class BufferView
- enum DimensionType
- enum EncodingType
- class Accessor
- namespace Aspose.CAD.FileFormats.GLB
- assembly Aspose.CAD