One of the entries has a bad bailout condition. Here is the patch:
Index: ikenaga.frm
===================================================================
--- ikenaga.frm (revision 1612)
+++ ikenaga.frm (working copy)
@@ -71,7 +71,7 @@
IkenagaPwr(XAXIS) { ; from Jon Horner
z = (0,0), c = pixel :
z = z * z * z + z * (c-1) - c ^ p1 ,
- z| <=4
+ |z| <=4
}
IkenagaPwrJul { ; from Jon Horner - asymmetric
--
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
<http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/>
Legalize Adulthood! <http://legalizeadulthood.wordpress.com>
I just noticed that some of the map files have non-power of two entries
in them:
257 altern.map
257 green.map
257 grey.map
257 grid.map
258 landscap.map (last line is empty)
225 goodega.map (last line is empty)
How are these map files supposed to be interpreted?
--
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
<http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/>
Legalize Adulthood! <http://legalizeadulthood.wordpress.com>