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

For DISPLAY_LIST objects, creates a new OpenGL display list (calls glNewList).

Namespace: OIV.Inventor.OglObjects
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void Open(
	SoState state,
	int index
)

Parameters

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

For other object types, calls the appropriate glBind or glUse function.

See Also