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

No commit message

No commit message
parent 0339b656
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,9 @@ For num In {1:3} ...@@ -87,7 +87,9 @@ For num In {1:3}
General.RotationZ += 0.1; General.RotationZ += 0.1;
Sleep 0.01; // sleep for 0.01 second Sleep 0.01; // sleep for 0.01 second
Draw; // draw the scene Draw; // draw the scene (one could use DrawForceChanged instead to force the
// reconstruction of the vertex arrays, e.g. if changing element
// clipping)
If (num == 3) If (num == 3)
// The `Print' command saves the graphical window; the `Sprintf' // The `Print' command saves the graphical window; the `Sprintf'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment