|
From: <tre...@us...> - 2007-10-15 19:10:27
|
Revision: 502
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=502&view=rev
Author: trevorolio
Date: 2007-10-15 12:10:23 -0700 (Mon, 15 Oct 2007)
Log Message:
-----------
Switched the body editor applet to just show the 3D, with editing functions exposed to the page via LiveConnect.
Made body.html use the new functions to display morph controls, animation triggers, and a save button.
Hopefully we will avoid future use of applets for any 2D controls.
Modified Paths:
--------------
maven/trunk/ogoglio-integration-test/src/test/java/com/ogoglio/client/test/BodyAppletTestWindow.java
Modified: maven/trunk/ogoglio-integration-test/src/test/java/com/ogoglio/client/test/BodyAppletTestWindow.java
===================================================================
--- maven/trunk/ogoglio-integration-test/src/test/java/com/ogoglio/client/test/BodyAppletTestWindow.java 2007-10-15 19:10:20 UTC (rev 501)
+++ maven/trunk/ogoglio-integration-test/src/test/java/com/ogoglio/client/test/BodyAppletTestWindow.java 2007-10-15 19:10:23 UTC (rev 502)
@@ -34,7 +34,7 @@
public class BodyAppletTestWindow extends Frame {
- Dimension appDimension = new Dimension(800, 620);
+ Dimension appDimension = new Dimension(300, 420);
public BodyEditorApplet applet = null;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|