Separated path code from sprite code so that we can have other things

follow a path (specifically, I want to allow the media panel to be
"scrolled" along a path).


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1409 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-05-31 03:38:03 +00:00
parent f448ebe4f1
commit ccbc47a7de
12 changed files with 133 additions and 122 deletions
@@ -1,5 +1,5 @@
//
// $Id: SceneView.java,v 1.27 2002/04/23 01:18:17 mdb Exp $
// $Id: SceneView.java,v 1.28 2002/05/31 03:38:03 mdb Exp $
package com.threerings.miso.scene;
@@ -8,7 +8,7 @@ import java.awt.Point;
import java.awt.Rectangle;
import java.awt.event.MouseEvent;
import com.threerings.media.sprite.Path;
import com.threerings.media.util.Path;
/**
* The scene view interface provides an interface to be implemented by