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

Qt Quick 3D - Custom Instanced Rendering

Demonstrates instancing with custom materials and a C++ instance table.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt Quick 3D - Custom Instanced Rendering

 
Sélectionnez
QT += quick quick3d

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

SOURCES += \
    main.cpp \
    cppinstancetable.cpp

HEADERS += \
    cppinstancetable.h

RESOURCES += \
    qml.qrc

OTHER_FILES += \
    doc/src/*.*

CONFIG += qmltypes
QML_IMPORT_NAME = InstancingExample
QML_IMPORT_MAJOR_VERSION = 1

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