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
begin:vcard
fn:Dr. Judith (Devaney) Terrill
n:(Devaney) Terrill;Dr. Judith
org:NIST;http://math.nist.gov/mcsd/savg
adr:;;100 Bureau Dr, MS 8911;Gaithersburg;MD;20899;US
email;internet:[EMAIL PROTECTED]
title:Leader, Scientific Applications and Visualization Group
tel;work:301-975-2882
tel;fax:301-975-3218
url:http://math.nist.gov/mcsd/savg
version:2.1
end:vcard
_______________________________________________
ParaView mailing list
[email protected]
http://www.paraview.org/mailman/listinfo/paraview