public class SoVRMLTexture extends SoVRMLNode
SoVRMLTexture
is the abstract base class for all VRML texture nodes.
<font color="#0000FF">NOTE:</font> This class does not exist in Open Inventor 10.0 and later.
If the texture image's width or height is not a power of 2, and the Non Power Of Two (NPOT) extension is available on your graphics board, by default Open Inventor will send the image to OpenGL without modification. See SoTexture2
for a complete discussion of this feature.
File format/default:
This is an abstract class. See the reference page of a derived class for the format and default values.
See also:
SoVRMLImageTexture
, SoVRMLMovieTexture
, SoVRMLPixelTextureDeprecated since Open Inventor 9500
The VRML API is no longer supported. See section
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFBool |
repeatS
Deprecated.
|
SoSFBool |
repeatT
Deprecated.
|
metadata
VERBOSE_LEVEL, ZeroHandle
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 SoSFBool repeatS
public final SoSFBool repeatT
repeatS
and repeatT
fields specify how the texture wraps in the S and T directions.
If repeatS
is true (the default), the texture map is repeated outside the 0-to-1 texture coordinate range in the S direction so that it fills the shape. If repeatS
is false, the texture coordinates are clamped in the S direction to lie within the 0-to-1 range. The repeatT
field is analogous to the repeatS
field.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com