media @ VU
[] readme course preface I 1 2 II 3 4 III 5 6 7 IV 8 9 10 V 11 12 afterthoughts appendix references examples resources _

talk show tell print

web3d-problem-hud.vr

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


  

heads-on display (HUD)

Web3D/VR

extern proto


  
  EXTERNPROTO Layer3D[
          exposedField SFVec3f bboxSize
          exposedField SFVec3f bboxCenter
          eventIn MFNode addChildrenLayer
          eventIn MFNode removeChildrenLayer
          exposedField MFNode childrenLayer
          exposedField SFVec2f translation
          exposedField SFInt32 depth
          exposedField SFVec2f size
          exposedField SFNode background
          exposedField SFNode fog
          exposedField SFNode navigationInfo
          exposedField SFNode viewpoint
          exposedField MFNode children
          eventIn MFNode addChildren
          eventIn MFNode removeChildren
          ]
  ["urn:inet:blaxxun.com:node:Layer3D","<a href=http://www.blaxxun.co>/vrml/protos/nodes.wrl#Layer3D","nodes.wrl#Layer3D"]  
  
  

layer


  
  Background { skyColor 0 0 0 }
  
  DEF layer Layer3D
  { 
     depth -100
     translation 0.5 0.5
     size 0.4 0.4
  
     background Background { skyColor [ 0 1 1 ] }
     viewpoint Viewpoint { position 0 0 10 }
     children [
                  DEF inline Inline { url "@talk-2.wrl" }
                  ]
  }
  
  Sphere {}
  
  


(C) A. Eliëns 21/5/2007

You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.