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

Note: This API is now obsolete.

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
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetNextSliceTexFront(
	int sliceID,
	Queue toLoad,
	Queue toUnload
)

Parameters

sliceID
Type: SystemInt32
toLoad
Type: System.CollectionsQueue
toUnload
Type: System.CollectionsQueue
Remarks
Obsolete since OpenInventor 8000.
See Also