| 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=' BouncingBoxSimulink.x3d '/> |
| 6 | <meta name='description' content='Bounce a flexible Box up and down by adapting an example from Mathworks Matlab using Simulink for animation.'/> |
| 7 | <meta name='creator' content='Ben Cheng and Don Brutzman'/> |
| 8 | <meta name='translator' content='Ben Cheng'/> |
| 9 | <meta name='created' content='1 October 2014'/> |
| 10 | <meta name='modified' content='20 October 2019'/> |
| 11 |
<meta name='Image' content='BouncingBoxSimulinkLooping.png' />
|
| 12 |
<meta name='Image' content='BouncingBoxSimulink.png' />
|
| 13 | <meta name='info' content='Matlab users can select one of the following Simulink project links to run this demo. Each uses the VRML .wrl version of the scene.'/> |
| 14 | <meta name='reference' content='BouncingBoxLooping.slx'/> |
| 15 | <meta name='reference' content='BouncingBoxNoAttenuation.slx'/> |
| 16 | <meta name=' TODO ' content=' delete from version control: BouncingBoxSimulinkProject.slx '/> |
| 17 | <meta name='reference' content='BouncingBoxSimulink.wrl'/> |
| 18 | <meta name='reference' content='MatlabSimulinkBouncingBoxVrmlDemo.mov'/> |
| 19 | <meta name='reference' content=' BouncingBoxSimulinkMatlabVRtoolExample.pdf '/> |
| 20 | <meta name='reference' content='BouncingBoxSimulinkMatlabVRtoolExample.doc'/> |
| 21 | <meta name='reference' content=' MatlabSimulinkX3D-Web3D2015FastForwardChengBrutzman.pdf '/> |
| 22 | <meta name='reference' content=' MatlabSimulinkX3D-Web3D2015FastForwardChengBrutzman.pptx '/> |
| 23 | <meta name='reference' content=' SimulinkX3dPosterChengBrutzman2015May14_letter.pdf '/> |
| 24 | <meta name='reference' content=' SimulinkX3dPosterChengBrutzman2015May14_letter.pptx '/> |
| 25 | <meta name='reference' content=' SimulinkX3dPosterChengBrutzman2015May11_widescreen.pdf '/> |
| 26 | <meta name='reference' content=' SimulinkX3dPosterChengBrutzman2015May11_widescreen.pptx '/> |
| 27 | <meta name='reference' content=' http://www.mathworks.com/help/sl3d/examples/bouncing-ball.html '/> |
| 28 | <meta name='reference' content='http://www.mathworks.com'/> |
| 29 | <meta name='reference' content='http://www.mathworks.com/products/matlab'/> |
| 30 | <meta name='reference' content='http://www.mathworks.com/products/simulink'/> |
| 31 | <meta name='reference' content=' http://www.mathworks.com/products/3d-animation/features.html '/> |
| 32 | <meta name='reference' content='http://www.mathworks.com/examples/3d-animation'/> |
| 33 | <meta name='reference' content=' http://www.mathworks.com/products/3d-animation/videos.html '/> |
| 34 | <meta name='reference' content='http://www.mathworks.com/help/sl3d/index.html#build-virtual-reality-worlds'/> |
| 35 | <meta name='reference' content=' http://www.mathworks.com/help/sl3d/using-cad-models-with-the-simulink-3d-animation-product.html '/> |
| 36 | <meta name='reference' content=' http://www.mathworks.com/help/physmod/sm/mech/vis/visualizing-with-a-virtual-reality-client.html '/> |
| 37 | <meta name='info' content='The accompanying wish list describes how Matlab and Humusoft should improve their support for X3D, instead of using VRML and being many years out of date.'/> |
| 38 | <meta name='reference' content=' https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Matlab/MathworksWishList.txt '/> |
| 39 | <meta name='requires' content='MATLAB R2014B for Simulink animation to work'/> |
| 40 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Matlab/BouncingBoxSimulink.x3d '/> |
| 41 | <meta name='reference' content=' http://web3d.org/pipermail/x3d-public_web3d.org/2014-October/002975.html '/> |
| 42 | <meta name='generator' content='Matlab, http://www.mathworks.org'/> |
| 43 | <meta name='generator' content='X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
| 44 | <meta name='license' content='../license.html'/> |
| 45 | </head> |
| 46 | <Scene> |
| 47 | <WorldInfo title='BouncingBoxSimulink.x3d'/> |
| 48 | <Viewpoint description='Hello Matlab Simulink bouncing box!' orientation='1 0 0 0.942478' position='0 -15 18'/> |
| 49 | <Viewpoint description='Closeup view Simulink bouncing box!' orientation='1 0 0 -0.463648' position='0 6 12'/> |
| 50 | <Background skyColor='0.6 0.784314 1'/> |
| 51 | <NavigationInfo/> |
| 52 | <Transform DEF='BoxTransform' translation='0 0 1'> |
| 53 | <Shape> |
| 54 | <Box/> |
| 55 | <Appearance> |
| 56 | <Material diffuseColor='1 0.419608 0.439216'/> |
| 57 | </Appearance> |
| 58 | </Shape> |
| 59 | </Transform> |
| 60 | <Transform DEF='GroundPlane'> |
| 61 | <Shape> |
| 62 | <Box size='10 10 0.02'/> |
| 63 | <Appearance> |
| 64 | <Material diffuseColor='1 1 1'/> |
| 65 | </Appearance> |
| 66 | </Shape> |
| 67 | </Transform> |
| 68 | </Scene> |
| 69 | </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.
-->