Qt Quick 3D - HelloCube Example▲
Sélectionnez
QT +=
quick quick3d
target.path =
$$[QT_INSTALL_EXAMPLES]/
quick3d/
hellocube
INSTALLS +=
target
SOURCES +=
\
main.cpp
RESOURCES +=
\
qml.qrc
OTHER_FILES +=
\
doc/
src/*.*
Demonstrates how to render 2D and 3D objects together in Qt Quick 3D.
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/
hellocube
INSTALLS +=
target
SOURCES +=
\
main.cpp
RESOURCES +=
\
qml.qrc
OTHER_FILES +=
\
doc/
src/*.*