<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "https://www.web3d.org/specifications/x3d-3.0.dtd">
<X3D profile='Immersive'  version='3.0 xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation =' https://www.web3d.org/specifications/x3d-3.0.xsd ' >
<head>
<meta name='titlecontent=' RenderingComponentExternProtoDefinitions.x3d '/>
<meta name='descriptioncontent='Examples showing use of new X3D Rendering component nodes (IndexedTriangleFanSet IndexedTriangleSet IndexedTriangleStripSet LineSet TriangleFanSet TriangleSet TriangleStripSet), implemented as prototypes for backwards compatibility with VRML 97.'/>
<meta name='infocontent='.wrl url links intentionally precede .x3d links, X3D-Edit stylesheet X3dToVrml97.xslt automatically inserts VRML97 translations of these external prototype declarations upon encountering any new Rendering nodes.'/>
<meta name='creatorcontent='Don Brutzman, Ken Curtin, Duane Davis, Christos Kalogrias'/>
<meta name='createdcontent='17 November 2003'/>
<meta name='modifiedcontent='20 October 2019'/>
<meta name='referencecontent=' RenderingComponentPrototypes.x3d '/>
<meta name='referencecontent=' RenderingComponentExamples.x3d '/>
<meta name='referencecontent=' https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/rendering.html '/>
<meta name='subjectcontent='X3D Rendering component nodes (IndexedTriangleFanSet IndexedTriangleSet IndexedTriangleStripSet LineSet TriangleFanSet TriangleSet TriangleStripSet)'/>
<meta name='identifiercontent=' https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentExternProtoDefinitions.x3d '/>
<meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent=' ../license.html'/>
</head>
<!-- -->
<Scene>
<!-- ==================== -->
<!-- Do not copy these ExternProtoDeclare statements, they are only provided for preparation of X3dToVrml97.xslt stylesheet mappings for backwards compatibility. -->
<!-- ==================== -->
<WorldInfo title='RenderingComponentExternProtoDefinitions.x3d'/>
<ExternProtoDeclare name='ColorRGBAappinfo='ColorRGBA defines a set of RGBA colors.'
  url=' "RenderingComponentPrototypes.wrl#ColorRGBA" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.wrl#ColorRGBA" "RenderingComponentPrototypes.x3d#ColorRGBA" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.x3d#ColorRGBA" ' >
<field name='colortype='MFRotationaccessType='inputOutput'
 appinfo='locally override MFColorRGBA type (which is not supported in VRML 97) in order to downgrade to Color RGB' />

<field name='metadatatype='SFNodeaccessType='inputOutput'
 appinfo='Metadata node only' />
</ExternProtoDeclare>
<ExternProtoDeclare name='IndexedTriangleFanSetappinfo='IndexedTriangleFanSet represents a 3D shape composed of triangles that form a fan shape around the first vertex declared in each fan.'
  url=' "RenderingComponentPrototypes.wrl#IndexedTriangleFanSet" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.wrl#IndexedTriangleFanSet" "RenderingComponentPrototypes.x3d#IndexedTriangleFanSet" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.x3d#IndexedTriangleFanSet" ' >
<field name='ccwtype='SFBoolaccessType='initializeOnly'/>
<field name='colorPerVertextype='SFBoolaccessType='initializeOnly'/>
<field name='normalPerVertextype='SFBoolaccessType='initializeOnly'/>
<field name='solidtype='SFBoolaccessType='initializeOnly'/>
<field name='indextype='MFInt32accessType='initializeOnly'/>
<field name='set_indextype='MFInt32accessType='inputOnly'/>
<field name='colortype='SFNodeaccessType='inputOutput'
 appinfo='Color ColorRGBA node only' />

<field name='coordtype='SFNodeaccessType='inputOutput'
 appinfo='Coordinate node only' />

<field name='normaltype='SFNodeaccessType='inputOutput'
 appinfo='Normal node only' />

<field name='texCoordtype='SFNodeaccessType='inputOutput'
 appinfo='TextureCoordinate node only' />

<field name='metadatatype='SFNodeaccessType='inputOutput'
 appinfo='Metadata node only' />
</ExternProtoDeclare>
<ExternProtoDeclare name='IndexedTriangleSetappinfo='IndexedTriangleSet represents a 3D shape composed of a collection of individual triangles.'
  url=' "RenderingComponentPrototypes.wrl#IndexedTriangleSet" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.wrl#IndexedTriangleSet" "RenderingComponentPrototypes.x3d#IndexedTriangleSet" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.x3d#IndexedTriangleSet" ' >
<field name='ccwtype='SFBoolaccessType='initializeOnly'/>
<field name='colorPerVertextype='SFBoolaccessType='initializeOnly'/>
<field name='normalPerVertextype='SFBoolaccessType='initializeOnly'/>
<field name='solidtype='SFBoolaccessType='initializeOnly'/>
<field name='indextype='MFInt32accessType='initializeOnly'/>
<field name='set_indextype='MFInt32accessType='inputOnly'/>
<field name='colortype='SFNodeaccessType='inputOutput'
 appinfo='Color ColorRGBA node only' />

<field name='coordtype='SFNodeaccessType='inputOutput'
 appinfo='Coordinate node only' />

<field name='normaltype='SFNodeaccessType='inputOutput'
 appinfo='Normal node only' />

<field name='texCoordtype='SFNodeaccessType='inputOutput'
 appinfo='TextureCoordinate node only' />

<field name='metadatatype='SFNodeaccessType='inputOutput'
 appinfo='Metadata node only' />
</ExternProtoDeclare>
<ExternProtoDeclare name='IndexedTriangleStripSetappinfo='IndexedTriangleStripSet represents a 3D shape composed of strips of triangles.'
  url=' "RenderingComponentPrototypes.wrl#IndexedTriangleStripSet" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.wrl#IndexedTriangleStripSet" "RenderingComponentPrototypes.x3d#IndexedTriangleStripSet" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.x3d#IndexedTriangleStripSet" ' >
<field name='ccwtype='SFBoolaccessType='initializeOnly'/>
<field name='colorPerVertextype='SFBoolaccessType='initializeOnly'/>
<field name='normalPerVertextype='SFBoolaccessType='initializeOnly'/>
<field name='solidtype='SFBoolaccessType='initializeOnly'/>
<field name='indextype='MFInt32accessType='initializeOnly'/>
<field name='set_indextype='MFInt32accessType='inputOnly'/>
<field name='colortype='SFNodeaccessType='inputOutput'
 appinfo='Color ColorRGBA node only' />

<field name='coordtype='SFNodeaccessType='inputOutput'
 appinfo='Coordinate node only' />

<field name='normaltype='SFNodeaccessType='inputOutput'
 appinfo='Normal node only' />

<field name='texCoordtype='SFNodeaccessType='inputOutput'
 appinfo='TextureCoordinate node only' />

<field name='metadatatype='SFNodeaccessType='inputOutput'
 appinfo='Metadata node only' />
</ExternProtoDeclare>
<ExternProtoDeclare name='LineSetappinfo='LineSet represents a 3D geometry formed by constructing polylines from 3D vertices.'
  url=' "RenderingComponentPrototypes.wrl#LineSet" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.wrl#LineSet" "RenderingComponentPrototypes.x3d#LineSet" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.x3d#LineSet" ' >
<field name='vertexCounttype='MFInt32accessType='inputOutput'/>
<field name='colortype='SFNodeaccessType='inputOutput'
 appinfo='Color ColorRGBA node only' />

<field name='coordtype='SFNodeaccessType='inputOutput'
 appinfo='Coordinate node only' />

<field name='metadatatype='SFNodeaccessType='inputOutput'
 appinfo='Metadata node only' />
</ExternProtoDeclare>
<ExternProtoDeclare name='TriangleFanSetappinfo='TriangleFanSet represents a 3D shape composed of triangles that form a fan shape around the first vertex declared in each fan.'
  url=' "RenderingComponentPrototypes.wrl#TriangleFanSet" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.wrl#TriangleFanSet" "RenderingComponentPrototypes.x3d#TriangleFanSet" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.x3d#TriangleFanSet" ' >
<field name='fanCounttype='MFInt32accessType='inputOutput'/>
<field name='ccwtype='SFBoolaccessType='initializeOnly'/>
<field name='colorPerVertextype='SFBoolaccessType='initializeOnly'/>
<field name='normalPerVertextype='SFBoolaccessType='initializeOnly'/>
<field name='solidtype='SFBoolaccessType='initializeOnly'/>
<field name='colortype='SFNodeaccessType='inputOutput'
 appinfo='Color ColorRGBA node only' />

<field name='coordtype='SFNodeaccessType='inputOutput'
 appinfo='Coordinate node only' />

<field name='normaltype='SFNodeaccessType='inputOutput'
 appinfo='Normal node only' />

<field name='texCoordtype='SFNodeaccessType='inputOutput'
 appinfo='TextureCoordinate node only' />

<field name='metadatatype='SFNodeaccessType='inputOutput'
 appinfo='Metadata node only' />
</ExternProtoDeclare>
<ExternProtoDeclare name='TriangleSetappinfo='TriangleSet represents a 3D shape that represents a collection of individual triangles.'
  url=' "RenderingComponentPrototypes.wrl#TriangleSet" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.wrl#TriangleSet" "RenderingComponentPrototypes.x3d#TriangleSet" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.x3d#TriangleSet" ' >
<field name='ccwtype='SFBoolaccessType='initializeOnly'/>
<field name='colorPerVertextype='SFBoolaccessType='initializeOnly'/>
<field name='normalPerVertextype='SFBoolaccessType='initializeOnly'/>
<field name='solidtype='SFBoolaccessType='initializeOnly'/>
<field name='colortype='SFNodeaccessType='inputOutput'
 appinfo='Color ColorRGBA node only' />

<field name='coordtype='SFNodeaccessType='inputOutput'
 appinfo='Coordinate node only' />

<field name='normaltype='SFNodeaccessType='inputOutput'
 appinfo='Normal node only' />

<field name='texCoordtype='SFNodeaccessType='inputOutput'
 appinfo='TextureCoordinate node only' />

<field name='metadatatype='SFNodeaccessType='inputOutput'
 appinfo='Metadata node only' />
</ExternProtoDeclare>
<ExternProtoDeclare name='TriangleStripSetappinfo='TriangleStripSet represents a 3D shape composed of strips of triangles.'
  url=' "RenderingComponentPrototypes.wrl#TriangleStripSet" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.wrl#TriangleStripSet" "RenderingComponentPrototypes.x3d#TriangleStripSet" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentPrototypes.x3d#TriangleStripSet" ' >
<field name='stripCounttype='MFInt32accessType='inputOutput'/>
<field name='ccwtype='SFBoolaccessType='initializeOnly'/>
<field name='colorPerVertextype='SFBoolaccessType='initializeOnly'/>
<field name='normalPerVertextype='SFBoolaccessType='initializeOnly'/>
<field name='solidtype='SFBoolaccessType='initializeOnly'/>
<field name='colortype='SFNodeaccessType='inputOutput'
 appinfo='Color ColorRGBA node only' />

<field name='coordtype='SFNodeaccessType='inputOutput'
 appinfo='Coordinate node only' />

<field name='normaltype='SFNodeaccessType='inputOutput'
 appinfo='Normal node only' />

<field name='texCoordtype='SFNodeaccessType='inputOutput'
 appinfo='TextureCoordinate node only' />

<field name='metadatatype='SFNodeaccessType='inputOutput'
 appinfo='Metadata node only' />
</ExternProtoDeclare>
<Background groundColor='0.2 0.2 0.2skyColor='0.2 0.2 0.2'/>
<Anchor DEF='LinkToExamplesdescription='link to examples'
  url=' RenderingComponentExamples.x3d"https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentExamples.x3d" "RenderingComponentExamples.wrl" "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentExamples.wrl" ' >
<Shape>
<Appearance>
<Material diffuseColor='0.8 0.6 0.2'/>
</Appearance>
<Text string='"RenderingComponentExternProtoDefinitions" "is a developmental file." "Click this text to view" "RenderingComponentExamples"'>
<FontStyle justify='"MIDDLE" "MIDDLE"'/>
</Text>
</Shape>
</Anchor>
</Scene>
</X3D>
<!--

to top <!-- Index for DEF node: LinkToExamples Index for ExternProtoDeclare definitions: ColorRGBA, IndexedTriangleFanSet, IndexedTriangleSet, IndexedTriangleStripSet, LineSet, TriangleFanSet, TriangleSet, TriangleStripSet
-->
-->

<!-- Online at
https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentExternProtoDefinitionsIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentExternProtoDefinitions.x3d -->

<!-- Color legend: X3D terminology <X3dNode DEF='idName' field='value'/> matches XML terminology <XmlElement DEF='idName' attribute='value'/>
(Light-blue background: event-based behavior node or statement) (Grey background inside box: inserted documentation) (Magenta background: X3D Extensibility)
    <ProtoDeclare name='ProtoName'> <field name='fieldName'/> </ProtoDeclare> -->

to top <!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->