Code
|
Code:
New for Versions 6.9, 6.8, 6.7, 6.6, 6.5, 6.4 and 6.3:
- Support for VTK 4.x and Windows
- Better Makefiles, faster compilation.
- Support for texturing. Several new examples.
- Support for cell-data attributes. This lets you have cell colors
and/or cell normals. Before, you could only have vertex colors and
vertex normals.
New for Versions 6.2, 6.1, and 6.0:
- Two vrJuggler examples (mace and medical).
- A converter from vtk poly data to pfb (vtk2pfb).
- A sproc() version of the parallel example.
The new version is a lot cleaner than the old, fork-based example.
- Merges regular and parallel versions of vtkActorToPFTranslator into
one release.
- Many more examples. There are now 6 pfCAVE examples, 6 regular Performer
examples, and the two versions of the parallel
example.
- Better error checking. For instance, if there are no normals, lighting
will automatically be turned off for the geode.
- Code for compiling a Performer vtk loader DSO. This DSO can be used
in conjunction with "perfly." It allows you to load static geometry from
any vtkPolyData file.
|
|
|