Major revampage to support composited actions that create images that are

exactly big enough to accomodate all of their trimmed components and no
bigger.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1501 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-06-19 23:31:57 +00:00
parent 330767e193
commit 0ddf11ab57
6 changed files with 206 additions and 65 deletions
@@ -1,5 +1,5 @@
//
// $Id: CharacterManager.java,v 1.21 2002/06/14 21:15:31 shaper Exp $
// $Id: CharacterManager.java,v 1.22 2002/06/19 23:31:57 mdb Exp $
package com.threerings.cast;
@@ -199,6 +199,9 @@ public class CharacterManager
int ccount = cids.length;
Colorization[][] zations = descrip.getColorizations();
Log.debug("Compositing action [action=" + action +
", descrip=" + descrip + "].");
// obtain the necessary components
ColorizedComponent[] components = new ColorizedComponent[ccount];
for (int i = 0; i < ccount; i++) {