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

QQuickRenderControl Example

Shows how to render a Qt Quick scene into a texture that is then used by a non-Quick based OpenGL renderer.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QQuickRenderControl Example

 
Sélectionnez
TEMPLATE = app

QT += quick qml

SOURCES += main.cpp \
           window_singlethreaded.cpp \
           window_multithreaded.cpp \
           cuberenderer.cpp

HEADERS += window_singlethreaded.h \
           window_multithreaded.h \
           cuberenderer.h

RESOURCES += rendercontrol.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/rendercontrol
INSTALLS += target

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