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

talk show tell print

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


  #VRML v2.0 utf8
  

logo with extern proto

(extern) proto


  EXTERNPROTO aelogo [
  exposedField MFString url          
  exposedField SFVec3f  translation 
  exposedField SFVec3f  scale      
  ][
  "@vr-logo.wrl#logo"
  ]
  
  

instance


  
  aelogo {
  url "@vr-logo.wrl"
  translation 5 -2 0
  }
  
  

background and viewpoint


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


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

draft version 0.3 (17/9/2001)