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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user