The SEDRIS Data Representation Model
APPENDIX A - Classes Ambient Colour |
---|
An instance of this DRM class specifies the ambient reflectance component of a <Primitive Colour> instance or <Light Source> instance, providing the base colour to the lighting equation for the object being lit or the light itself, respectively.
Ambient light is the result of bouncing light rays around the environment until the light has been diffused so much that its source and direction cannot be determined. Consequently, an <Ambient Colour> instance is
The <Ambient Colour> instance of an environmental object is combined with the ambient component of each incoming light source to determine the colour due to the ambient light.
See the <Primitive Colour> class for examples.
No, although the terminology is similar. The DRM handles transparency somewhat differently than OpenGL does, among other things. For a description of the OpenGL lighting model, see [OPENGL], Chapter 5 "Lighting".
|