[Patchanim-commit] SF.net SVN: patchanim: [99] trunk/patchanim/htdocs/index.html
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-02-03 04:20:06
|
Revision: 99
http://patchanim.svn.sourceforge.net/patchanim/?rev=99&view=rev
Author: dbrosius
Date: 2008-02-02 20:20:10 -0800 (Sat, 02 Feb 2008)
Log Message:
-----------
show sample animation
Modified Paths:
--------------
trunk/patchanim/htdocs/index.html
Modified: trunk/patchanim/htdocs/index.html
===================================================================
--- trunk/patchanim/htdocs/index.html 2008-02-03 03:05:27 UTC (rev 98)
+++ trunk/patchanim/htdocs/index.html 2008-02-03 04:20:10 UTC (rev 99)
@@ -21,6 +21,9 @@
<a href="http://en.wikipedia.org/wiki/B%C3%A9zier_surface">Bezier Patches</a>. This sequence of blends is tweened and
animated giving smooth transitions from one blend to another. Blend animations can be outputted to animated gifs, mpegs
or a series of bitmaps.</p>
+ <div style="position:relative;left:100;"><img src="animation.gif"/></div>
+ <p>Unfortunately gif files are 256 images, and so you get some grainyness. Eventually MPeg and APng will be supported to
+ get around this shortcoming</p>
<p>A Cubic Bezier <b>curve</b> is a curve defined by 4 control points. The curve goes thru both end points, and
the curve is influenced by the two middle points. In fact the slope of the curve at the first point is equal to
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|