| 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='Table.x3d'/> |
| 6 | <meta name='description' content='Table for kitchen.'/> |
| 7 | <meta name='creator' content='Baris Aktop'/> |
| 8 | <meta name='created' content='15 august 2002'/> |
| 9 | <meta name='modified' content='20 October 2019'/> |
| 10 | <meta name='identifier' content='https://savage.nps.edu/Savage/Buildings/HouseBarisAktop/Table.x3d'/> |
| 11 | <meta name='generator' content='X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit'/> |
| 12 | <meta name='license' content='../../license.html'/> |
| 13 | </head> |
| 14 | <Scene> |
| 15 | <WorldInfo title='Table.x3d'/> |
| 16 |
<!-- ROUTE information for table node:
[from tableSensor.translation_changed to set_translation
]
-->
<Transform DEF='table'> |
| 17 | <Group> |
| 18 | <Transform translation='0 0.75 0'> |
| 19 | <Shape> |
| 20 | <Cylinder height='1.5' radius='0.15'/> |
| 21 | <Appearance DEF='tableApp'> |
| 22 | <Material diffuseColor='0.8 0.5 0'/> |
| 23 | |
| 24 | </Appearance> |
| 25 | </Shape> |
| 26 | </Transform> |
| 27 | <Transform rotation='0 0 1 1.57'> |
| 28 | <Shape DEF='leg'> |
| 29 | <Cylinder height='1.5' radius='0.1'/> |
| 30 | <Appearance> |
| 31 | <Material diffuseColor='0.8 0.5 0'/> |
| 32 | <ImageTexture USE='wood'/> |
| 33 | </Appearance> |
| 34 | </Shape> |
| 35 | </Transform> |
| 36 | <Transform rotation='1 0 0 1.57'> |
| 37 | <Shape> |
| 38 | <Cylinder height='1.5' radius='0.1'/> |
| 39 | <Appearance> |
| 40 | <Material diffuseColor='0.8 0.5 0'/> |
| 41 | <ImageTexture USE='wood'/> |
| 42 | </Appearance> |
| 43 | </Shape> |
| 44 | </Transform> |
| 45 | <Transform translation='0 1.5 0'> |
| 46 | <Shape> |
| 47 | <Cylinder height='0.1' radius='1.2'/> |
| 48 | <Appearance> |
| 49 | <Material diffuseColor='0.8 0.5 0'/> |
| 50 | <ImageTexture USE='wood'/> |
| 51 | </Appearance> |
| 52 | </Shape> |
| 53 | <Transform translation='0.7 0.06 0'> |
| 54 |
<!-- Inline
dish is a DEF node that has 1 USE node: USE_1 --> <Inline DEF='dish' url=' "Dish.x3d" "https://savage.nps.edu/Savage/Buildings/HouseBarisAktop/Dish.x3d" "Dish.wrl" "https://savage.nps.edu/Savage/Buildings/HouseBarisAktop/Dish.wrl" '/> |
| 55 | </Transform> |
| 56 | <Transform translation='-0.7 0.06 0'> |
| 57 | <Inline USE='dish'/> |
| 58 | </Transform> |
| 59 | </Transform> |
| 60 | </Group> |
| 61 | </Transform> |
| 62 |
<!-- ROUTE information for tableSensor node:
[from translation_changed to table.set_translation
]
-->
<PlaneSensor DEF='tableSensor' maxPosition='3 0' minPosition='-2 0'/> |
| 63 | < ROUTE fromNode='tableSensor' fromField='translation_changed' toNode='table' toField='set_translation'/> |
| 64 | </Scene> |
| 65 | </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.
-->