mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 22:40:12 +02:00
Disable the AO gpuTimer pending cpp fix
This commit is contained in:
parent
86412c1890
commit
9c5881345a
1 changed files with 8 additions and 7 deletions
|
@ -16,15 +16,16 @@ Item {
|
||||||
height: 200
|
height: 200
|
||||||
property QtObject config: Render.getConfig("AmbientOcclusion")
|
property QtObject config: Render.getConfig("AmbientOcclusion")
|
||||||
|
|
||||||
Timer {
|
// TODO: Enable the gpuTimer when it is fixed in cpp
|
||||||
interval: 500
|
// Timer {
|
||||||
running: true
|
// interval: 500
|
||||||
repeat: true
|
// running: true
|
||||||
onTriggered: { parent.timer.text = config.gpuTime.toFixed(2) }
|
// repeat: true
|
||||||
}
|
// onTriggered: { parent.timer.text = config.gpuTime.toFixed(2) }
|
||||||
|
// }
|
||||||
|
// Label { id: timer; x: 140 }
|
||||||
|
|
||||||
Label { text: qsTr("Ambient Occlusion") }
|
Label { text: qsTr("Ambient Occlusion") }
|
||||||
Label { id: timer; x: 140 }
|
|
||||||
|
|
||||||
CheckBox {
|
CheckBox {
|
||||||
y: 1 * 25
|
y: 1 * 25
|
||||||
|
|
Loading…
Reference in a new issue