Re: [JAVA3D] Java3D for visualization

2000-01-17 Thread Mike Goldwater
Some comments: Sparsity:   Because colors are classes you can have multiple references to the same instance of a color in your color vertex array.   Data values I think you need to use the Pick series of classes (or extensions of them) to get values from your model. I shall be doing this s

Re: [JAVA3D] Java3D for visualization

2000-01-17 Thread Olivier fillon
I have not worked with these for a while but as i understand this, you only need to store as many color as needed, each vertice using an index to its color, I do not see any waste there...I repeat, i may be wrong : I have not touch this area for a while: The only waste I can seen till now is

[JAVA3D] Java3D for visualization

2000-01-17 Thread Arne Halvorsen
Hi, We are considering using Java3D for visualization purposes. So fare we have relied on using iris explorer for our visualization need in our solutions. A common need is to visualize parameters on a surface which when it hit the visualization is composed of triangles with parameter values defin