Click or drag to resize
SoLDMResourceManagerSetTex3VVizLoadRate Method

Note: This API is now obsolete.

Sets the total number of tiles allowed to be loaded in texture memory per frame (for all data sets).

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static void SetTex3VVizLoadRate(
	int loadRate
)

Parameters

loadRate
Type: SystemInt32
Remarks

Default is 1.Obsoletesince Open Inventor 9610 Use SoLDMGlobalResourceParameters.setTex3LoadRate(int) instead.

See Also