vtkLODProp3D

Section: Visualization Toolkit Rendering Classes

Usage

vtkLODProp3D is a class to support level of detail rendering for Prop3D. Any number of mapper/property/texture items can be added to this object. Render time will be measured, and will be used to select a LOD based on the AllocatedRenderTime of this Prop3D. Depending on the type of the mapper/property, a vtkActor or a vtkVolume will be created behind the scenes.

To create an instance of class vtkLODProp3D, simply invoke its constructor as follows

  obj = vtkLODProp3D

Methods

The class vtkLODProp3D has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkLODProp3D class.