Sceneview
 All Classes Functions Variables Enumerations Enumerator Groups Pages
Tutorials

Tutorial source code is provided in the Sceneview source distribution, in the top-level "tutorials" directory.

  1. Tutorial 01 - Hello
  2. Tutorial 02 - Bulitin renderers and Input handlers
  3. Tutorial 03 - Custom renderer

Build and running tutorials

From the sceneview source tree:

mkdir tutorial_build
cd tutorial_build
cmake ../tutorial
make

Each tutorial binary is placed in its own subdirectory. For example, to run tutorial 01, you could then run:

tutorial_01/tutorial_01_hello