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

talk show tell print

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

extern


  
  EXTERNPROTO Nsphere [
     field SFInt32 latitudeLines
     field SFInt32 longitudeLines
     field SFFloat creaseAngle
  ] "@vr-example-nsphere-proto.wrl#Nsphere"
  
  

scene


  
  Background { skyColor [.9 .9 .9] }
  NavigationInfo { type ["EXAMINE", "ANY"] }
  
  Viewpoint { 
     position 0 0 10.891
     orientation 0 0 1 0
     description "front"
  }
  Viewpoint { 
     position 0.028 8.852 5.445
     orientation -1 0 0 1.036
     description "toppish"
  }
  
  

instance 1


  
  Transform {
     translation -2.25 0 0
     children [
        Shape {
           appearance DEF A Appearance {
              material Material {}
              texture ImageTexture { url ["local/images/check.gif"] }
           }
           geometry Nsphere { latitudeLines 5 longitudeLines 5 }
        }
     ]
  }
  
  

instance 2


  
  Transform {
     translation 0 0 0
     children [
        Shape {
           appearance USE A
           geometry Nsphere { latitudeLines 12 longitudeLines 8 }
        }
     ]
  }
  
  

instance 3


  
  Transform {
     translation 2.25 0 0
     children [
        Shape {
           appearance USE A
           geometry Nsphere { latitudeLines 32 longitudeLines 20 }
        }
     ]
  }
  
  


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

draft version 0.3 (17/9/2001)