public class SoVRMLMultiTexture extends SoVRMLNode
See the X3D Specification, below.
<font color="#0000FF">NOTE:</font> This class does not exist in Open Inventor 10.0 and later.
This section describes the expected behavior of the node in a conforming X3D browser application. In some cases, the application is responsible for implementing portions of the expected behavior. Open Inventor viewer classes and IVF classes implement some of the application behaviors.
This section may reference portions of the X3D specification that are not present in this help file. The complete X3D spec is available at
MultiTexture enables the application of several individual textures to a 3D object to achieve a more complex visual effect. MultiTexture can be used as a value for the texture
field in an Appearance node.
The texture
field contains a list of texture nodes (e.g., ImageTexture, PixelTexture, MovieTexture, and MultiTexture). The texture field may not contain another MultiTexture node.
The color
and alpha
fields define base RGB and alpha values for SELECT mode operations.
The mode
field controls the type of blending operation.
File format/default:
VRMLMultiTexture {
alpha | 1 |
color | 1 1 1 |
function | [] |
mode | [] |
source | [] |
texture | [] |
metadata | NULL |
Action behavior:
SoGLRenderAction
, SoCallbackAction
SoSFFloat | set_alpha |
SoSFColor | set_color |
SoMFString | set_function |
SoMFString | set_mode |
SoMFString | set_source |
SoMFNode | set_texture |
SoSFNode | set_metadata |
SoSFFloat | alpha_changed |
SoSFColor | color_changed |
SoMFString | function_changed |
SoMFString | mode_changed |
SoMFString | source_changed |
SoMFNode | texture_changed |
SoSFNode | metadata_changed |
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFFloat |
alpha
Deprecated.
The alpha value for SELECT mode operations.
|
SoSFColor |
color
Deprecated.
The color value for SELECT mode operations.
|
SoMFString |
function
Deprecated.
The optional function to be applied after the mode has been evaluated.
|
SoMFString |
mode
Deprecated.
The type of blending operation.
|
SoMFString |
source
Deprecated.
Determines the color source.
|
SoSFNode |
texture
Deprecated.
The texture node.
|
metadata
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoVRMLMultiTexture()
Deprecated.
Constructor.
|
affectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, write
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public final SoSFFloat alpha
public final SoSFColor color
public final SoMFString function
public final SoMFString mode
public final SoMFString source
public final SoSFNode texture
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com