source: anuga_work/development/steve/visualisation/Tutorial/README.txt @ 5263

Last change on this file since 5263 was 2229, checked in by steve, 19 years ago

Moved directories into production and development parent directories

File size: 1.0 KB
Line 
1These examples demonstrate some basic VTK concepts. They are organized in
2increasing order of complexity. These examples are described in more detail
3in the textbook "The Visualization Toolkit An Object-Oriented Approach to 3D
4Graphics" Third Edition available for purchase from Kitware. The examples are
5implemented in the programming languages C++, Tcl, Python, and Java. (Note:
6in order to use Tcl, Python, and/or Java, you will need to compile with
7wrapping on.)
8
9Step1 - A "Hello World" style example of a simple visualization pipeline
10Step2 - Adding observers to Step1 (i.e., processing events)
11Step3 - Rendering with multiple renderers
12Step4 - Modifying properties and transformations
13Step5 - Specifying a particular interaction style
14Step6 - Adding a 3D widget
15
16Once you finish this mini-tutorial, you may wish to explore the other
17VTK/Examples/ subdirectories. In particular, the VTK/Examples/Rendering
18and VTK/Examples/VisualizationAlgorithms are worth exploring. The
19subdirectory VTK/Examples/GUI has other 3D widget examples.
Note: See TracBrowser for help on using the repository browser.