Skip to content
Snippets Groups Projects
Commit 7d07cc81 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 4e582d1e
No related branches found
No related tags found
No related merge requests found
......@@ -2,16 +2,23 @@
General.Trackball = 0;
General.Rotation0 = 0 ;
General.Color.Background = White ;
General.Color.ForeGround = Red ;
Post.View[0].IntervalsType = 2 ;
Post.View[0].Raise = {0,0,0.1} ;
For(1:300)
General.Rotation0 ++ ;
General.Rotation0 += 10 ;
General.Rotation1 = General.Rotation0 / 3 ;
Post.View[0].TimeStep +=
(Post.View[0].TimeStep < Post.View[0].NbTimeStep-1) ? 1 : 0 ;
Sleep 0.3;
Post.View[0].Raise -= {0,0,0.01} ;
Sleep 0.1;
Draw;
EndFor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment