The first steps toward supporting shadows and cropping in the character

compositing system. These changes will not affect systems (like Yohoho) that
don't use said features.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3729 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-10-13 00:00:33 +00:00
parent bd7c2caab9
commit b7e6480b6f
6 changed files with 128 additions and 41 deletions
@@ -46,6 +46,10 @@ public class CompositedActionFrames
public ActionFrames frames;
public ActionFrames shadowFrames;
public ActionFrames cropFrames;
public String toString () {
return ccomp + ":" + frames;
}