summaryrefslogtreecommitdiff
path: root/src/flam3.h
AgeCommit message (Collapse)AuthorFilesLines
2015-05-02Move out of subdirLars-Dominik Braun1-691/+0
2015-02-15moved #defines from filters.h to flam3.h so that they can be used by ↵Erik Reckase1-0/+23
external programs git-svn-id: https://flam3.googlecode.com/svn/trunk@162 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15in some circumstances, temporary files are not created as they are supposed ↵Erik Reckase1-1/+1
to (windows tries to create it in a place protected by Admin.) We need to be able to try to create them in the location pointed to by the TEMP env var. Note that this is not threadsafe, but it's unlikely to cause a problem at the moment. git-svn-id: https://flam3.googlecode.com/svn/trunk@154 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15added mobius variation (the one with 8 params, eralex's).Erik Reckase1-1/+8
git-svn-id: https://flam3.googlecode.com/svn/trunk@151 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15last minute change, added flam3_print_to_string to exportsErik Reckase1-1/+1
git-svn-id: https://flam3.googlecode.com/svn/trunk@23 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15Added flux variation.Erik Reckase1-1/+5
git-svn-id: https://flam3.googlecode.com/svn/trunk@15 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15changed flam3_colorhist to take a random context as an argument rather than ↵Erik Reckase1-1/+1
creating a new one each time. Also optimized the loop to only generate the precalc flags once and create the xform distrib array once. git-svn-id: https://flam3.googlecode.com/svn/trunk@6 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15Initial commit of early-clip branch of flam3 into google code.Erik Reckase1-0/+657
git-svn-id: https://flam3.googlecode.com/svn/trunk@3 77852712-ef1d-11de-8684-7d64432d61a3