<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "https://www.web3d.org/specifications/x3d-3.3.dtd">
<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'>
  <head>
    <meta content='BouncingBoxSimulink.x3d' name='title'/>
    <meta content='Bounce a flexible Box up and down by adapting an example from Mathworks Matlab using Simulink for animation.' name='description'/>
    <meta content='Ben Cheng and Don Brutzman' name='creator'/>
    <meta content='Ben Cheng' name='translator'/>
    <meta content='1 October 2014' name='created'/>
    <meta content='20 October 2019' name='modified'/>
    <meta content='BouncingBoxSimulinkLooping.png' name='Image'/>
    <meta content='BouncingBoxSimulink.png' name='Image'/>
    <meta 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.' name='info'/>
    <meta content='BouncingBoxLooping.slx' name='reference'/>
    <meta content='BouncingBoxNoAttenuation.slx' name='reference'/>
    <meta content='delete from version control: BouncingBoxSimulinkProject.slx' name='TODO'/>
    <meta content='BouncingBoxSimulink.wrl' name='reference'/>
    <meta content='MatlabSimulinkBouncingBoxVrmlDemo.mov' name='reference'/>
    <meta content='BouncingBoxSimulinkMatlabVRtoolExample.pdf' name='reference'/>
    <meta content='BouncingBoxSimulinkMatlabVRtoolExample.doc' name='reference'/>
    <meta content='MatlabSimulinkX3D-Web3D2015FastForwardChengBrutzman.pdf' name='reference'/>
    <meta content='MatlabSimulinkX3D-Web3D2015FastForwardChengBrutzman.pptx' name='reference'/>
    <meta content='SimulinkX3dPosterChengBrutzman2015May14_letter.pdf' name='reference'/>
    <meta content='SimulinkX3dPosterChengBrutzman2015May14_letter.pptx' name='reference'/>
    <meta content='SimulinkX3dPosterChengBrutzman2015May11_widescreen.pdf' name='reference'/>
    <meta content='SimulinkX3dPosterChengBrutzman2015May11_widescreen.pptx' name='reference'/>
    <meta content='http://www.mathworks.com/help/sl3d/examples/bouncing-ball.html' name='reference'/>
    <meta content='http://www.mathworks.com' name='reference'/>
    <meta content='http://www.mathworks.com/products/matlab' name='reference'/>
    <meta content='http://www.mathworks.com/products/simulink' name='reference'/>
    <meta content='http://www.mathworks.com/products/3d-animation/features.html' name='reference'/>
    <meta content='http://www.mathworks.com/examples/3d-animation' name='reference'/>
    <meta content='http://www.mathworks.com/products/3d-animation/videos.html' name='reference'/>
    <meta content='http://www.mathworks.com/help/sl3d/index.html#build-virtual-reality-worlds' name='reference'/>
    <meta content='http://www.mathworks.com/help/sl3d/using-cad-models-with-the-simulink-3d-animation-product.html' name='reference'/>
    <meta content='http://www.mathworks.com/help/physmod/sm/mech/vis/visualizing-with-a-virtual-reality-client.html' name='reference'/>
    <meta 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.' name='info'/>
    <meta content='https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Matlab/MathworksWishList.txt' name='reference'/>
    <meta content='MATLAB R2014B for Simulink animation to work' name='requires'/>
    <meta content='https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Matlab/BouncingBoxSimulink.x3d' name='identifier'/>
    <meta content='http://web3d.org/pipermail/x3d-public_web3d.org/2014-October/002975.html' name='reference'/>
    <meta content='Matlab, http://www.mathworks.org' name='generator'/>
    <meta content='X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit' name='generator'/>
    <meta content='../license.html' name='license'/>
  </head>
  <Scene>
    <WorldInfo title='BouncingBoxSimulink.x3d'/>
    <Viewpoint description='Hello Matlab Simulink bouncing box!' orientation='1 0 0 0.942478' position='0 -15 18'/>
    <Viewpoint description='Closeup view Simulink bouncing box!' orientation='1 0 0 -0.463648' position='0 6 12'/>
    <Background skyColor='0.6 0.784314 1'/>
    <NavigationInfo/>
    <Transform DEF='BoxTransform' translation='0 0 1'>
      <Shape>
        <Box/>
        <Appearance>
          <Material diffuseColor='1 0.419608 0.439216'/>
        </Appearance>
      </Shape>
    </Transform>
    <Transform DEF='GroundPlane'>
      <Shape>
        <Box size='10 10 0.02'/>
        <Appearance>
          <Material diffuseColor='1 1 1'/>
        </Appearance>
      </Shape>
    </Transform>
  </Scene>
</X3D>