Created base SceneViewPanel that the editor and viewer apps extend.

Added fringe layer to scenes.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@176 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-08-04 01:41:02 +00:00
parent e52ab9a739
commit 42967815e1
6 changed files with 104 additions and 60 deletions
@@ -1,5 +1,5 @@
//
// $Id: AnimationManager.java,v 1.5 2001/08/02 23:12:19 shaper Exp $
// $Id: AnimationManager.java,v 1.6 2001/08/04 01:41:02 shaper Exp $
package com.threerings.miso.sprite;
@@ -82,7 +82,7 @@ public class AnimationManager implements Interval, PerformanceObserver
_view.invalidateRects(rects);
// update frame-rate information
PerformanceMonitor.tick(AnimationManager.this, "refresh");
//PerformanceMonitor.tick(AnimationManager.this, "refresh");
// refresh the display
_target.paintImmediately(_target.getBounds());