Web3D/VRML
[] readme course preface 1 2 3 4 5 6 7 reference examples resources

talk show tell print

logo.vr (wrl ) [ flux / bitmanagement / cortona / octaga ]


  

logo

logo


  PROTO logo [ 
  exposedField MFString url             [ "index.html" ]
  exposedField SFVec3f     translation  0 0 0
  exposedField SFVec3f     scale            1 1 1
  ]{
  
  
  Transform {
  translation IS translation
  scale IS scale
  children [
  
  
  Anchor {
  url IS url
  children [
          Shape {
                     geometry Sphere { } ## default
                     appearance Appearance {
                          texture ImageTexture {
                                  ##loop TRUE
                                  url "@blaxxun.gif"
                          }
                  }
             }
  ] } ## end Anchor
  
  
  Transform { translation 0 -0.8 1.1 
   children [ Text { string "AE" } ]  }
  
  ] } ## end Transform
  }   ## end PROTO
  
  

instance


  
  logo {
  url "index.html"
  translation 5 -2 0
  }
  
  

background and viewpoint


  
  Viewpoint { position 0 0 10 }
  Background { skyColor 0.2 0.5 0.5 }
  
  


[] readme course preface 1 2 3 4 5 6 7 reference examples resources
eliens@cs.vu.nl

draft version 0.3 (17/9/2001)