#X3D V3.0 Group { children [ Viewpoint { position 0 0 2} WorldInfo { title "TriangleFanSet X3D test" info ["This shows a TriangleFanSet" "" "GPAC Regression Tests" "(C) 2002-2004 GPAC Team"] } Transform { children [ Shape { appearance Appearance { material Material { diffuseColor 1.0 0.0 0.0 } } geometry TriangleFanSet { fanCount [7] color Color { color [1 0 0, 0 1 0, 0 0 1, 1 1 0, 1 0 1, 1 1 0, 1 1 1] } coord Coordinate { point [0 0 0, 0 0.5 0, 0.1 0.4 -0.5, 0.2 0.3 0, 0.3 0.2 -0.5, 0.4 0.1 0, 0.5 0 -0.5] } solid FALSE ccw FALSE } } ] } ] }