aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3d/particles3d/ModelBlendParticles.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick3d/particles3d/ModelBlendParticles.qml')
-rw-r--r--examples/quick3d/particles3d/ModelBlendParticles.qml12
1 files changed, 4 insertions, 8 deletions
diff --git a/examples/quick3d/particles3d/ModelBlendParticles.qml b/examples/quick3d/particles3d/ModelBlendParticles.qml
index 9dde2ec0..5fcc7094 100644
--- a/examples/quick3d/particles3d/ModelBlendParticles.qml
+++ b/examples/quick3d/particles3d/ModelBlendParticles.qml
@@ -77,15 +77,11 @@ Item {
brightness: 50
eulerRotation: Qt.vector3d(-90, -90, 0)
castsShadow: true
- shadowFactor: 25
+ shadowFactor: 100
shadowMapQuality: Light.ShadowMapQualityHigh
- }
- DirectionalLight {
- eulerRotation: Qt.vector3d(180, 0, 0)
- brightness: 25
- }
- DirectionalLight {
- brightness: 25
+ softShadowQuality: Light.PCF8
+ pcfFactor: 0.25
+ shadowBias: 2
}
Model {