scene


  
  #@proto proto-logo.vr
  
  ##DEF VIEWPOINT Viewpoint {
      ##jump        FALSE
      ##position    0 0 10
      ##orientation 0 1 0 0
      ##description "Initial"
  ##}
  
  NavigationInfo { type ["WALK"] }
  
  DEF background Background { skyColor @sky }                                   
  DEF view Viewpoint { position 0 0 10 }
  
  DEF drop slide-background { whichChoice @drop }
  
  Inline { url "geom-dolphin-tr.vr" }
  
  #@extern extern-proto-dialog-logo.vr
  
  Transform {
  translation 0 0 0
  scale 4 4 4
  children [
  DEF logo dialog-logo { string "" }
  ] }
  
  Transform {
  translation 0 0 0 ## 7
  scale 0.9 0.9 0.9 ## 0.5
  children [
  <template type=dialog/>
  ] }