1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
|
3 | <X3D profile='Immersive' version='3.2' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'> |
4 | <head> |
5 | <component level='3' name='Navigation'/> |
6 | <meta name='title' content='ViewpointGroupTest.x3d'/> |
7 | <meta name='description' content='Test browser support for ViewpointGroup node'/> |
8 | <meta name='created' content='28 February 2009'/> |
9 | <meta name='modified' content='20 October 2019'/> |
10 | <meta name='creator' content='Don Brutzman'/> |
11 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/Basic/development/ViewpointGroupTest.x3d'/> |
12 | <meta name='generator' content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/> |
13 | <meta name='license' content='../license.html'/> |
14 | </head> |
15 | <Scene> |
16 | <WorldInfo title='ViewpointGroupTest.x3d'/> |
17 | <Viewpoint description='Entry view 10m'/> |
18 | <ViewpointGroup description='Side views' containerField='children'> |
19 | <Viewpoint description='Side view 8m' position='0 0 8'/> |
20 | <Viewpoint description='Side view 4m' position='0 0 4'/> |
21 | </ViewpointGroup> |
22 | <ViewpointGroup description='Top views' containerField='children'> |
23 | <ViewpointGroup description='Nested ViewpointGroup' containerField='children'> |
24 | <Viewpoint description='Top down 8m' orientation='1 0 0 -1.57' position='0 8 0'/> |
25 | <Viewpoint description='Top down 4m' orientation='1 0 0 -1.57' position='0 4 0'/> |
26 | </ViewpointGroup> |
27 | </ViewpointGroup> |
28 | <Transform translation='0 -1.5 0'> |
29 | <Shape> |
30 | <Text string='"Check viewpoint list for" "nested ViewpointGroup entries"'> |
31 | <FontStyle justify='"MIDDLE" "MIDDLE"'/> |
32 | </Text> |
33 | <Appearance> |
34 | <Material diffuseColor='.3 .6 .9'/> |
35 | </Appearance> |
36 | </Shape> |
37 | </Transform> |
38 | <Transform translation='0 1.5 0'> |
39 | <Shape> |
40 | <Cylinder/> |
41 | <Appearance> |
42 | <Material diffuseColor='.9 .6 .3'/> |
43 | </Appearance> |
44 | </Shape> |
45 | </Transform> |
46 | </Scene> |
47 | </X3D> |
<!--
Color legend: X3D terminology
<X3dNode
field='value'/>
matches XML terminology
<XmlElement
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. -->