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