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='Interchange' 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='ScubaTank.x3d'/> |
6 | <meta name='description' content='Scuba gear used by Nancy Diving example.'/> |
7 | <meta name='creator' content='Etsuko Lippi'/> |
8 | <meta name='created' content='24 January 2001'/> |
9 | <meta name='modified' content='23 May 2020'/> |
10 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Legacy/ScubaTank.x3d'/> |
11 | <meta name='generator' content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/> |
12 | <meta name='license' content='../license.html'/> |
13 | </head> |
14 | <Scene> |
15 | <WorldInfo title='ScubaTank.x3d'/> |
16 | <Transform DEF='ScubaTank'> |
17 | <Transform> |
18 | <Shape> |
19 | <Appearance> |
20 | |
21 | </Appearance> |
22 | <Cylinder height='0.7' radius='0.1'/> |
23 | </Shape> |
24 | </Transform> |
25 | <Transform translation='0 0.35 0'> |
26 | <Shape> |
27 | <Appearance> |
28 | <Material USE='tank'/> |
29 | </Appearance> |
30 | <Sphere radius='0.098'/> |
31 | </Shape> |
32 | </Transform> |
33 | <Transform translation='0 -0.35 0'> |
34 | <Shape DEF='tankBottom'> |
35 | <Appearance> |
36 | |
37 | </Appearance> |
38 | <Cylinder height='0.06' radius='0.115'/> |
39 | </Shape> |
40 | </Transform> |
41 | <Group DEF='tankNozzle'> |
42 | <Transform> |
43 | <Transform translation='0 0.45 0'> |
44 | <Shape DEF='pressure'> |
45 | <Appearance> |
46 |
<!-- Material
pressureColor is a DEF node that has 1 USE node: USE_1 --> <Material DEF='pressureColor' ambientIntensity='0.4' diffuseColor='0.91 0.91 0.91' shininess='0.16' specularColor='0.91 0.90 0.91'/> |
47 | </Appearance> |
48 | <Cylinder height='0.1' radius='0.015'/> |
49 | </Shape> |
50 | </Transform> |
51 | <Transform translation='0 0.50 0'> |
52 | <Shape DEF='pressureTop'> |
53 | <Appearance> |
54 | <Material USE='black'/> |
55 | </Appearance> |
56 | <Cylinder height='0.02' radius='0.025'/> |
57 | </Shape> |
58 | </Transform> |
59 | <Transform rotation='0 0 1 1.57' translation='-0.028 0.462 0'> |
60 | <Transform> |
61 | <Shape DEF='connectorToRegulator'> |
62 | <Appearance> |
63 | <Material USE='pressureColor'/> |
64 | </Appearance> |
65 | <Cylinder height='0.03' radius='0.01'/> |
66 | </Shape> |
67 | </Transform> |
68 | <Transform translation='0 0.02 0'> |
69 | <Shape DEF='connectorToRegulatorTop'> |
70 | <Appearance> |
71 | <Material USE='black'/> |
72 | </Appearance> |
73 | <Cylinder height='0.02' radius='0.02'/> |
74 | </Shape> |
75 | </Transform> |
76 | </Transform> |
77 | </Transform> |
78 | </Group> |
79 | <Transform translation='0 0.2 0'> |
80 | <Shape DEF='tankHoldBelt'> |
81 | <Appearance> |
82 | <Material USE='black'/> |
83 | </Appearance> |
84 | <Cylinder height='0.1' radius='0.115'/> |
85 | </Shape> |
86 | </Transform> |
87 | </Transform> |
88 | <Background skyColor='0.6 0.6 0.6'/> |
89 | </Scene> |
90 | </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. -->