IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Qt Quick 3D - Custom Geometry Example

Demonstrates providing custom vertex data from C++ and QML.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt Quick 3D - Custom Geometry Example

 
Sélectionnez
QT += quick quick3d

CONFIG += qmltypes
QML_IMPORT_NAME = CustomGeometryExample
QML_IMPORT_MAJOR_VERSION = 1

target.path = $$[QT_INSTALL_EXAMPLES]/quick3d/customgeometry
INSTALLS += target

SOURCES += \
    main.cpp \
    examplegeometry.cpp

HEADERS += \
    examplegeometry.h

qml_resources.files = \
    qmldir \
    Main.qml \
    TorusMesh.qml \
    qt_logo_rect.png

qml_resources.prefix = /qt/qml/CustomGeometryExample/

RESOURCES += qml_resources

OTHER_FILES += \
    doc/src/*.*

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+