1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "https://www.web3d.org/specifications/x3d-4.0.dtd">
|
3 | <X3D profile='Immersive' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-4.0.xsd'> |
4 | <head> |
5 | <component level='3' name='Shape'/> |
6 | <meta name='title' content='TestFillPropertiesLinePropertiesValidation.x3d'/> |
7 | <meta name='description' content='Test proper validation of Appearance, LineProperties, FillProperties, LineProperties'/> |
8 | <meta name='creator' content='Don Brutzman'/> |
9 | <meta name='created' content='12 April 2014'/> |
10 | <meta name='modified' content='21 April 2024'/> |
11 | <meta name='reference' content='http://www.web3d.org/realtime-3d/member-only/mantis/view.php?id=675'/> |
12 | <meta name='subject' content='FillProperties LineProperties Validation Test'/> |
13 | <meta name='identifier' content='http://www.web3d.org/x3d/content/examples/Basic/development/TestFillPropertiesLinePropertiesValidation.x3d'/> |
14 | <meta name='generator' content='X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit'/> |
15 | <meta name='license' content='../license.html'/> |
16 | </head> |
17 | <Scene> |
18 | <Shape> |
19 | <Box/> |
20 | <Appearance DEF='TestBothProperties'> |
21 | <Material/> |
22 | <FillProperties containerField='fillProperties'/> |
23 | <LineProperties containerField='lineProperties'/> |
24 | </Appearance> |
25 | </Shape> |
26 | <Shape> |
27 | <Cone/> |
28 | <Appearance DEF='TestFillProperties'> |
29 | <Material/> |
30 | <FillProperties containerField='fillProperties'/> |
31 | </Appearance> |
32 | </Shape> |
33 | <Shape> |
34 | <Cylinder/> |
35 | <Appearance DEF='TestLineProperties'> |
36 | <Material/> |
37 | <LineProperties containerField='lineProperties'/> |
38 | </Appearance> |
39 | </Shape> |
40 | <Shape> |
41 | <Sphere/> |
42 | <Appearance DEF='TestNoProperties'> |
43 | <Material/> |
44 | </Appearance> |
45 | </Shape> |
46 | </Scene> |
47 | </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. -->