21 lines
250 B
Plaintext
21 lines
250 B
Plaintext
#VRML V2.0 utf8
|
|
#PointSet example
|
|
|
|
Shape {
|
|
geometry PointSet {
|
|
coord Coordinate {
|
|
point [
|
|
-1.0 -1.0 0.0,
|
|
1.0 1.0 0.0,
|
|
0.0 0.0 0.0,
|
|
]
|
|
}
|
|
color Color {
|
|
color [
|
|
1.0 0.0 0.0,
|
|
0.0 1.0 0.0,
|
|
0.0 0.0 1.0,
|
|
]
|
|
}
|
|
}
|
|
} |