ChartDirector 7.1 (.NET Edition)
PyramidChart.setLighting
Usage
[C#] | public void setLighting([ double ambientIntensity, double diffuseIntensity, double specularIntensity, double shininess ]); |
[VB] | Public Sub setLighting([ ambientIntensity As Double, diffuseIntensity As Double, specularIntensity As Double, shininess As Double ]) |
Description
Sets Phong lighting mode.
This method adjusts the brightness of the surfaces as according to the Phong lighting model, in which the light source is from the viewer direction and is far away.
For a cone or funnel chart, this is the default coloring method.
For a pyramid chart, only ambient and diffuse reflections are used.
Arguments
Argument | Default | Description |
ambientIntensity | 0.5 | The ambient reflection coefficient of the Phong lighting model. |
diffuseIntensity | 0.5 | The diffuse reflection coefficient of the Phong lighting model. |
specularIntensity | 1 | The specular reflection coefficient of the Phong lighting model. |
shininess | 8 | The shininess coefficient of the Phong lighting model. |
Return Value
None
© 2023 Advanced Software Engineering Limited. All rights reserved.