Updates for emission handling.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4050 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2006-04-24 18:08:44 +00:00
parent d2f61ad735
commit e5496065dc
5 changed files with 95 additions and 1 deletions
@@ -59,6 +59,13 @@ public abstract class ModelController extends Controller
Collections.addAll(_animations, anims);
}
/**
* Resolves any textures required by the controller.
*/
public void resolveTextures (TextureProvider tprov)
{
}
/**
* Initializes this controller.
*/