Click or drag to resize
SoLDMNodeFrontManagerGetNextSkinTexFront Method (ListSoLDMTileID, ListSoLDMTileID, ListSbBox3i32)

Same as getNextTexFront but for skin geometry.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void GetNextSkinTexFront(
	List<SoLDMTileID> toLoad,
	List<SoLDMTileID> toUnload,
	List<SbBox3i32> boxes
)

Parameters

toLoad
Type: System.Collections.GenericListSoLDMTileID

contains texture tiles to load

toUnload
Type: System.Collections.GenericListSoLDMTileID

contains texture tiles to unload

boxes
Type: System.Collections.GenericListSbBox3i32

are the boxes which intersect the loaded tiles

Remarks

Only tiles intersecting boxes will be loaded.

See Also