|
From: <tre...@us...> - 2007-09-28 19:40:07
|
Revision: 458
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=458&view=rev
Author: trevorolio
Date: 2007-09-28 12:40:09 -0700 (Fri, 28 Sep 2007)
Log Message:
-----------
Introducing morphs! Well, some foundations for morphs, anyway.
Added a data data format to save vertex deltas between two obj files, which we will eventually use to interpolate a mesh.
So, someone can tweak a body mesh (e.g. make the nose bigger) and generate a morph file which describes the change.
I still have to make the J3DBodyData read the morphs, arrange them in an ADG, read user prefs for how far to interpolate the morphs, and then apply them to the mesh. And it all needs to be tested and represented in the body editor UI. *whew*
Modified Paths:
--------------
maven/trunk/ogoglio/pom.xml
Modified: maven/trunk/ogoglio/pom.xml
===================================================================
--- maven/trunk/ogoglio/pom.xml 2007-09-28 19:40:06 UTC (rev 457)
+++ maven/trunk/ogoglio/pom.xml 2007-09-28 19:40:09 UTC (rev 458)
@@ -10,9 +10,9 @@
<modules>
<module>../ogoglio-appdev</module>
+ <module>../ogoglio-common</module>
<module>../ogoglio-bodies</module>
<module>../ogoglio-body-editor-applet</module>
- <module>../ogoglio-common</module>
<module>../ogoglio-test-applet</module>
<module>../ogoglio-viewer-applet</module>
<module>../ogoglio-server</module>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|