Click or drag to resize
SoLDMNodeFrontManagerGetNextSliceTexFront Method (Int32, ListSoLDMTileID, ListSoLDMTileID)

Returns the next set of 2D tiles to load and unload for slice texturing of slice sliceID.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void GetNextSliceTexFront(
	int sliceID,
	List<SoLDMTileID> toLoad,
	List<SoLDMTileID> toUnload
)

Parameters

sliceID
Type: SystemInt32
toLoad
Type: System.Collections.GenericListSoLDMTileID
toUnload
Type: System.Collections.GenericListSoLDMTileID
Remarks