public class SoTextureCoordinate3 extends SoNode
SoVertexShape
). It replaces the current texture coordinates in the rendering state for the shapes to use.
The current texture coordinate binding (see SoTextureCoordinateBinding
) determines how texture coordinates are mapped to vertices of shapes. An alternative to using explicit texture coordinates is to generate them using a function; see SoTextureCoordinateFunction
.
Texture coordinates range from 0 to 1 across the texture. The horizontal coordinate, called S, is specified first, then the vertical coordinate, T, and finally the depth coordinate, R.
File format/default:
TextureCoordinate3 {
point | [ ] |
forceSending | false |
Action behavior:
SoGLRenderAction
, SoCallbackAction
Sets the current texture coordinates in the state. Sets: SoTextureCoordinate3Element
See also:
SoTexture3
, SoTextureCoordinateBinding
, SoTextureCoordinateFunction
, SoVertexProperty
, SoVertexShape
SoNode.RenderModes
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFBool |
forceSending
Forces the texture coordinates to be sent to OpenGL even if no texture is bound.
|
SoMFVec3f |
point
Texture coordinate points.
|
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoTextureCoordinate3()
Creates a texture coordinate node with default settings.
|
affectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderEngineMode, 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, getName, isDisposable, isSynchronizable, setName, setSynchronizable
getNativeResourceHandle
public final SoMFVec3f point
public final SoSFBool forceSending
SoPreferences
.
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com