repeatT

From X3D specification: If repeatT is TRUE, the texture map is repeated outside the [0.0, 1.0] texture coordinate range in the T direction so that it fills the shape. If repeatT is FALSE, the texture coordinates are clamped in the T direction to lie within the [0.0, 1.0] range.

Attribute Information

Used By

Element ImageTexture

Source

<xsd:attribute name="repeatT" type="xsd:boolean" use="required">
  <xsd:annotation>
    <xsd:documentation>From X3D specification: If repeatT is TRUE, the texture map is repeated outside the [0.0, 1.0] texture coordinate range in the T direction so that it fills the shape. If repeatT is FALSE, the texture coordinates are clamped in the T direction to lie within the [0.0, 1.0] range.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>

Sample