summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/materials/HousePlant.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/materials/HousePlant.qml')
-rw-r--r--examples/qt3d/materials/HousePlant.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/materials/HousePlant.qml b/examples/qt3d/materials/HousePlant.qml
index a06f69e1e..6505ab171 100644
--- a/examples/qt3d/materials/HousePlant.qml
+++ b/examples/qt3d/materials/HousePlant.qml
@@ -73,7 +73,7 @@ Entity {
diffuse: "assets/houseplants/pot.webp"
normal: "assets/houseplants/pot_normal.webp"
specular: Qt.rgba( 0.75, 0.75, 0.75, 1.0 )
- shininess: 10.0
+ shininess: 5.0
}
RenderableEntity {