Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
QDS 4.3
-
None
Description
in qt quick 3d, there are some qml types related to lighting:
- DirectionalLight(https://doc.qt.io/qt-6/qml-qtquick3d-directionallight.html)
- PointLight(https://doc.qt.io/qt-6/qml-qtquick3d-pointlight.html)
- SpotLight(https://doc.qt.io/qt-6/qml-qtquick3d-spotlight.html)
they all inherit Light(https://doc.qt.io/qt-6/qml-qtquick3d-light.html), which has some shadow-related properties:
- shadowBias : real
- shadowFactor : real
- shadowFilter : real
- shadowMapFar : real
- shadowMapQuality : enumeration
but they are all missing in the properties view of all the light-related qml types listed above.