2 |
VRML allows to define a polyline which has a starting coordinate, several intermediate coordinates, and an ending coordinate. The VRML browser draws a straight line from the strarting coordinate to the first intermediate coordinate, from there to the second intermediate coordinate, and so on, finishing the polyline or the ending coordinate.
-
IndexedLineSet {
-
set_colorIndex # eventIn MFInt32
-
set_coordIndex # eventIn MFInt32
-
color NULL # exposedField SFNode
-
coord NULL # exposedField SFNode
-
colorIndex [] # field MFInt32
-
colorPerVertex TRUE # field SFBool
-
coordIndex [] # field MFInt32
-
}
|