From 1030dc837b10a03a02a85d5504cbeec168ce49e2 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Mon, 03 May 2010 21:53:47 +0000 Subject: Import XaoS r489 (trunk after version 3.5) --- (limited to 'tutorial/incolor.xaf') diff --git a/tutorial/incolor.xaf b/tutorial/incolor.xaf new file mode 100644 index 0000000..ed49046 --- /dev/null +++ b/tutorial/incolor.xaf @@ -0,0 +1,139 @@ +; XaoS features overview by Jan Hubicka +; Version 1.0 done for XaoS 3.0 in July 1997 +; Use xaos -play to see it :) +(load "head.xhf") +(textposition 'center 'middle) +(clearscreen) +(message "incolor1") +(textsleep) +(clearscreen) +(message "incolor2") +(textsleep) +(clearscreen) +(message "incolor3") +(textsleep) +(clearscreen) +(message "incolor4") +(textsleep) +(display) +(clearscreen) +(message "zmag") +(textsleep) +(display) + +(defaultpalette 0) +(formula 'mandel) +(fastjulia #f) +(cycling #f) +(periodicity #t) +(autorotate #f) +(maxiter 170) +(outcoloring 0) +(incoloring 1) +(plane 0) +(view -0.75 0 2.5 2.5) +(usleep 2000000) + + +(palette 1 908613446 0) +(formula 'octal) +(fastjulia #f) +(cycling #f) +(periodicity #t) +(autorotate #f) +(maxiter 170) +(outcoloring 0) +(incoloring 1) +(plane 0) +(view 0.0055066 0.0073919 0.53036 0.53036) +(usleep 2000000) + +(palette 1 1374335931 0) +(formula 'mandel3) +(fastjulia #f) +(cycling #f) +(periodicity #t) +(juliaseed 0.51635174418604654479 -0.47500000000000003054) +(autorotate #f) +(maxiter 170) +(outcoloring 7) +(incoloring 1) +(julia #t) +(plane 0) +(view 0.29424 -0.50094 0.2024 0.2024) +(usleep 2000000) + +(palette 1 1296014835 0) +(formula 'mandel) +(fastjulia #f) +(cycling #f) +(periodicity #t) +(angle 206) +(autorotate #f) +(maxiter 170) +(outcoloring 0) +(incoloring 1) +(plane 0) +(view 0.11921 0.61908 0.12714 0.12714) +(usleep 2000000) + +(palette 1 1296014835 0) +(formula 'barnsley) +(fastjulia #f) +(cycling #f) +(periodicity #t) +(juliaseed 0.99818082191979386436 0.0070950445135695779271) +(autorotate #f) +(maxiter 170) +(outcoloring 0) +(incoloring 1) +(plane 3) +(view 1.122 0.01506 5.317 5.317) +(usleep 2000000) + +(palette 1 1296014835 0) +(formula 'barnsley) +(fastjulia #f) +(cycling #f) +(periodicity #t) +(juliaseed 0.99818082191979386436 0.0070950445135695779271) +(angle -278) +(autorotate #f) +(maxiter 51) +(outcoloring 0) +(incoloring 1) +(plane 2) +(view -1.669 -0.2679 5.317 5.317) +(usleep 2000000) + +(palette 1 2075544141 0) +(formula 'barnsley) +(fastjulia #f) +(cycling #f) +(periodicity #t) +(juliaseed 1.0193608855903043253 -0.12168203319766217848) +(angle -91.6) +(autorotate #f) +(maxiter 33) +(outcoloring 0) +(incoloring 1) +(plane 0) +(view 0.49 -0.1048 1.093 1.093) +(usleep 2000000) + +(palette 1 178743984 0) +(formula 'barnsley) +(fastjulia #f) +(cycling #f) +(periodicity #t) +(juliaseed 0.0033200691478789011099 1.1344324381483784749) +(autorotate #f) +(maxiter 14) +(outcoloring 0) +(incoloring 1) +(plane 1) +(view 0.1426 -0.07279 4.545 4.545) +(usleep 2000000) + +(load "head.xhf") +(load "innew.xhf") -- cgit v0.9.1