Info-Visualization Tools
Mondrian
Xmdv
Tableau
Treemaps for Drive Usage
RayTracers/Modellers
PovRay
Renderman
Blender
Maya
Toolkits
VTK
Paraview
VisIt!
Guides/Tools
VTK File Format PDF [html]
imagemagick
netpbm package
ppmtompeg manual
cygwin unix tools for windows
Quicktime (Professional requires purchase)
Media
Harvard BioVisions
References
Non-Command User Interfaces [html]
QSplat
InterRing
Sketch Based Interfaces Course 80MB
Teddy: 3d modelling (1999) includes paper and video
Fibermesh: 3d modelling (2007) includes paper and videos
Sketch-based Myocardial Fiber Orientation (2007) includes paper and videos
Cushion Treemaps
| |
Exercises
Exercise 2.a: Data file creation in VTK
Excerice 2.b: Visualization of data in Paraview
|
The answer is yes. Depending on how complicated your scene is, it should be possible parse out the basic elements/objects from your 3d scene (.pov file) and use them as base objects for a simulation or visualization using any of the packages mentioned.
You might need to do some basic data re-formatting/filtering. you can used any kind of combination of home made awk/sed scripting to do this, or even just do it manually.
Furthermore, if you actually wanted to create images, that had further visual correlation between povray (kpovmodeler) and any visualization package, all you have to do is match the camera setup between the two programs. (you may have to do some conversions between the camera descriptions and a camera matrix/projection matrix.)
Hope this helps!
- santiago
I looked into the pov file generated by kpovmodeler. It is not difficult to understand since they are just markup language. But I do have to learn more about vtk format first before doing any format conversion. Many modelling software (for example, kpovmodeler or, more advanced, blender) can also change the texture, light source and etc. This seems to overlap with some of the functionalities offered by visualization tools. At least for now, the vis packages can do more if the original data has no more information than coordinates. Then one could easily add glyphs and etc.
Please correct me if there is some misunderstanding.
If you get some happening image out, do post it here! Good luck!
- santiago