A lighting type where the position of the light follows the camera and is set behind the camera with a small offset. More...
| Header | #include <Virtual |
| Since | Esri |
| Inherits | Esri |
Public Functions
| Virtual | |
| virtual | ~ |
Detailed Description
Relevant samples:
- Configure scene environment: Configure the environment settings in a local scene to change the lighting conditions and background appearance.
See also SceneEnvironment.
Member Function Documentation
[explicit] VirtualLighting::VirtualLighting (bool areDirectShadowsEnabled , QObject *parent = nullptr)
Creates a virtual lighting for illuminating a scene.
- areDirectShadowsEnabled - True if shadows cast by the sun are shown, false otherwise.
- parent - The optional parent QObject.
[override virtual noexcept] VirtualLighting::~VirtualLighting ()
Destructor.