Files
apt-nl-map/static/Magic4/js/three.js-dev/examples/models/vrml/points.wrl
2024-12-04 10:21:04 +08:00

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,
]
}
}
}