Qt Quick 3D - Lights Example▲
Sélectionnez
QT += quick quick3d
target.path = $$[QT_INSTALL_EXAMPLES]/quick3d/lights
INSTALLS += target
SOURCES += \
main.cpp
RESOURCES += \
qml.qrc
OTHER_FILES += \
doc/src/*.*Demonstrates the use of different light types.
Article lu fois.
The Qt Company Ltd.
Publié le 26 janvier 2024 - Mis à jour le 26 janvier 2024
QT += quick quick3d
target.path = $$[QT_INSTALL_EXAMPLES]/quick3d/lights
INSTALLS += target
SOURCES += \
main.cpp
RESOURCES += \
qml.qrc
OTHER_FILES += \
doc/src/*.*