public class SoVRMLMultiTextureCoordinate 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
The SoVRMLMultiTextureCoordinate
node supplies multiple texture coordinates for the different texture channels.
Each entry in the texCoord
field may contain a TextureCoordinate or TextureCoordinateGenerator node.
By default, if using MultiTexture with an IndexedFaceSet without a MultiTextureCoordinate texCoord node, texture coordinates for channel 0 are replicated along the other channels. Likewise, if there are too few entries in the texCoord
field, the last entry is replicated.
Example:
Shape { appearance Appearance { texture MultiTexture { mode [ "MODULATE" "MODULATE" ] texture [ ImageTexture { url "brick.jpg") ImageTexture { repeatS false repeatT false url "light_gray.png"} ] } } geometry IndexedFaceSet { ... texCoord MultiTextureCoord { texCoord [ TextureCoordinate { ... } TextureCoordinate { ... } ] } } }
File format/default:
VRMLMultiTextureCoordinate {
texCoord | NULL |
metadata | NULL |
Action behavior:
SoGLRenderAction
, SoRayPickAction
, SoCallbackAction
Deprecated since Open Inventor 9500
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoMFNode |
texCoord
Deprecated.
Texture coordinate points.
|
metadata
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoVRMLMultiTextureCoordinate()
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 SoMFNode texCoord
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com