X3D ImageTexture

ImageTexture • Example

Specifies an image to use that maps to geometry. Supported images are JPEG and PNG. Other formats are optional and library dependent.

Texturing

url

Field Type: MFString
Access Type: inputOutput
Default Value: Empty Array
Value Range: URI
Description: One or more urls that point to an image file.

repeatS

Field Type: SFBool
Access Type: initializeOnly
Default Value: TRUE
Value Range: ...
Description: Repeats the image outside the (0.0,1.0) range on the S-axis.

repeatT

Field Type: SFBool
Access Type: initializeOnly
Default Value: TRUE
Value Range: ...
Description: Repeats the image outside the (0.0,1.0) range on the T-axis.

textureProperties

Field Type: SFNode
Access Type: initializeOnly
Default Value: NULL
Value Range: TextureProperties
Description: A TextureProperties node.

metadata

Field Type: SFNode
Access Type: inputOutput
Default Value: NULL
Value Range: X3DMetadataObject
Description: Information about this node.