1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "https://www.web3d.org/specifications/x3d-3.0.dtd">
|
3 | <X3D profile='Immersive' version='3.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.0.xsd'> |
4 | <head> |
5 | <meta name='title' content=' GridXY_20x20Fixed.x3d '/> |
6 | <meta name='creator' content='MV4204 class'/> |
7 | <meta name='created' content='6 September 2011'/> |
8 | <meta name='modified' content='28 November 2019'/> |
9 | <meta name='description' content='Line grid authoring tool to enable precise visual measurement of objects in 3D space - fixed position. Oriented along XY plane, size 20m by 20m, default block size 1m by 1m.'/> |
10 | <meta name='reference' content=' GridXZ_20x20Fixed.x3d '/> |
11 | <meta name='reference' content=' GridYZ_20x20Fixed.x3d '/> |
12 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/GridXY_20x20Fixed.x3d '/> |
13 | <meta name='generator' content='X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
14 | <meta name='license' content='../../license.html'/> |
15 | </head> |
16 | <Scene> |
17 | <WorldInfo title='GridXY_20x20Fixed.x3d'/> |
18 | <Viewpoint description='XY vertical grid, perpendicular to Z axis (seen from 0 0 25)' position='0 0 25'/> |
19 | <Transform DEF='GridLocation' rotation='1 0 0 1.57079'> |
20 |
<!-- Shape
LinesAlignedAlongZ is a DEF node that has 1 USE node: USE_1 -->
<Shape DEF='LinesAlignedAlongZ'> |
21 | <IndexedLineSet colorPerVertex='false' colorIndex='1 0 0 0 0 2 0 0 0 0 1 0 0 0 0 2 0 0 0 0 1' coordIndex='1 22 -1 2 23 -1 3 24 -1 4 25 -1 5 26 -1 6 27 -1 7 28 -1 8 29 -1 9 30 -1 10 31 -1 11 32 -1 12 33 -1 13 34 -1 14 35 -1 15 36 -1 16 37 -1 17 38 -1 18 39 -1 19 40 -1 20 41 -1 21 42 -1'> |
22 | <Coordinate DEF='EndPoints' point='0 0 0 -10 0 10 -9 0 10 -8 0 10 -7 0 10 -6 0 10 -5 0 10 -4 0 10 -3 0 10 -2 0 10 -1 0 10 0 0 10 1 0 10 2 0 10 3 0 10 4 0 10 5 0 10 6 0 10 7 0 10 8 0 10 9 0 10 10 0 10 -10 0 -10 -9 0 -10 -8 0 -10 -7 0 -10 -6 0 -10 -5 0 -10 -4 0 -10 -3 0 -10 -2 0 -10 -1 0 -10 0 0 -10 1 0 -10 2 0 -10 3 0 -10 4 0 -10 5 0 -10 6 0 -10 7 0 -10 8 0 -10 9 0 -10 10 0 -10'/> |
23 | <Color color='0.4 0.4 0.4 0.8 0.2 0 0.4 0.1 0.05'/> |
24 | </IndexedLineSet> |
25 | </Shape> |
26 | <Transform DEF='LinesAlignedAlongX' rotation='0 1 0 1.57079'> |
27 | <Shape USE='LinesAlignedAlongZ'/> |
28 | </Transform> |
29 | </Transform> |
30 | <Group> |
31 | <Transform translation='0 -0.2 0'> |
32 | <Billboard> |
33 | <Shape> |
34 | <Text DEF='CenterTextNode' string='"origin"'> |
35 | |
36 | </Text> |
37 |
<!-- Appearance
DefaultAppearance is a DEF node that has 4 USE nodes: USE_1, USE_2, USE_3, USE_4 -->
<Appearance DEF='DefaultAppearance'> |
38 | <Material/> |
39 | </Appearance> |
40 | </Shape> |
41 | </Billboard> |
42 | </Transform> |
43 | <Transform translation='10 10.2 0'> |
44 | <Billboard> |
45 | <Shape> |
46 | <Text string='"10 10 0"'> |
47 | <FontStyle USE='FS4'/> |
48 | </Text> |
49 | <Appearance USE='DefaultAppearance'/> |
50 | </Shape> |
51 | </Billboard> |
52 | </Transform> |
53 | <Transform translation='10 -10.2 0'> |
54 | <Billboard> |
55 | <Shape> |
56 | <Text string='"10 -10 0"'> |
57 | <FontStyle USE='FS4'/> |
58 | </Text> |
59 | <Appearance USE='DefaultAppearance'/> |
60 | </Shape> |
61 | </Billboard> |
62 | </Transform> |
63 | <Transform translation='-10 10.2 0'> |
64 | <Billboard> |
65 | <Shape> |
66 | <Text string='"-10 10 0"'> |
67 | <FontStyle USE='FS4'/> |
68 | </Text> |
69 | <Appearance USE='DefaultAppearance'/> |
70 | </Shape> |
71 | </Billboard> |
72 | </Transform> |
73 | <Transform translation='-10 -10.2 0'> |
74 | <Billboard> |
75 | <Shape> |
76 | <Text string='"-10 -10 0"'> |
77 | <FontStyle USE='FS4'/> |
78 | </Text> |
79 | <Appearance USE='DefaultAppearance'/> |
80 | </Shape> |
81 | </Billboard> |
82 | </Transform> |
83 | </Group> |
84 | </Scene> |
85 | </X3D> |
<!--
Color-coding 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.
-->