Qt Quick 3D - View3D Example▲
Sélectionnez
QT += quick quick3d
target.path = $$[QT_INSTALL_EXAMPLES]/quick3d/view3d
INSTALLS += target
SOURCES += \
main.cpp
RESOURCES += \
qml.qrc
OTHER_FILES += \
doc/src/*.*Demonstrates the use of View3D to show a scene from multiple cameras.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
QT += quick quick3d
target.path = $$[QT_INSTALL_EXAMPLES]/quick3d/view3d
INSTALLS += target
SOURCES += \
main.cpp
RESOURCES += \
qml.qrc
OTHER_FILES += \
doc/src/*.*