Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Qt Quick 3D - Simple Skinning Example

QT += quick quick3d

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

CONFIG += qmltypes
QML_IMPORT_NAME = Example
QML_IMPORT_MAJOR_VERSION = 1

SOURCES += \
    main.cpp \
    skingeometry.cpp

RESOURCES += \
    qml.qrc

OTHER_FILES += \
    main.qml

HEADERS += \
    skingeometry.h
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded