#VRML V2.0 utf8 #Screen IMob - Created by MGI Photovista 3D Objects DEF LP_ScreenIMob Group { children [ DEF LP_ScreenIMobSensor IMobSensor { type "SPHERE" quantization [1, 36, 1] range [-90.0000, 90.0000, 0.0000, 360.0000, 0.0000, 0.0000] defaultView [0.0000, 0.0000, 0.0000] screenIMob TRUE }, Shape { geometry DEF LP_IMobElement ScreenElement { width 320 height 240 } appearance Appearance { texture DEF LP_ScreenIMobTexture SlideShowTexture { url "phat-cycles-24-7.jpg" frameWidth 320 frameHeight 240 chromaKey 0.7529 0.7529 0.7529 padded FALSE } material Material { diffuseColor 0.7529 0.7529 0.7529 } } }, Shape { geometry ScreenElement { layer 1 width 5000 height 5000 } appearance Appearance { material Material { diffuseColor 0.7529 0.7529 0.7529 } } } ] } ROUTE LP_ScreenIMobSensor.currentFrame_changed TO LP_ScreenIMobTexture.set_currentFrame ROUTE LP_ScreenIMobSensor.zoomIn TO LP_IMobElement.zoomIn ROUTE LP_ScreenIMobSensor.zoomOut TO LP_IMobElement.zoomOut ROUTE LP_ScreenIMobSensor.panImage TO LP_IMobElement.panImage