Contents, API Reference, Interfaces, iSourceTiling, getTileFilterRange
iSourceTiling::getTileFilterRange()
Description
Queries the horizontal range to use when filtering source elements for tile by tile 3D content processing.
Syntax
void getTileFilterRange(tSigned32 tileIndex, cHorizontalRange& result) const; |
Parameters
| tileIndex | | The index of the tile being queried. |
| result | |
Slightly expanded horizontal extents of the queried tile.
|
Remarks
This method returns a slightly expanded range to be applied when determining which source content elements
should be included for tiled 3D content processing.
Use iSourceTiling::getTileRange() if you need to obtain the actual range covered by the tile.
Refer to Tiled 3D Content Processing for a detailed explanation of the
tiled 3D content processing setup.