![]() |
The constructor initiailize the light by the folowing values ConstantAttenuation =10 LinearAttenuation =0 QuadraticAttenuation=0 Diffuse = White Ambient = White Specular = White Position = (0,0,10); |
![]() | Retrieves and sets the ambient part of the light |
![]() | Retrieves and sets the constant attenuation |
![]() | Holds the device, in which the light is used. |
![]() | |
![]() | Retrieves or writes the direction of the light |
![]() | Before you call an UpDate you mus enable the light |
![]() | Retrieves and sets the linear attenuation |
![]() | Reads and writes the position of the light |
![]() | Retrieves and sets the quadratic attenuation |
![]() | |
![]() | Retrieves and sets the angle of a spotlight. The default is PI. This means that the light is not a spot. |
![]() | Retrieves and sets the exponent for a spotlight |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | This abstract method must be overriden. She moves the data to the graphicengine. |
![]() | If you change more than one property of a light use at the begin UpDating and at the end UpDated. This ensures, that the method UpDate will be called only one time. UpDating(); Ambient = Colors.White; Specular = Colors.Blue; .. UpDated(); |
![]() | If you change more than one property of a light use at the begin UpDating and at the end UpDated. This ensures, that the method UpDate will be called only one time. UpDating(); Ambient = Colors.White; Specular = Colors.Blue; .. UpDated(); |
![]() | |
![]() | virtual getmethod of the property Ambient |
![]() | virtual getmethod of the property Diffuse |
![]() | The virtual getMethod of the property Direction |
![]() | The virtual getMethod of the property Position |
![]() | virtual getmethod of the property Specular |
![]() | Virtual getmethod of the property SpotCutOff |
![]() | The virtual getMethod of the property SpotExponent |
![]() | |
![]() | virtual setmethod of the property Ambient |
![]() | Protected setmethod of the property Device. |
![]() | virtual setmethod of the property Diffuse |
![]() | The virtual setMethod of the property Direction |
![]() | Virtual SetMethod of the property Enable |
![]() | The virtual setMethod of the property Position |
![]() | virtual setmethod of the property Specular |
![]() | Virtual setmethod of the property SpotCutOff |
![]() | The virtual setMethod of the property SpotExponent |