From e2fde441cb56bb15d737a05efb1aa7f9925f329b Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Wed, 24 Jun 2015 12:27:27 +0200 Subject: Add planets to the demo list in the docs. Change-Id: Ibd85be80dd979c602673b1d1d37cd8e1bfb2ffb7 Reviewed-by: Gatis Paeglis --- doc/b2qt-demos.qdoc | 15 +++++++++++++++ doc/images/b2qt-demo-planets.jpg | 1 + 2 files changed, 16 insertions(+) create mode 120000 doc/images/b2qt-demo-planets.jpg (limited to 'doc') diff --git a/doc/b2qt-demos.qdoc b/doc/b2qt-demos.qdoc index 44e3001..dd3daa3 100644 --- a/doc/b2qt-demos.qdoc +++ b/doc/b2qt-demos.qdoc @@ -103,6 +103,21 @@ It can play from a file or from a network source, both videos and music. */ +/*! + \example planets + \title Qt Canvas3D Planets + \ingroup b2qt-demos + \brief Demonstrates the usage of Qt Canvas 3D, a WebGL-like API for QML, and popular JavaScript frameworks like three.js. + + \image b2qt-demo-planets.jpg + + The demo uses Qt Quick and Canvas 3D in combination with \l{http://threejs.org/}{three.js}, + \l{https://github.com/jeromeetienne/threex.planets}{threex.planets}, and Qt Quick + Controls. Tapping on a planet changes the view and moves to the chosen planet. Use the sliders + to adjust the zoom levels and viewing distance. Tapping outside the controls moves the focus + back to the solar view. +*/ + /*! \example qt5-cinematicdemo \title Qt 5 Cinematic Demo diff --git a/doc/images/b2qt-demo-planets.jpg b/doc/images/b2qt-demo-planets.jpg new file mode 120000 index 0000000..8c8b33e --- /dev/null +++ b/doc/images/b2qt-demo-planets.jpg @@ -0,0 +1 @@ +../../basicsuite/canvas3d-planets/preview_l.jpg \ No newline at end of file -- cgit v1.2.3