Welcome, Guest. Please login or register.

Author Topic: MainActor Broadcast Questions.....  (Read 1421 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show all replies
Re: MainActor Broadcast Questions.....
« on: February 16, 2018, 06:07:19 PM »
ANIM file formats only store the changes since the previous draw to that buffer.  That means on a double buffered display, it stores the changes from 2 frames back.  If the anim remains unchanged since 4 frames back (60/4=15) the intermediate 3 frames that are unchanged take almost no memory except audio frames.  Does that seem acceptable to you?