home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / graphics / animatio / 1394 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.1 KB  |  34 lines

  1. Newsgroups: comp.graphics.animation
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!nobody
  3. From: dave@hyla.hyla.biosci.missouri.edu (Dave Zaloz)
  4. Subject: What kind of animation is this?
  5. Sender: nobody@ctr.columbia.edu
  6. Organization: J. Random Misconfigured Site
  7. Date: Mon, 21 Dec 1992 13:18:13 GMT
  8. Message-ID: <1992Dec21.131813.16732@sol.ctr.columbia.edu>
  9. X-Posted-From: hyla.biosci.missouri.edu
  10. NNTP-Posting-Host: sol.ctr.columbia.edu
  11. Lines: 21
  12.  
  13. Aloha.
  14.  
  15. I have a program which:
  16.  
  17.     reads a text file of animation data.
  18.     the text file is in the format of:
  19.         
  20.         for each frame
  21.             for each element in the frame
  22.                 list the element type (line, circle,  
  23. rectangle).
  24.                 list the coordinates of the element.
  25.  
  26.  
  27. Thus, the animation sequence is to open the text file, draw each element  
  28. for each frame, clear the screen, go to the next frame.
  29.  
  30. I'm curious as to what kind of animation this would be considered as.  It  
  31. isn't bitblt.  It acts like real time animation, in that it draws each of  
  32. the elements in real time.  It acts like frame animation, but it doesn't  
  33. store each frame in RAM.  Anybody out there have a name for the beast?
  34.