Public Member Functions | |
virtual MCCOMErr MCCOMAPI | GetColor (TMCColorRGB *resultColor)=0 |
This is the interface for ambient light plugins. An ambient light is a light that shines in every direction and this does not cast any shadows.
There are two interfaces to access a component: The shell interface (ISh. or I3DSh.) and the external interface (IEx. or I3DEx.) . You can get one from the other using QueryInterface.
Whenever it is possible you should use the Shell interface to access the component because the Shell will make sure that the parameter map of the external component is valid. This is especially important if the component is animated. For more information on components see the Overview of the SDK.
virtual MCCOMErr MCCOMAPI I3DExAmbientLight::GetColor | ( | TMCColorRGB * | resultColor | ) | [pure virtual] |
Returns the color of the ambient light.
resultColor | A pointer to the color returned. |
Implemented in TBasicAmbient.