#X3D V3.0 Group { children [ Viewpoint { position 0 0 2} WorldInfo { title "IndexedTriangleSet X3D test" info ["This shows a IndexedTriangleSet" "" "GPAC Regression Tests" "(C) 2002-2004 GPAC Team"] } Transform { children [ Shape { appearance Appearance { material Material { diffuseColor 1.0 0.0 0.0 } } geometry IndexedTriangleSet { color Color { color [1 0 0, 0 1 0, 0 0 1, 0 0 1, 0 1 0, 1 0 0] } coord Coordinate { point [0 0 0, 0.2 0.2 0.2, 0.4 0 0, 0.6 0.2 0.2, 0.8 0 0, 1 0.2 0.2] } solid FALSE index [0 1 2 1 2 3 2 3 4 3 4 5] } } ] } ] }