</ProtoDeclare>
<!-- Test success: declarative statement createDeclarativeShapeTests() -->
<Group DEF='DeclarativeGroupExample'>
<Shape>
<
MetadataString DEF='
FindableMetadataStringTest'
name='
findThisNameValue'
value='
"test case"'
containerField='
metadata'/>
<Appearance DEF='DeclarativeAppearanceExample'>
<!-- DeclarativeMaterialExample gets overridden by subsequently added MaterialModulator
ProtoInstance -->
<ProtoInstance name='MaterialModulator' DEF='MyMaterialModulator' containerField='material'/>
</Appearance>
<Cone bottom='false' bottomRadius='0.05' height='0.1'/>
</Shape>
<!-- Test success: declarativeGroup.addChild() singleton pipeline method -->
</Group>
<!-- Test success: declarative statement addChild() -->
<!-- Test success: x3dModel.findNodeByDEF(DeclarativeAppearanceExample) = <Appearance
DEF='DeclarativeAppearanceExample'/> i.e. <Appearance DEF='DeclarativeAppearanceExample'>
<!- - DeclarativeMaterialExample gets overridden by subsequently added MaterialModulator
ProtoInstance - -> <ProtoInstance DEF='MyMaterialModulator' name='MaterialModulator'
containerField='material'/> </Appearance> -->
<!-- Test success: x3dModel.findElementByNameValue(findThisNameValue) = <MetadataString
DEF='FindableMetadataStringTest' name='findThisNameValue' value='"test case"'/> -->
<!-- Test success: x3dModel.findElementByNameValue("ArtDeco01Material", "ProtoDeclare")
found -->
<!-- Test success: x3dModel.findElementByNameValue("MaterialModulator", "ProtoDeclare")
found -->
<!-- Test success: x3dModel.findElementByNameValue("MaterialModulator", "ProtoInstance")
found -->
<Group DEF='TestFieldObjectsGroup'>
<!-- testFieldObjects() results -->
<!-- SFBool default=true, true=true, false=false, negate()=true -->
<!-- MFBool default=, initial=true false true, negate()=false true false -->
<!-- SFFloat default=0.0, initial=1.0, setValue(2)=2.0, setValue(3.0f)=3.0, setValue(4.0)=4.0
-->
<!-- MFFloat default=, initial=1 2 3, append(5)=1 2 3 5, inserts(3,4)(0,0)=0 1 2 3
4 5, append(6)=0 1 2 3 4 5 6, size()=7 -->
<!-- ... get1Value[3]=3.0, remove[1]=0 2 3 4 5 6, set1Value(0,10)=10 2 3 4 5 6, multiply(2)=20
4 6 8 10 12, clear= -->
<!-- SFVec3f default=0 0 0, initial=1 2 3, setValue=4 5 6, multiply(2)=8 10 12, normalize()=0.45584232
0.5698029 0.68376344, regex matches()=true -->
<!-- regex test SFVec3f().matches("1 2 3")=true, regex test SFVec3f().matches("1 2
3 4")=false, regex test (SFRotationObject.matches("0 0 0 0")=true, failure detecting
illegal (zero axis) rotation value -->
</Group>
<Sound location='0 1.6 0'>
</Sound>
<Sound location='0 1.6 0'>
<!-- set sound-ellipsoid location height at 1.6m to match typical avatar height -->
<MovieTexture containerField='source' description='mpgsys.mpg from ConformanceNist suite'
url='
"mpgsys.mpg" "http://www.web3d.org/x3d/content/examples/ConformanceNist/Appearance/MovieTexture/mpgsys.mpg" '>
<!-- Scene example fragment from http://www.web3d.org/x3d/content/examples/ConformanceNist/Appearance/MovieTexture/mpeg1-systems.x3d
-->
<!-- Expected containerField='source', allowed containerField values="texture" "source"
"back" "bottom" "front" "left" "right" "top" "backTexture" "bottomTexture" "frontTexture"
"leftTexture" "rightTexture" "topTexture" "watchList" -->
</MovieTexture>
</Sound>
<!-- Test success: AnchorObject.isNode()=true, siteAnchor.isNode()=true -->
<!-- Test success: AnchorObject.isStatement()=false, siteAnchor.isStatement()=false
-->
<!-- Test success: ROUTEObject.isNode()=false, orbitPositionROUTE.isNode()=false -->
<!-- Test success: ROUTEObject.isStatement()=true, orbitPositionROUTE.isStatement()=true
-->
<!-- Test success: CommentsBlock.isNode()=false, testComments.isNode()=false -->
<!-- Test failure: CommentsBlock.isStatement()=true, testComments.isStatement()=true
-->
<Shape DEF='ExtrusionShape'>
<!-- ExampleExtrusion isCrossSectionClosed()=true, crossSection='[1.0, 1.0, 1.0, -1.0,
-1.0, -1.0, -1.0, 1.0, 1.0, 1.0]' -->
<!-- ExampleExtrusion isSpineClosed()=false, spine='[0.0, 0.0, 0.0, 0.0, 1.0, 0.0]'
-->
<Appearance DEF='TransparentAppearance'>
<Material transparency='1.0'/>
</Appearance>
<Extrusion DEF='ExampleExtrusion'/>
</Shape>