SoTextureCoordinateBinding

InventorModule
genre InventorNodesAutomatic
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def

Purpose

This node specifies how the current texture coordinates are bound to vertex-based shapes that follow in the scene graph.

The DEFAULT binding causes each shape to define its own default coordinates. These default coordinates typically cause a texture to be mapped across the whole surface of a shape.

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoTextureCoordinateBinding._default.png

Output Fields

self

name: self, type: SoNode

Parameter Fields

Visible Fields

Value

name: value, type: Enum, default: PER_VERTEX_INDEXED

Specifies how to bind texture coordinates to shapes.

Values:

Title Name Description
Per Vertex PER_VERTEX Current texture coordinates are applied sequentially to vertices of shape.
Per Vertex Indexed PER_VERTEX_INDEXED Current texture coordinates are indexed per vertex.
Default DEFAULT Uses the current default state.