From 7d07cc812713e65df124e557106331c9d46e4fbb Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 7 Dec 2000 09:29:11 +0000 Subject: [PATCH] *** empty log message *** --- examples/animation.geo | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/examples/animation.geo b/examples/animation.geo index 27cfc101b8..5e63801fb9 100644 --- a/examples/animation.geo +++ b/examples/animation.geo @@ -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 -- GitLab