Interactive Visualisation Framework News
Status: Alpha
Brought to you by:
jonas_lindemann
The Ivf-0.6.6 has been released in favor of the Ivf-0.6.4, due to the fact that a large number of updates to the core library has been made since the ivf-0.6.4b release. The following are a few of the updates:
Implements a simple matrix/vector library ivfmath.
Image loading is separated from the core ivf library. An IvfTexture is assigned an image using a IvfImage derived class. Special image loaders (Currently only SGI images) are located in the ivfimage library.
Most IvfVector references have been replaced by IvfVec3d or IvfVec4d.