forked from mirror-github-bspeice/flam3
Changed 'prepare_xform_fn_ptrs' to 'prepare_precalc_flags' as the old name 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
This commit is contained in:
committed by
Scott Draves
parent
52c9c10b8e
commit
9e40cff938
+1
-1
@@ -133,7 +133,7 @@ void supershape_precalc(flam3_xform *xf);
|
||||
void wedgeJulia_precalc(flam3_xform *xf);
|
||||
|
||||
void xform_precalc(flam3_genome *cp, int xi);
|
||||
int prepare_xform_fn_ptrs(flam3_genome *, randctx *);
|
||||
int prepare_precalc_flags(flam3_genome *);
|
||||
|
||||
int apply_xform(flam3_genome *cp, int fn, double *p, double *q, randctx *rc);
|
||||
void initialize_xforms(flam3_genome *thiscp, int start_here);
|
||||
|
||||
Reference in New Issue
Block a user