bezier curves

Read a complex XML (actually not that complex if you have experience)

Omnifox's picture

Hi I need some help XML the question, the commands for a Sprite XY (4) movements from an XML file to read. The coordinates are there together with the time / frame and interp_in = "Bezier" interp_out = "Bezier" Saved.

How do I steer points to the right, at the exact time and from the sound of movement and then go to the arrival of another command.

Thank you in advance Patrick

Interaction Bezier Curve (Composition by gtoledo3)

Author: gtoledo3
License: (unknown)
Date: 2010.07.14
Compatibility: 10.6
Categories:
Required plugins:
(none)

Last night I was looking at OpenProcessing.org and saw this sketch:

http://www.openprocessing.org/visuals/?visualID=8679

and this:

http://en.wikipedia.org/wiki/Bézier_curve

...which inspired me to make this composition.

This composition uses iteration to construct a cubic (three point), or quadratic (four point) curve, and allows one to interact with the points that define the curve path.

It also features a mode to visualize the path, configurable drop shadows for the main curve and/or the point handles, and some other options.

-Added texture variant 4/7/11, removed triangle path viewer from that version.