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

talk show tell print

problem-proto.vr (wrl ) [ flux / bitmanagement / cortona / octaga ]


  
  
  PROTO p1 [
  ]{
  Box {}
  }
  
  PROTO p2 [
  ]{
  Sphere {}
  }
  
  PROTO p3 [
  ]{
  Transform { translation -1 0 0 children [ p1 {} ] }
  Transform { translation 1 0 0 children [ p2 {} ] }
  }
  
  p3 {}
  


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

draft version 0.3 (17/9/2001)