Submitted by Leonard Daly on
ImageTexture : XSeen {
SFString
[in,out]
url
""
SFBool
[in,out]
repeatS
TRUE
SFBool
[in,out]
repeatT
TRUE
}
This node applies an image as the texture to geometry. It works in concert with Material to determine the final color.
The url field specifies the URL of the image texture. Supported formats include all web image file formats, including JPEG, PNG, and GIF.
repeatS and repeatT indicate if the texture should repeat or not. As of release V0.2, these fields have no effect.
- Log in to post comments