aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/offscreenrendermode/SomePointLight.qml
blob: 0d5ac776b955aa331082ad5321568530e3982e46 (plain)
1
2
3
4
5
6
import QtQuick3D

PointLight {
    color: "yellow"
    brightness: 5
}