Skip to content

Version 1.0.9.3

Latest
Compare
Choose a tag to compare
@hrkalona hrkalona released this 01 Oct 15:19
e1a59c0

-Added Mandelbar Cubed and z = 2*z^2 - z^3 + c and implemented perturbation theory for both of them
-Improved the Mariani/Silver algorithm by adding a work-stealing ability between threads to equalize the work
-Added a rectangle splitting method for some of the rendering algorithms in order to equalize the work between threads
-Added a new filter Quad-Tree which simulates the effects of image compression
-Implemented an alternative mip bla technique based on Zhuoran's approach
-Added some extra task statistic graphs
-Added some new rendering pattern techniques based on space filling curves
-Added aspect ratio option on image size
-Renamed Image Expander as Minimal Renderer
-Bug fixes and stability changes.