public class SoGLUpdateAreaElement extends SoElement
The update area is specified in normalized viewport coordinates, where (0,0) is the lower left corner of the viewport and (1,1) is the upper right corner. The area is given as an origin and a size.
<font color="#0000FF">NOTE:</font> This class does not exist in Open Inventor 10.0 and later.
See also:
PoBaseView
, SoGLRenderActionDeprecated since Open Inventor 9620
SoGLUpdateAreaElement
will be replaced by SoUpdateAreaElement in OIV 10. See section
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
static SbVec2f[] |
get(SoState state)
Deprecated.
Returns current update area from the state.
|
static int |
getClassStackIndex()
Deprecated.
As of Open Inventor 9.3 replaced by SoElement.getClassStackIndex(Class)
|
static SbVec2f |
getDefaultOrigin()
Deprecated.
Returns the default update area origin.
|
static SbVec2f |
getDefaultSize()
Deprecated.
Returns the default update area size.
|
void |
pop(SoState state,
SoElement prevTopElement)
Deprecated.
Override
pop() method to keep GL up to date. |
void |
push(SoState state)
Deprecated.
Override
push() method to keep GL up to date. |
static void |
set(SoState state,
SbVec2f origin,
SbVec2f size)
Deprecated.
Sets the current update area in the state.
|
getClassStackIndex
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public static SbVec2f getDefaultSize()
public static void set(SoState state, SbVec2f origin, SbVec2f size)
public static SbVec2f[] get(SoState state)
public void pop(SoState state, SoElement prevTopElement)
pop()
method to keep GL up to date.@Deprecated public static int getClassStackIndex()
public static SbVec2f getDefaultOrigin()
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com