RE: animation

Valery Fine (fine@bnl.gov)
Mon, 10 May 1999 13:29:34 -0400


>
> Hi everyone,
>
> Could anyone suggest how to implement this sort of animation
> with ROOT?
>
Hello Fedor,

Could check test/Aclock.cxx and test/Hello.cxx
Good and sophisticated example of the animation
Just try to make those classes and them

root/test> make (or Nmake if you on Windows machine)
root/test> root
root[0] gSystem->Load("Aclock")
root[1] Aclock a;

Enjoy,
Hope this helps
Valery