Ticket #109 (closed enhancement: fixed)

Opened 3 years ago

Last modified 2 years ago

anim-loader

Reported by: clayasaurus Assigned to: clayasaurus
Priority: major Milestone: 0.4 Graphics Release
Component: graphics Version: svn
Keywords: Cc:

Description

  • 2D sprite sheet animation loader
  • Take an image, return an array of animation
  • animation being defined as an array of Textures
  • These Textures can then be used for Sprite, GUI, scenegraph, etc. User must interface with desired code

Change History

11/06/09 15:51:39 changed by clayasaurus

  • status changed from new to closed.
  • resolution set to fixed.

I was just quickly able to get this functionality in as arc.x.texturemaploader and the example examples\texturemaploader .

From my testing, it seems to work!