Real-Time Computer Graphics Animation Project

Tomas Jonasson,Henrik Olander
Abstract:For animation (dynamic scenes) the pictures need to be generated on the screen within a limited rate. The minimum rate lies at 30 frames per second otherwise a human eye dose not perceive a smooth movement. Mostly the application of the animation allows one to precalculate the subsequent images. For this applications the rendering time is not of great importance. For application where we do not know the next image in advance precalculation is impossible, examples include the virtual reality area (e.g. flight simulators, and other interactive applications).Thus for these applications we have to render the image within the required frame rate of 30/second. This is the field of real-time graphics animation for which we need basically to things: Aguarantee that the image is really rendered within 1/30 of a second. Optimize the utilization of the time available for the image to render.
Computer Science
What problem does this paper attempt to address?