OTD #015; Revision 1.
Group: a3dl.
Extends: a3dl:object3D
This object type is never used directly. Instead, it provides properties used by various other object3D.* types to define material information (color, lighting attributes, textures, etc.) TODO: specular and emissive color... shininess... transparency...
Contains basic material. If the value of this property is of type "text/x-vector-float" then the material is a simple RGB color. The first value is red component, the next is the green, and the last is the blue, each value ranging from 0 (no color) to 1 (full color). If the value is an image (the datatype begins with "image/"), then that image should be used for the texture.
this type defines no new messages.