aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/scenegraph_customgeometry/doc/scenegraph_customgeometry.rst
blob: 190ab80c206c2b3fa320dc8e013044bc965bd8e2 (plain)
1
2
3
4
5
6
7
Scene Graph - Custom Geometry
=============================

The custom geometry example shows how to create a QQuickItem which uses the
scene graph API to build a custom geometry for the scene graph. It does this
by creating a BezierCurve item which is made part of the CustomGeometry module
and makes use of this in a QML file.