Qt 3D: Wave QML Example¶
A QML application that demonstrates using vertex and geometry shaders
Background.qml Example File¶
BackgroundEffect.qml Example File¶
BasicCamera.qml Example File¶
Wave.qml Example File¶
WaveEffect.qml Example File¶
WaveForwardRenderer.qml Example File¶
WaveMaterial.qml Example File¶
main.qml Example File¶
background.vert Example File¶
ribbon.vert Example File¶
robustwireframe.geom Example File¶
main.cpp Example File¶
wave.pro Example File¶
wave.qrc Example File¶
A QML application that demonstrates using vertex and geometry shaders.
Wave demonstrates using vertex and geometry shaders.
Running the Example¶
To run the example from Qt Creator , open the Welcome mode and select the example from Examples . For more information, visit Building and Running an Example.