Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
174 C H A P T E R 6 Geometry Nodes, Part 2: Points, Lines, and Polygons XML Syntax (.x3d) <IndexedFaceSet DEF= ' 'MyIndexedFaceSet' ' containerField=' 'geometry' ' ccw=' 'true' ' colorPerVertex=' 'true' ' convex=' 'true' ' creaseAngle=' ' '0' normalPerVertex=' 'true' ' solid=' 'true' '> <Coordinate DEF=' 'DefaultCoordinate' ' containerField=' 'coord' '/> <Color DEF=' 'DefaultColor' ' containerField=' 'color' '/> </IndexedFaceSet> ClassicVRML Syntax (.x3dv) geometry DEF MyIndexedFaceSet IndexedFaceSet { ccw TRUE colorPerVertex TRUE convex TRUE creaseAngle 0 normalPerVertex TRUE solid TRUE coord DEF DefaultCoordinate Coordinate { } color DEF DefaultColor Color { } } Table 6.13. Node Syntax for IndexedFaceSet