ikarus Posted June 1, 2010 Share Posted June 1, 2010 ive been digging through some coding resources as i aim to make a custom fractal generator in vops/vex and i came upon a call in the mandelbrot vop which had the function "vop_mod" but i haven't seen anything in documentation as to what it is. it appears 3 times in the mandelbrot vop and possibly other places ss = vop_mod(ss, 1.0); tt = vop_mod(tt, 1.0); amount = vop_mod(amount/10.0, 1.0); anyone have some insight into this function? Quote Link to comment Share on other sites More sharing options...
ikarus Posted June 1, 2010 Author Share Posted June 1, 2010 hah its just a buried modulus function, much simpler than i thought it was Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.