summaryrefslogtreecommitdiff
path: root/src/rect.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-02Move out of subdirLars-Dominik Braun1-1287/+0
2015-02-15CMAP_SIZE can be used when creating the dmap - I had erroneously thought ↵Erik Reckase1-3/+3
that cmap_size was necessary (the apo-corrected number of elements in the palette) git-svn-id: https://flam3.googlecode.com/svn/trunk@153 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15apophysis only uses the bottom 255 elements of the palette (instead of all ↵Erik Reckase1-9/+17
256). In many cases this does not have a noticable effect on images, but in others, the color difference is very striking. the env var 'apo_palette' may be set to 1 in order to render the image in flam3 as it would appear in apophysis. git-svn-id: https://flam3.googlecode.com/svn/trunk@152 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15now multiplies the count by the opacity to allow xform opacity to affect DE ↵Erik Reckase1-2/+2
filter width git-svn-id: https://flam3.googlecode.com/svn/trunk@148 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15changed declaration order to allow windows compilationErik Reckase1-2/+2
git-svn-id: https://flam3.googlecode.com/svn/trunk@20 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15earlyclip mode now uses fuse=100, compatibility mode uses fuse=15Erik Reckase1-2/+6
git-svn-id: https://flam3.googlecode.com/svn/trunk@18 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15When using flam3-animate, a number of render parameters were based on the ↵Erik Reckase1-10/+17
first genome in the file passed in - but things like highlight power should be based on the time to render, not the first genome. Fixed. git-svn-id: https://flam3.googlecode.com/svn/trunk@17 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15Changed 'prepare_xform_fn_ptrs' to 'prepare_precalc_flags' as the old name ↵Erik Reckase1-1/+1
no longer applied. Removed dependency of said function on the random context as it is not used in the function. git-svn-id: https://flam3.googlecode.com/svn/trunk@5 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15Initial commit of early-clip branch of flam3 into google code.Erik Reckase1-0/+1268
git-svn-id: https://flam3.googlecode.com/svn/trunk@3 77852712-ef1d-11de-8684-7d64432d61a3