structure

background

DLP+X3D


DLP


DLP <> X3D


principles

scripting behavior


STEP -- scripting language

reference systems


basic actions


composite operators


interaction


example(s)

example



  script(walk(Agent), ActionList) :-
  ActionList = [
    parallel([turn(Agent,r_shoulder,back_down2,fast),
   	turn(Agent,r_hip,front_down2,fast),
   	turn(Agent,l_shoulder,front_down2,fast),
   	turn(Agent,l_hip,back_down2,fast)]),
    parallel([turn(Agent,l_shoulder,back_down2,fast),
   	turn(Agent,l_hip,front_down2,fast),
   	turn(Agent,r_shoulder,front_down2,fast),
   	turn(Agent,r_hip,back_down2,fast)])
  ], !.
  

STEP


##SpotLight { } #@include steps.vr

END OF EXERCISE powered by DLP

conclusions and future research

PRO

CON

TODO

wasp.cs.vu.nl/step

\small

references