27 Jun
2010
27 Jun
'10
7:33 p.m.
OK, I should have looked at stopmsg.txt first. Apparently negative powers with the ^ operator now require parenthesis and the reset= value wasn't completely backwards compatible. Change this: frm:neon {; Jim Muth z=c=pixel: z=z^1.045+(.02*z^-2)+c, |z| <= 100 } to this: frm:neon {; Jim Muth z=c=pixel: z=z^1.045+(.02*z^(-2))+c, |z| <= 100 } and it renders as expected. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download <http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/> Legalize Adulthood! <http://legalizeadulthood.wordpress.com>