[vtkusers] Question about visualization

longbowzhang longbowzhangchina at gmail.com
Tue Jul 4 11:44:14 EDT 2017


Basically you try to visualize a 3-by-3 symmetric matrix.
The natural choice is to use an ellipsoid.

Unfortunately, you have *negative* eigenvalues.
Therefore, the most elegant visualization should be this 
SuperquadricTensorGlyph
<http://people.cs.uchicago.edu/~glk/sqd/schultzTVCG10SuperquadricTensorGlyphs.pdf> 
.
The  code <http://web.ci.uchicago.edu/~schultz/sphinx/superquadrics.html>  
is based on OpenGL, rather than VTK.

Hope this could help or inspire you to some extent.

Longbow



--
View this message in context: http://vtk.1045678.n5.nabble.com/Question-about-visualization-tp5743875p5743877.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list