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