[Patchanim-commit] SF.net SVN: patchanim: [8] trunk/patchanim
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-01-25 04:55:05
|
Revision: 8 http://patchanim.svn.sourceforge.net/patchanim/?rev=8&view=rev Author: dbrosius Date: 2008-01-24 20:55:10 -0800 (Thu, 24 Jan 2008) Log Message: ----------- website collatoral Added Paths: ----------- trunk/patchanim/htdocs/ trunk/patchanim/htdocs/blend.jpg trunk/patchanim/htdocs/index.html trunk/patchanim/htdocs/vbar.gif Added: trunk/patchanim/htdocs/blend.jpg =================================================================== (Binary files differ) Property changes on: trunk/patchanim/htdocs/blend.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html (rev 0) +++ trunk/patchanim/htdocs/index.html 2008-01-25 04:55:10 UTC (rev 8) @@ -0,0 +1,26 @@ +<html> + <head> + <title>PatchAnim - A Bezier Surface based blend animation tool</title> + </head> + <body background> + <div style="position:absolute;top:0;left:0;width:256;height:65535;z-index:1;background-image:url(blend.jpg);"> + </div> + <div style="position:absolute;top:20;left:20;z-index:2;"> + <h1>PatchAnim</h1> + <hr/> + <a href="http://www.sourceforge.net/projects/patchanim">Project Page</a> + <img src="vbar.gif" height="12"/> + <a href="javadoc/index.html">JavaDoc</a> + <hr/> + + <p>Thanks for your interest in PatchAnim.</p> + <p>This tool generates a series of bitmaps that are color blends calculated from bezier surface patch values, where + the z coordinate of the patch corresponds to the color intensity that is rendered at that u,v parameter. + There are three patches available to tailor, one for red, green and blue, each. These three patches are + combined into one blend. A series of these patches can be created, and then the software creates a tween + between them to get a nicely continuous animated blend.</p> + <p><b>This tool is not finished at this time, it is a work in process.</b></p> + <p><b>Look for a java web start link here in the near future.</b></p> + </div> + </body> +</html> Property changes on: trunk/patchanim/htdocs/index.html ___________________________________________________________________ Name: svn:mime-type + text/html Name: svn:eol-style + native Added: trunk/patchanim/htdocs/vbar.gif =================================================================== (Binary files differ) Property changes on: trunk/patchanim/htdocs/vbar.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |