Exemplo n.º 1
0
 public void OnIdle()
 {
     m_mesh.randomize_points(1.0);
     m_mesh.rotate_colors();
     Invalidate();
     UiThread.RunOnIdle(OnIdle);
 }
Exemplo n.º 2
0
 public override void OnIdle()
 {
     m_mesh.randomize_points(1.0);
     m_mesh.rotate_colors();
     force_redraw();
 }