SoGLDisplayListOpen Method (SoState, Int32) |
For DISPLAY_LIST objects, creates a new OpenGL display list (calls glNewList).
Namespace: OIV.Inventor.OglObjectsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Open(
SoState state,
int index
)
Public Sub Open (
state As SoState,
index As Integer
)
public:
void Open(
SoState^ state,
int index
)
member Open :
state : SoState *
index : int -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- index
- Type: SystemInt32
RemarksFor other object types, calls the appropriate glBind or glUse function.
See Also