Added method to fast-forward animations, beginnings of support for model

variants.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4102 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2006-05-08 23:30:07 +00:00
parent bfa0dd1749
commit 8e42599c6d
2 changed files with 34 additions and 4 deletions
@@ -88,7 +88,6 @@ public class ModelMesh extends TriMesh
public void configure (
boolean solid, String texture, boolean transparent, Properties props)
{
_textures = (texture == null) ? null : StringUtil.parseStringArray(
props.getProperty(texture, texture));
_solid = solid;