Previous

Section

<<<

Isosurface Generation using VTK

Next

Section

>>>

VTK Basics

 

 

3.4.2. vtkRenderer

 

vtkRenderer is an object that controls the rendering process.  This object will eventually get added to vtkRenderWindow in order to display the results of the rendering process.  This object will accept VTK objects that need to be rendered which are vtkActor or descended from this class.  The only functionality of vtkRenderer that is of any concern is setting the background color, adding and removing actor objects, and resetting the camera clipping range.  Other functionality such as adjusting a camera or adding lights is also possible, but the tutorial is mainly concerned with a simple setup of this object.  So, as always, read the VTK documentation on vtkRenderer for more information.

 

 

<<< Previous

vtkActor / vtkLODActor Functions

 

Table of Contents

 

Next >>>

vtkRenderer Functions