Class Name: Texture Coordinate Control Link

Superclass - Control Link

Definition

The specialized Control Link used to provide the connection between an ordered aggregation of Expressions and the target fields of a Texture Coordinate.

The s_expr_index field is 1-based index into the ordered aggregation of Expressions, and is used to select the specific Expression that controls the value of Texture Coordinate's s field.

The t_expr_index field is 1-based index into the ordered aggregation of Expressions, and is used to select the specific Expression that controls the value of Texture Coordinate's t field.

Primary Page in DRM Diagram:

Secondary Pages in DRM Diagram:

Example

--Example needed here --

FAQs

--FAQs needed here --

Constraints

None.

Composed of (two-way)(inherited)

Component of (two-way)

Inherited Field Elements

SE_STRING description; (notes)

Field Elements

SE_UINT32 s_expr_index; (notes)
SE_UINT32 t_expr_index; (notes)

Notes

Fields Notes

description

 A text description of what the Control_Link is for

s_expr_index

 index of the expression whose value controls the s field of the
 affected <Texture Coordinate>. If 0, the s field is not controlled.

t_expr_index

 index of the expression whose value controls the t field of the
 affected <Texture Coordinate>. If 0, the t field is not controlled.

Prev: Texture Coordinate. Next: Texture Coordinate Entry. Up:Index.