fixing button

pull/63/head
Patricio Gonzalez Vivo 8 years ago
parent d72f15fc78
commit 08cd1f523c

@ -63,7 +63,7 @@ Note how each in each octave the noise seams to have more detail. Also note the
The following code is an example of how fBm could be implemented on two dimensions.
<div class="codeAndCanvas" data="2d-fbm.frag"></div>
<div class='codeAndCanvas' data='2d-fbm.frag'></div>
* Reduce the numbers of octaves by changing the value on line 37
* Modify the lacunarity of the fBm on line 47

@ -59,7 +59,7 @@
$shadersTotal += 3;
}
if ($shadersTotal > 3) {
if (count($shaders) > 3 or $shadersTotal > 3) {
echo '<p class="more"><a href="/examples/?chapter='.$chp.'">more</a></p>';
}
}

Loading…
Cancel
Save