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='Spheres.x3d'/> |
6 | <meta name='description' content='Spherical geometry cluster to support illustration of lighting effects by other test scenes.'/> |
7 | <meta name='creator' content='David R. Nadeau, John L. Moreland, Michael M. Heck'/> |
8 | <meta name='translator' content='Don Brutzman'/> |
9 | <meta name='created' content='1 July 1998'/> |
10 | <meta name='translated' content='2 February 2014'/> |
11 | <meta name='modified' content='20 October 2019'/> |
12 | <meta name='reference' content='originals/spheres.wrl'/> |
13 | <meta name='reference' content='DirectionalLight.x3d'/> |
14 | <meta name='reference' content='PointLight.x3d'/> |
15 | <meta name='reference' content='SpotLight.x3d'/> |
16 | <meta name='reference' content='http://www.siggraph.org/s98'/> |
17 | <meta name='reference' content='http://www.siggraph.org/s98/conference/courses/18.html'/> |
18 | <meta name='reference' content='http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/slides/mt0305.htm'/> |
19 | <meta name='reference' content='http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/slides/mt0306.htm'/> |
20 | <meta name='reference' content='http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/slides/mt0307.htm'/> |
21 | <meta name='reference' content='http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/vrml97.htm'/> |
22 | <meta name='reference' content='https://www.web3d.org/x3d/content/examples/X3dResources.html'/> |
23 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/Spheres.x3d'/> |
24 | <meta name='generator' content='Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html'/> |
25 | <meta name='generator' content='X3D-Edit, https://savage.nps.edu/X3D-Edit'/> |
26 | <meta name='license' content='../license.html'/> |
27 | </head> |
28 | <Scene> |
29 | <WorldInfo title='Spheres.x3d'/> |
30 | <Transform translation='-7.5 -7.5 0.0'> |
31 | |
32 | |
33 | <Appearance> |
34 | <Material/> |
35 | </Appearance> |
36 | <Sphere/> |
37 | </Shape> |
38 | <Transform translation='3.0 0.0 0.0'> |
39 | <Shape USE='Ball'/> |
40 | </Transform> |
41 | <Transform translation='6.0 0.0 0.0'> |
42 | <Shape USE='Ball'/> |
43 | </Transform> |
44 | <Transform translation='9.0 0.0 0.0'> |
45 | <Shape USE='Ball'/> |
46 | </Transform> |
47 | <Transform translation='12.0 0.0 0.0'> |
48 | <Shape USE='Ball'/> |
49 | </Transform> |
50 | <Transform translation='15.0 0.0 0.0'> |
51 | <Shape USE='Ball'/> |
52 | </Transform> |
53 | </Group> |
54 | <Transform translation='0.0 3.0 0.0'> |
55 | <Group USE='BallRow'/> |
56 | </Transform> |
57 | <Transform translation='0.0 6.0 0.0'> |
58 | <Group USE='BallRow'/> |
59 | </Transform> |
60 | <Transform translation='0.0 9.0 0.0'> |
61 | <Group USE='BallRow'/> |
62 | </Transform> |
63 | <Transform translation='0.0 12.0 0.0'> |
64 | <Group USE='BallRow'/> |
65 | </Transform> |
66 | <Transform translation='0.0 15.0 0.0'> |
67 | <Group USE='BallRow'/> |
68 | </Transform> |
69 | </Transform> |
70 | </Scene> |
71 | </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. -->