|
API Documentation
|
|
|
DATA_FILL_TYPE _dataFillType
How data should be communicated to the mesh when filling.
Definition: MeshFillOptions.h:26
bool _autoLoad
Whether the mesh should be loaded at the end of the operation.
Definition: MeshFillOptions.h:28
@ COPY
Data will be copied from the input data, to the output vertex buffers.
@ REFERENCE
Data will be referenced by the vertex buffers. This means the input data has to remain alive while th...
Describes how a filling operation should behave.
Definition: MeshFillOptions.h:25
@ FORWARD
Data will be forwarded from the input data to the output vertex buffers. Input will be altered and in...
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
DATA_FILL_TYPE
Enumerates available data fill types.
Definition: MeshFillOptions.h:12