rpr_grid_parameter

Usage

Parameters to an RPR grid object.

Possible Values

Name

Value

Brief Explanation

RPR_GRID_SIZE_X

0x930

Size of a grid in X.

RPR_GRID_SIZE_Y

0x931

Size of a grid in Y.

RPR_GRID_SIZE_Z

0x932

Size of a grid in Z.

RPR_GRID_DATA

0x933

Pointer to the grid data.

RPR_GRID_DATA_SIZEBYTE

0x934

Total size of the grid data.

RPR_GRID_INDICES

0x936

Pointer to grid indices.

RPR_GRID_INDICES_NUMBER

0x937

Number of grid indices.

RPR_GRID_INDICES_TOPOLOGY

0x938

Layout of grid indices.

RPR_GRID_NAME

RPR_OBJECT_NAME

Custom name set with rprObjectSetName().

RPR_GRID_UNIQUE_ID

RPR_OBJECT_UNIQUE_ID

ID for this object.

RPR_GRID_CUSTOM_PTR

RPR_OBJECT_CUSTOM_PTR

Custom pointer, if set on this object.