1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "https://www.web3d.org/specifications/x3d-3.3.dtd">
|
3 | <X3D profile='Full' version='3.3' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.3.xsd'> |
4 | <head> |
5 | <meta name='title' content='TestDiagnosticOverloadedChildNodes.x3d'/> |
6 | <meta name='description' content='Test error diagnostics for multiple Appearance child nodes, since this possibility is no longer precluded by DTD or Schema due to addition of Shader nodes.'/> |
7 | <meta name='creator' content='Don Brutzman'/> |
8 | <meta name='created' content='30 December 2005'/> |
9 | <meta name='modified' content='20 October 2019'/> |
10 | <meta name=' warning ' content=' Test scene validation, used for test purposes only '/> |
11 | <meta name=' error ' content=' VRML97 translation incomplete '/> |
12 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/Basic/development/TestDiagnosticOverloadedChildNodes.x3d'/> |
13 | <meta name='generator' content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/> |
14 | <meta name='license' content='../license.html'/> |
15 | </head> |
16 | <Scene> |
17 | <WorldInfo title='TestDiagnosticOverloadedChildNodes.x3d'/> |
18 | <Shape> |
19 | <Appearance> |
20 | <Material DEF='a'/> |
21 | <Material DEF='b'/> |
22 | <ImageTexture DEF='c'/> |
23 | <ImageTexture3D DEF='d'/> |
24 | <ImageCubeMapTexture DEF='e' containerField='texture'/> |
25 | <MultiTexture DEF='f'/> |
26 | <PixelTexture3D DEF='g'/> |
27 | <ComposedTexture3D DEF='h'/> |
28 | <ComposedCubeMapTexture DEF='i' containerField='texture'/> |
29 | <PixelTexture DEF='j'/> |
30 | <GeneratedCubeMapTexture DEF='k'/> |
31 | <MultiTextureTransform DEF='l' containerField='textureTransform'/> |
32 | <TextureTransformMatrix3D DEF='m' containerField='textureTransform'/> |
33 | <TextureTransform DEF='n'/> |
34 | <TextureTransform3D DEF='o' containerField='textureTransform'/> |
35 | <ComposedShader DEF='p' containerField='shaders'/> |
36 | <PackagedShader DEF='q' containerField='shaders'/> |
37 | <ProgramShader DEF='r' containerField='shaders'/> |
38 | </Appearance> |
39 | <Text string='"TestMultipleAppearanceChildNodes.x3d" "is a test scene only"'> |
40 | <FontStyle justify='"MIDDLE" "MIDDLE"'/> |
41 | </Text> |
42 | </Shape> |
43 | <Shape> |
44 | <IndexedTriangleFanSet ccw='true' colorPerVertex='true' normalPerVertex='true' solid='true' containerField='geometry'> |
45 | <Color DEF='t'/> |
46 | <ColorRGBA DEF='u'/> |
47 | <Coordinate DEF='v'/> |
48 | <CoordinateDouble DEF='w'/> |
49 | <GeoCoordinate DEF='x'/> |
50 | <FogCoordinate DEF='y' containerField='fogCoord'/> |
51 | <FogCoordinate DEF='z' containerField='fogCoord'/> |
52 | <Normal DEF='z1'/> |
53 | <Normal DEF='z2'/> |
54 | <TextureCoordinate DEF='z3'/> |
55 | <TextureCoordinateGenerator DEF='z4'/> |
56 | <NurbsTextureCoordinate DEF='z5' containerField='texCoord'/> |
57 | <MultiTextureCoordinate DEF='z6' containerField='texCoord'/> |
58 | <TextureCoordinate3D DEF='z7' containerField='texCoord'/> |
59 | <TextureCoordinate4D DEF='z8' containerField='texCoord'/> |
60 | </IndexedTriangleFanSet> |
61 | </Shape> |
62 | </Scene> |
63 | </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)
-->
<!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->