1 | coord Coordinate { |
2 | point [ 0 5 0, # Called Point 0 |
3 | -2.5 0 -2.5, # Called Point 1 |
4 | 2.5 0 -2.5, # Called Point 2 2.5 0 2.5, # Called Point 3 -2.5 0 2.5 # Called Point 4 |
5 | ] } |
6 | The point field defines the vertices of the object |
7 | There are five points defined. The points are labeled from 0 to 4 |
8 | Coordinate just defines points to be used later in IndexedFaceSet |