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

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


  

example slide

extern


  
  #@proto proto-slide.vr
  #@proto proto-slide-pvl-begin.vr
  
  

some text


  
  <slide toc=toc color=red>
  <p align=right>text</p>
  <h1 align=center>HI</h1>
  </slide>
  
  

some (more) text


  
  <slide toc=toc color=yellow>
  <p align=right> (more) text</p>
  <h1 align=center>HI</h1>
  </slide>
  
  

another slide


  
  <slide toc=toc color=gold id=x-slide>
  <channel r=0.5 id=ch-1 color=blue w=8 h=5>
  <ul>
  <li> there is one thing </li>
  <li> and another </li>
  </ul>
  
  

animator


  
  <object>
  DEF time TimeSensor { loop TRUE cycleInterval 5 }
  DEF orient OrientationInterpolator {
  key [ 0 0.5 1 ]
  keyValue [ 0 1 0 0.5 , 0 1 0 0  ,0 1 0 0.5 ]
  }
  
  ROUTE time.fraction TO orient.fraction
  ROUTE orient.value TO ch-1.rotation
  </object>
  </channel>
  </slide>
  
  #@proto proto-slide-pvl-end.vr
  

[] 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 _

(C) A. Eliëns 9/8/2006

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.