imagetexture
ImageTexture {
exposedField MFString url []
field SFBool repeatS TRUE
field SFBool repeatT TRUE
}
- Supported formats are PNG and JPG, GIF is recommended only
- Transparency therefore must be done through PNG for portability
- Greyscale similarly
- Re-use small parts of large textures for efficiency
- If repeat fields are FALSE a texture is clamped
- Note as geometry compression gets better, texture download times become
critical
Example