PathEngine home previous: iSourceTiling::addExternalRef()next: iSourceTiling::getTileFilterRange_Voxels()
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(int32_t tileIndex, cHorizontalRange& result) const;

Parameters

tileIndexThe 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.

This version is for use with BSP based 3D processing. If you are using the voxel based 3D processing method then iSourceTiling::getTileFilterRange_Voxels() should be used to determine an appropriate filter range, based on voxel size.

Refer to Tiled 3D Content Processing for a detailed explanation of the tiled 3D content processing setup.

C# Mapping

void getTileFilterRange(int tileIndex, out PathEngine.HorizontalRange result);

Java Mapping

void getTileFilterRange(int tileIndex, Object_OutArgument result);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iSourceTiling::getTileFilterRange_Voxels()