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-set.vr (wrl ) [ flux / bitmanagement / cortona / octaga ]


  

example slide

extern


  
  #@proto proto-pvl.vr
  #@proto proto-slide.vr
  
  
  <set autoload=off>
  <slideset id=set1 x=-7 z=-14 r=-1.1>
  
  

some text


  
  <slide id=slide-1 color=red>
  <p align=right>text</p>
  <h1 align=center>HI (1)</h1>
  </slide>
  </slideset>
  <interface use=set1 x=4 z=2 scale="0.5 0.5 1"/>
  
  

start


  
  <slideset id=set-2 x=7 z=-14 r=1.1>
  
  

some text


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

some (more) text


  
  <slide color=yellow>
  <p align=right> (more) text</p>
  <p><p>
  <h1 align=center>L E F T</h1>
  </slide>
  
  

another slide


  
  <slide 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>
  
  </slideset>
  <interface use=set-2 x=-4 y=0 z=2 scale="0.5 0.5 1"/>
  
  <keyboard/>
  
  

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