#VRML V2.0 utf8
Transform{
children Shape{
geometry IndexedLineSet{
coord Coordinate{
point[
1 0 0,
0 1 0,
-1 0 0,
0 -2 0,
-2 0 0,
]
}
coordIndex[
0,1,2,-1,
0,3,4,-1,
]
color Color{
color[
1 0 0,
0 1 0,
0 0 1,
]
}
colorIndex[
0,1,0,1,
0,2,2,0,
]
}
}
}
|