home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 2001 May / cd49www.iso / prez / chwile_www / chwile / panorama3d / panorama_2_sphere.ivr < prev    next >
Text File  |  2000-02-28  |  692b  |  30 lines

  1. #VRML V2.0 utf8
  2.  
  3. EXTERNPROTO Vista [
  4.     exposedField    SFString    type
  5.     exposedField    MFNode        texture
  6.     exposedField    MFVec2f        vFov
  7.     exposedField    MFVec2f        hFov
  8.     exposedField    SFVec2f        pitchRange
  9.     exposedField    SFVec2f        yawRange
  10.     exposedField    SFVec2f        zoomRange
  11.     exposedField    MFColor        groundColor
  12.     exposedField    MFFloat        groundRange
  13.     exposedField    MFColor        skyColor
  14.     exposedField    MFFloat        skyRange
  15.  
  16.     eventOut    SFVec2f    clickPt
  17.     eventOut    SFVec2f    overPt
  18.     eventOut    SFBool    isBound
  19.     eventIn        SFBool    set_bind
  20. ] "http://www.livepicture.com/proto/vistaproto15.wrl#Vista"
  21.  
  22. NavigationInfo {
  23.     type "VISTA"
  24.     headlight FALSE
  25. }
  26.  
  27. Vista {
  28.     texture ImageTexture { url "panorama_2_sphere.jpg" }
  29. }
  30.