[Paraview] displaying a set of colored points
Judith (Devaney) Terrill
judith.terrill at nist.gov
Mon Sep 15 14:36:53 EDT 2008
What is the simplest way to display a set of colored points. I tried to
do it with vrml 2
#VRML V2.0 utf8
Shape {
geometry PointSet {
coord Coordinate {point [
0.0 0.0 0.0
1.0 0.0 0.0
0.0 1.0 0.0
0.0 0.0 1.0
]}
color Color {color [
1.0 1.0 1.0
1.0 0.0 0.0
0.0 1.0 0.0
0.0 0.0 1.0
]}}
}
It displayed the locations but not the colors
thanks
Judy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: judith_terrill.vcf
Type: text/x-vcard
Size: 371 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20080915/288ac4a7/attachment.vcf>
More information about the ParaView
mailing list