Click or drag to resize
SoGLCacheContextElementShouldAutoCache Method (SoState, Int32)

Called by nodes to say that they should/shouldn't be auto-cached (pass true if should, false if shouldn't, don't call this method at all if the node doesn't care):

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static void ShouldAutoCache(
	SoState state,
	int bits
)

Parameters

state
Type: OIV.Inventor.MiscSoState
bits
Type: SystemInt32
Remarks