Directional light settings. More...
#include <kanzi/core.ui/node/debug_visualization.hpp>
Public Member Functions | |
| DirectionalLightSettings (float endPointDistance, float lineHeadLength, float debugSphereRadius, float debugConeRadius) | |
| Constructor. | |
| bool | matches (float endPointDistance, float lineHeadLength, float debugSphereRadius, float debugConeRadius) |
| Indicates whether the current state matches given settings. | |
Protected Attributes | |
| float | m_debugConeRadius |
| Cone radius. | |
| float | m_debugSphereRadius |
| Sphere radius. | |
| float | m_endPointDistance |
| End point distance. | |
| float | m_lineHeadLength |
| Head length. | |
Directional light settings.
|
inlineexplicit |
Constructor.
| endPointDistance | Length (towards negative direction) for the light arrow. |
| lineHeadLength | Length of the arrow head. |
| debugSphereRadius | Radius of the visualization sphere. |
| debugConeRadius | Radius of the visualization cone. |
|
inline |
Indicates whether the current state matches given settings.
| endPointDistance | Length (towards negative direction) for the light arrow. |
| lineHeadLength | Length of the arrow head. |
| debugSphereRadius | Radius of the visualization sphere. |
| debugConeRadius | Radius of the visualization cone. |
|
protected |
End point distance.
|
protected |
Head length.
|
protected |
Sphere radius.
|
protected |
Cone radius.