Skip to content
Snippets Groups Projects
Commit 9ece1a09 authored by Laszlo Agocs's avatar Laszlo Agocs
Browse files

Fix cullMode API usage in SSAO manual test


Change-Id: Id5ab54370df40a5a285b3ffb6742ef1ec186f144
Reviewed-by: default avatarAndy Nichols <andy.nichols@qt.io>
parent 40c8026e
No related branches found
No related tags found
No related merge requests found
...@@ -274,7 +274,7 @@ Item { ...@@ -274,7 +274,7 @@ Item {
scale: Qt.vector3d(scaleSlider.value, scaleSlider.value, scaleSlider.value) scale: Qt.vector3d(scaleSlider.value, scaleSlider.value, scaleSlider.value)
materials: [ DefaultMaterial { materials: [ DefaultMaterial {
lighting: DefaultMaterial.FragmentLighting lighting: DefaultMaterial.FragmentLighting
cullingMode: Material.DisableCulling cullMode: Material.NoCulling
} ] } ]
eulerRotation: Qt.vector3d(rotationXSlider.value, rotationYSlider.value, rotationZSlider.value) eulerRotation: Qt.vector3d(rotationXSlider.value, rotationYSlider.value, rotationZSlider.value)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment