|
@@ -3014,6 +3014,8 @@ Methods:
|
|
|
- void SetLightType(LightType type)
|
|
- void SetLightType(LightType type)
|
|
|
- void SetPerVertex(bool enable)
|
|
- void SetPerVertex(bool enable)
|
|
|
- void SetColor(const Color& color)
|
|
- void SetColor(const Color& color)
|
|
|
|
|
+- void SetTemperature(float temperature)
|
|
|
|
|
+- void SetUsePhysicalValues(bool enable)
|
|
|
- void SetSpecularIntensity(float intensity)
|
|
- void SetSpecularIntensity(float intensity)
|
|
|
- void SetBrightness(float brightness)
|
|
- void SetBrightness(float brightness)
|
|
|
- void SetRange(float range)
|
|
- void SetRange(float range)
|
|
@@ -3032,9 +3034,12 @@ Methods:
|
|
|
- LightType GetLightType() const
|
|
- LightType GetLightType() const
|
|
|
- bool GetPerVertex() const
|
|
- bool GetPerVertex() const
|
|
|
- const Color& GetColor() const
|
|
- const Color& GetColor() const
|
|
|
|
|
+- float GetTemperature() const
|
|
|
- float GetSpecularIntensity() const
|
|
- float GetSpecularIntensity() const
|
|
|
- float GetBrightness() const
|
|
- float GetBrightness() const
|
|
|
- Color GetEffectiveColor() const
|
|
- Color GetEffectiveColor() const
|
|
|
|
|
+- Color GetColorFromTemperature() const
|
|
|
|
|
+- bool GetUsePhysicalValues() const
|
|
|
- float GetEffectiveSpecularIntensity() const
|
|
- float GetEffectiveSpecularIntensity() const
|
|
|
- float GetRange() const
|
|
- float GetRange() const
|
|
|
- float GetFov() const
|
|
- float GetFov() const
|
|
@@ -3058,6 +3063,8 @@ Properties:
|
|
|
- LightType lightType
|
|
- LightType lightType
|
|
|
- bool perVertex
|
|
- bool perVertex
|
|
|
- Color& color
|
|
- Color& color
|
|
|
|
|
+- float temperature
|
|
|
|
|
+- bool usePhysicalValues
|
|
|
- float specularIntensity
|
|
- float specularIntensity
|
|
|
- float brightness
|
|
- float brightness
|
|
|
- float range
|
|
- float range
|