Skip to content

Commit 5280901

Browse files
fix accents
1 parent 6d0c7ee commit 5280901

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2>News</h2>
5656
<p><a href="http://www.vimeo.com/3064680">WiiWhorld Explained</a> features the creators of WiiWhorld in lab coats, explaining what WiiWhorld is and how to use it. Somehow "Dr. Who" comes to mind. In the words of one viewer, "Hilarious, awesome, nerdy, scientific, informative, and right on!"
5757

5858
<p><b>Apr 6, 2008</b>
59-
<p>Whorld 1.7 is available for <a href="download.html">download</a>. This is the version you need for <a href="http://youtube.com/watch?v=bw1bHVPHk_g">WiiWhorld</a>! It adds <a href="help.php?topic=Help/Parameters/Global_Parameters.htm">global parameters</a> which affect all rings at once, plus new Bézier curve parameters, and important bug fixes; for details, see the <a href="relnotes.html">release notes</a>. Similarly enhanced versions of the Freeframe plugins are also available for download: WhorldFF 1.3 and UltraWhorld 1.1.
59+
<p>Whorld 1.7 is available for <a href="download.html">download</a>. This is the version you need for <a href="http://youtube.com/watch?v=bw1bHVPHk_g">WiiWhorld</a>! It adds <a href="help.php?topic=Help/Parameters/Global_Parameters.htm">global parameters</a> which affect all rings at once, plus new B&eacute;zier curve parameters, and important bug fixes; for details, see the <a href="relnotes.html">release notes</a>. Similarly enhanced versions of the Freeframe plugins are also available for download: WhorldFF 1.3 and UltraWhorld 1.1.
6060

6161
<p><b>Mar 23, 2008</b>
6262
<p>Chris Korda (developer of Whorld and <a href="http://ffrend.sourceforge.net/">FFRend</a>) and <a href="http://www.beatfix.com">Jeff Mission</a> have been working on a project to control real-time, generative geometric visuals with the ever-popular Nintendo Wiimote. The project is called WiiWhorld, and a <a href="http://youtube.com/watch?v=bw1bHVPHk_g">WiiWhorld demo video</a> is now available.

docs/relnotes.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ <h3>2.0.18 &emsp;<small>04/24/2025</small></h3>
4848

4949
<h3>1.7.06 &emsp;<small>04/06/2008</small></h3>
5050

51-
Whorld 1.7.06 adds global parameters which affect all rings at once. This version also adds two new Bézier curve parameters, and fixes some important bugs.
51+
Whorld 1.7.06 adds global parameters which affect all rings at once. This version also adds two new B&eacute;zier curve parameters, and fixes some important bugs.
5252

5353
<ol>
5454
<li>In previous versions, changing a geometry parameter (e.g. Star Factor) only affected new rings. This behavior was essential for creating interesting patches, but it wasn't good for live control, because it introduced a long delay between changing a parameter and seeing any significant change in the output. Most of the geometry parameters now have a global version which affects all existing rings at once. The global parameters are accessed in the Parameters dialog (View/Parameters) by selecting Edit/Global Params.
5555

56-
<li>In previous versions, Bézier curves were always symmetrical. This version adds two new geometry parameters, called Even Shear and Odd Shear, which allow you to create asymmetrical Bézier curves. The two curve points at each vertex are normally equidistant from the vertex; Shear varies the ratio of these two distances. Even Shear affects even vertices, while Odd Shear affects odd ones. Note that Even Shear does nothing if Even Curve is zero, and Odd Shear does nothing if Odd Curve is zero.
56+
<li>In previous versions, B&eacute;zier curves were always symmetrical. This version adds two new geometry parameters, called Even Shear and Odd Shear, which allow you to create asymmetrical B&eacute;zier curves. The two curve points at each vertex are normally equidistant from the vertex; Shear varies the ratio of these two distances. Even Shear affects even vertices, while Odd Shear affects odd ones. Note that Even Shear does nothing if Even Curve is zero, and Odd Shear does nothing if Odd Curve is zero.
5757

5858
<li>In previous versions, the Movie Export's codec setting was not saved, which meant the codec had to be reselected (and possibly reconfigured) for every export. Fixed.
5959

@@ -65,7 +65,7 @@ <h3>1.7.06 &emsp;<small>04/06/2008</small></h3>
6565

6666
<li>In previous versions, moving the origin via MIDI hid the cursor, which was a serious problem in dual-monitor mode. Fixed.
6767

68-
<li>In previous versions, Bézier curves could be unstable due to round-off error, particularly when Star Factor was negative and Pinwheel was non-zero. Fixed.
68+
<li>In previous versions, B&eacute;zier curves could be unstable due to round-off error, particularly when Star Factor was negative and Pinwheel was non-zero. Fixed.
6969

7070
<li>Panic (Window/Panic or Esc) now clears the screen.
7171

@@ -259,7 +259,7 @@ <h2>Whorld Freeframe plugin</h2>
259259

260260
<h3>1.3.00</h3>
261261

262-
<p>This release makes the plugin compatible with version 1.7 of the Whorld application. It adds two new Bézier curve parameters, and fixes a bug that made curves unstable in certain cases; see the application release notes for details.
262+
<p>This release makes the plugin compatible with version 1.7 of the Whorld application. It adds two new B&eacute;zier curve parameters, and fixes a bug that made curves unstable in certain cases; see the application release notes for details.
263263

264264
<h3>1.2.00</h3>
265265

@@ -286,7 +286,7 @@ <h3>1.1.03</h3>
286286
<p>This is a maintenance release; it fixes a bug that occurs when curved rings are skewed. This bug was also fixed in version 1.5.12 of the Whorld application.
287287

288288
<ol>
289-
<li>In previous versions, if the Skew parameter was combined with Bézier curves, the rings would be unexpectedly distorted. The curve points were being calculated using the unskewed origin, which caused the curvature to differ at each vertex. Since the asymmetry was proportional to the amount of skew, large skew values would give the rings a squashed appearance. This is fixed; the Skew parameter now behaves as expected. Note that this fix potentially changes the behavior of existing patches that combine skew with curves.
289+
<li>In previous versions, if the Skew parameter was combined with B&eacute;zier curves, the rings would be unexpectedly distorted. The curve points were being calculated using the unskewed origin, which caused the curvature to differ at each vertex. Since the asymmetry was proportional to the amount of skew, large skew values would give the rings a squashed appearance. This is fixed; the Skew parameter now behaves as expected. Note that this fix potentially changes the behavior of existing patches that combine skew with curves.
290290
</ol>
291291

292292
<h3>1.1.01</h3>

0 commit comments

Comments
 (0)