Added ability to quantize animations to a set of preskinned meshes.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4172 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2006-06-06 01:37:34 +00:00
parent cd8c665cf5
commit e3f54a52bb
5 changed files with 167 additions and 5 deletions
@@ -342,6 +342,12 @@ public class ModelMesh extends TriMesh
}
}
// documentation inherited from interface ModelSpatial
public void setAnimationFrame (int frameId)
{
// no-op
}
// documentation inherited from interface ModelSpatial
public void writeBuffers (FileChannel out)
throws IOException