|
From: <tre...@us...> - 2007-09-27 18:06:54
|
Revision: 450
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=450&view=rev
Author: trevorolio
Date: 2007-09-27 11:06:58 -0700 (Thu, 27 Sep 2007)
Log Message:
-----------
Halfway through a grand avatar rewhack.
In this half I switch over to using downloadable wadges of avatar data instead of in-jar resources for avatar data.
Removed the GeomtryProvider interface, which is now replaced by TemplateDataProvider and BodyDataProvider interfaces which are used to fill the J3DDataManager with cached versions of all network accessed resources. This allows us to control memory usage, but also (eventually) reduces our memory footprint as we only make copies of data which is avatar specific.
Modified Paths:
--------------
maven/trunk/ogoglio/pom.xml
Modified: maven/trunk/ogoglio/pom.xml
===================================================================
--- maven/trunk/ogoglio/pom.xml 2007-09-27 18:06:53 UTC (rev 449)
+++ maven/trunk/ogoglio/pom.xml 2007-09-27 18:06:58 UTC (rev 450)
@@ -10,6 +10,7 @@
<modules>
<module>../ogoglio-appdev</module>
+ <module>../ogoglio-bodies</module>
<module>../ogoglio-body-editor-applet</module>
<module>../ogoglio-common</module>
<module>../ogoglio-test-applet</module>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|