Up to Pisces Online Documentation

Animate Level Sets

Overview

The Animation panel allows users with interactive output devices (Like CanvasWindows and Geomview) to see a sequence of level sets.

How it works

The animation is created by the following method...
  1. The step size is computed by taking the difference between Ending Value and Starting Value and dividing it by the Number of Steps.
  2. The value of the Parameter to Animate is saved.
  3. The value of the Parameter to Animate is set to the Starting Value.
  4. The Algorithm is called to render the level set.
  5. The Parameter to Animate is incremented by step size.
  6. If the value of Parameter to Animate is less then or equal to the Ending Value then goto step 4.
  7. The value of the Parameter to Animate is restored.

Controlling Animate from Pisces


The Animation panel has the following fields... To see the animation press the Go button. At any time after that during the animation you may stop it by pressing the Interrupt button which replaced the Go button for the duration of the animation.

Known Bugs

The menu's in the Animation Control panel do not change when the model is changed. The result is that the panel must be closed and reopened before the correct list of parameters is avialable. In addition, the currenly selected parameter must be reselected as it is not reset when the panel is reopened. This whole mess will be fixed when a model change callback is implemeted correctly.

In addition there is not check to make sure that the algorithm will work with the given model. This flaw is not specific to the Animation panel but does affect it's operation.

Bug Reports

software@geom.umn.edu

Implemented By

The fantastic Metrodome of Minneapolis. Popup menu's added by Golden Boy John and Erik of Streed

Acknowledgements

Rick Wicklin holds some of the blame. He made us do these things.
[Pisces] The Pisces Home Page

[HOME] The Geometry Center Home Page

Comments to: pisces@geom.umn.edu
Created Tuesday Auguest 1, 1995 by Erik Streed
Last Modified: August 1, 1995
Copyright © 1995 by The Geometry Center, all rights reserved.