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.
|
metadataVERBOSE_LEVEL, ZeroHandleaffectsState, 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, writecopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizablegetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreadspublic 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 July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com