Package | Description |
---|---|
com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
Modifier and Type | Method and Description |
---|---|
static SoGLRenderToBuffer.TextureFormats |
SoGLRenderToBuffer.TextureFormats.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static SoGLRenderToBuffer.TextureFormats |
SoGLRenderToBuffer.TextureFormats.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoGLRenderToBuffer.TextureFormats |
SoGLRenderToBuffer.TextureFormats.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoGLRenderToBuffer.TextureFormats[] |
SoGLRenderToBuffer.TextureFormats.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SoGLRenderToBuffer.setRenderToTexture(boolean enable,
SoGLRenderToBuffer.TextureFormats format)
Deprecated.
Calls setRenderToTexture(enable, format, SoGLRenderToBuffer.TextureTargets.valueOf( SoGLRenderToBuffer.TextureTargets.TEXTURE_2D.getValue() ), false, false).
|
void |
SoPBuffer.setRenderToTexture(boolean enable,
SoGLRenderToBuffer.TextureFormats format)
Deprecated.
Calls setRenderToTexture(enable, format, SoGLRenderToBuffer.TextureTargets.valueOf( SoGLRenderToBuffer.TextureTargets.TEXTURE_2D.getValue() ), false, false).
|
void |
SoGLRenderToBuffer.setRenderToTexture(boolean enable,
SoGLRenderToBuffer.TextureFormats format,
SoGLRenderToBuffer.TextureTargets target)
Deprecated.
Calls setRenderToTexture(enable, format, target, false, false).
|
void |
SoPBuffer.setRenderToTexture(boolean enable,
SoGLRenderToBuffer.TextureFormats format,
SoGLRenderToBuffer.TextureTargets target)
Deprecated.
Calls setRenderToTexture(enable, format, target, false, false).
|
void |
SoGLRenderToBuffer.setRenderToTexture(boolean enable,
SoGLRenderToBuffer.TextureFormats format,
SoGLRenderToBuffer.TextureTargets target,
boolean autoMipmap)
Deprecated.
Calls setRenderToTexture(enable, format, target, autoMipmap, false).
|
void |
SoPBuffer.setRenderToTexture(boolean enable,
SoGLRenderToBuffer.TextureFormats format,
SoGLRenderToBuffer.TextureTargets target,
boolean autoMipmap)
Deprecated.
Calls setRenderToTexture(enable, format, target, autoMipmap, false).
|
void |
SoGLRenderToBuffer.setRenderToTexture(boolean enable,
SoGLRenderToBuffer.TextureFormats format,
SoGLRenderToBuffer.TextureTargets target,
boolean autoMipmap,
boolean hasDepth)
Deprecated.
Specifies settings for the Pbuffer creation.
|
void |
SoPBuffer.setRenderToTexture(boolean enable,
SoGLRenderToBuffer.TextureFormats format,
SoGLRenderToBuffer.TextureTargets target,
boolean autoMipmap,
boolean hasDepth)
Deprecated.
Specifies settings for the Pbuffer creation.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com