This property node defines a texture map and parameters for that map. |
This map is used to apply texture to subsequent shapes as they are rendered. |
The texture can be read from the URL specified by the filename field. |
To turn off texturing, set the filename field to an empty string (""). |
Textures can also be specified inline by setting the image field to contain the texture data. |
Specifying both a URL and data inline will result in undefined behavior. |