Logo by Trifox - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Did you know ? you can use LaTex inside Postings on fractalforums.com!
 
*
Welcome, Guest. Please login or register. April 19, 2024, 02:12:30 PM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Mandelbulber 0.97  (Read 3664 times)
0 Members and 1 Guest are viewing this topic.
Buddhi
Fractal Iambus
***
Posts: 895



WWW
« on: November 28, 2010, 06:03:38 PM »

Mandelbulber 0.97 - for Linux x86, Linux x64 and Win32

Open source program (GNU GPL) for rendering photo-realistic 3D fractals

Free download: http://sourceforge.net/projects/mandelbulber/

Website: http://sites.google.com/site/mandelbulber/

New features in version 0.97:
- Improved rendering of timeline thumbnails. Now thumbnails show what exactly will be rendered during animation rendering.
- Added refresh button in timeline window
- Added rendering of interiors of fractals (Interior mode). When it's enabled the fractal is rendered as a thin crust (unfortunately rendering is very slow  sad )
- Added edit fields for changing distance of minimum and maximum distance of view
- Improved accuracy of raymarching
- After image rendering there is visible "failed DE" value on progress bar. This value informs how many oversteppings were occurred during rendering.
- Added "Fractal constant factor" which modifies constant value in all fractal formulas by multiplying by this factor.
- fixed bug: program crashed when path for keyframe files was changed and Timeline window was opened

example image with fractal interior:

http://www.fractalforums.com/index.php?action=gallery;sa=view;id=4252

example image with used "Fractal constant factor" (factor = 2.0, mandelbox scale 2.0)

http://www.fractalforums.com/index.php?action=gallery;sa=view;id=4449

Before first run please use install script

SVN repository: http://mandelbulber.googlecode.com/svn/trunk/
This repository is available from Google Code: http://code.google.com/p/mandelbulber/

My gallery with images created using Mandelbulber: http://krzysztofmarczak.deviantart.com/gallery/
Logged

jwm-art
Iterator
*
Posts: 171



WWW
« Reply #1 on: November 29, 2010, 11:34:45 AM »

The install script executes src/Release/mandelbulber instead of copying (or installing) it.

Fix the sudo line like so:

from:
Code:
sudo src/Release/mandelbulber /usr/bin
to:
Code:
sudo install src/Release/mandelbulber /usr/bin
(Note this is not a recursive call to the install script provided by mandelbulber but a call to the system install command which at its simplest works exactly like cp but also sets appropriate attributes).
« Last Edit: November 29, 2010, 11:38:34 AM by jwm-art » Logged
Prokofiev
Safarist
******
Posts: 98



« Reply #2 on: November 29, 2010, 12:21:13 PM »

The interior mode is awsome !!
We can isolate the boundary of a fractal set.
I'm confident you will find a way to make is faster.
« Last Edit: November 29, 2010, 12:23:57 PM by Prokofiev » Logged

Sincerely,
Alexis
Buddhi
Fractal Iambus
***
Posts: 895



WWW
« Reply #3 on: November 30, 2010, 09:37:05 AM »

The install script executes src/Release/mandelbulber instead of copying (or installing) it.

Fix the sudo line like so:

from:
Code:
sudo src/Release/mandelbulber /usr/bin
to:
Code:
sudo install src/Release/mandelbulber /usr/bin
(Note this is not a recursive call to the install script provided by mandelbulber but a call to the system install command which at its simplest works exactly like cp but also sets appropriate attributes).

Thank you for information about this bug. I have corrected it.

Logged

Russ McClay
Explorer
****
Posts: 49



« Reply #4 on: December 03, 2010, 03:51:16 PM »

Mandelbulber 0.97 - for Linux x86, Linux x64 and Win32

Thank you, Buddhi!
Logged
Tater
Navigator
*****
Posts: 71



« Reply #5 on: December 15, 2010, 04:09:09 AM »

Mandelbulber 0.97 - for Linux x86, Linux x64 and Win32

Open source program (GNU GPL) for rendering photo-realistic 3D fractals

Free download: http://sourceforge.net/projects/mandelbulber/


I like this a lot, but I am unable to make the animation work like the instructions indicate. Unless I use the Init3d navigator button, as soon as I click "record path" the fractal disappears and "closeup" in the view tab is set to 0. When I do use the Init 3d Navigator button, the program freezes, and when I try to use keyframes, it crashes and closes. I am running the latest version on a PC with XP. Any ideas?

Tater
Logged
fastrail
Alien
***
Posts: 23


« Reply #6 on: January 06, 2011, 03:03:52 PM »

buddhi! awesome software, as always!

but... i have trouble with the new "interior mode": it goes like this:

i open some settings file like the one attached below. image parameters say 384x216.
then i render the image.
next, i just change the image parameters to 192x108 - everything else unchanged.
i would expect the same image just scaled down, right?
but in fact, it looks like *zoomed out* and scaled down!
this is not the behaviour i would have expected, but maybe i got something wrong?

changing parameters to 704x396 the image looks like zoomed *in*...

when i have not checked "interior mode", then everything works as i would expect it:
no zoom in or zoom out just scaled out or scaled in.

this is why i *think*, that there is trouble with interior mode. (but it could be other paramters as well)

if it's a bug, then i hope i have explained it enough so you can locate it (if not: just ask for more details!), if it's not a bug then please tell me, what i am doing wrong!

cheers,
f.

here's the fract-file (just some mandelbox with quite standard parameters):

---------------------------------------


locale_test 0.5;
image_width 384;
image_height 216;
x_min -10;
x_max 0;
y_min -10;
y_max 0;
z_min -10;
z_max 0;
view_point_x 5.45953142404987;
view_point_y -5.45953142404987;
view_point_z -4.983214798134726;
angle_alfa 45;
angle_beta 37.99999999999999;
angle_gamma 0;
zoom 1e-07;
perspective 1.2;
formula 8;
power 8;
N 250;
minN 17;
fractal_constant_factor 1;
quality 2;
julia_mode 0;
julia_a 0;
julia_b 0;
julia_c 0;
tglad_folding_mode 0;
folding_limit 1;
folding_value 2;
spherical_folding_mode 0;
spherical_folding_fixed 1;
spherical_folding_min 0.5;
IFS_folding_mode 0;
iteration_threshold_mode 0;
analityc_DE_mode 1;
DE_factor 2;
brightness 1;
gamma 1;
ambient 0;
reflect 0;
shadows_intensity 0.7;
ambient_occlusion 1;
ambient_occlusion_quality 4;
shading 1;
specular 1;
glow_intensity 1;
glow_color_1_R 23425;
glow_color_1_G 31235;
glow_color_1_B 41240;
glow_color_2_R 39847;
glow_color_2_G 49555;
glow_color_2_B 53547;
background_color_1_R 28040;
background_color_1_G 14482;
background_color_1_B 40671;
background_color_2_R 65535;
background_color_2_G 65535;
background_color_2_B 65535;
textured_background 0;
shadows_enabled 1;
ambient_occlusion_enabled 0;
fast_ambient_occlusion_mode 0;
fractal_color 1;
coloring_random_seed 123456;
coloring_speed 1;
coloring_palette_offset 67.40000000000001;
slow_shading 0;
limits_enabled 0;
post_fog_enabled 0;
post_fog_visibility 20.2;
post_fog_visibility_front 29.7;
post_fog_color_R 59399;
post_fog_color_G 61202;
post_fog_color_B 65535;
post_SSAO_enabled 1;
post_SSAO_quality 20;
post_DOF_enabled 0;
post_DOF_focus 21.7;
post_DOF_radius 10;
main_light_intensity 1;
main_light_alfa -0.7853981633974483;
main_light_beta 0.7853981633974483;
main_light_colour_R 65535;
main_light_colour_G 65535;
main_light_colour_B 65535;
aux_light_intensity 0.2;
aux_light_random_seed 1234;
aux_light_number 0;
aux_light_max_dist 0.1;
aux_light_distribution_radius 3;
aux_light_predefined_1_x 3;
aux_light_predefined_1_y -3;
aux_light_predefined_1_z -3;
aux_light_predefined_1_intensity 1.3;
aux_light_predefined_2_x -3;
aux_light_predefined_2_y -3;
aux_light_predefined_2_z 0;
aux_light_predefined_2_intensity 1;
aux_light_predefined_3_x -3;
aux_light_predefined_3_y 3;
aux_light_predefined_3_z -1;
aux_light_predefined_3_intensity 3;
aux_light_predefined_4_x 0;
aux_light_predefined_4_y -1;
aux_light_predefined_4_z 3;
aux_light_predefined_4_intensity 2;
aux_light_predefined_1_enabled 0;
aux_light_predefined_2_enabled 0;
aux_light_predefined_3_enabled 0;
aux_light_predefined_4_enabled 0;
aux_light_predefined_1_colour_R 45761;
aux_light_predefined_1_colour_G 53633;
aux_light_predefined_1_colour_B 59498;
aux_light_predefined_2_colour_R 62875;
aux_light_predefined_2_colour_G 55818;
aux_light_predefined_2_colour_B 50083;
aux_light_predefined_3_colour_R 64884;
aux_light_predefined_3_colour_G 64928;
aux_light_predefined_3_colour_B 48848;
aux_light_predefined_4_colour_R 52704;
aux_light_predefined_4_colour_G 62492;
aux_light_predefined_4_colour_B 45654;
aux_light_visibility 1;
IFS_scale 2;
IFS_rot_alfa 0;
IFS_rot_beta 0;
IFS_rot_gamma 0;
IFS_offsetX 1;
IFS_offsetY 0;
IFS_offsetZ 0;
IFS_absX 0;
IFS_absY 0;
IFS_absZ 0;
IFS_0_x 1;
IFS_0_y 0;
IFS_0_z 0;
IFS_0_alfa 0;
IFS_0_beta 0;
IFS_0_gamma 0;
IFS_0_distance 0;
IFS_0_intensity 1;
IFS_0_enabled 0;
IFS_1_x 1;
IFS_1_y 0;
IFS_1_z 0;
IFS_1_alfa 0;
IFS_1_beta 0;
IFS_1_gamma 0;
IFS_1_distance 0;
IFS_1_intensity 1;
IFS_1_enabled 0;
IFS_2_x 1;
IFS_2_y 0;
IFS_2_z 0;
IFS_2_alfa 0;
IFS_2_beta 0;
IFS_2_gamma 0;
IFS_2_distance 0;
IFS_2_intensity 1;
IFS_2_enabled 0;
IFS_3_x 1;
IFS_3_y 0;
IFS_3_z 0;
IFS_3_alfa 0;
IFS_3_beta 0;
IFS_3_gamma 0;
IFS_3_distance 0;
IFS_3_intensity 1;
IFS_3_enabled 0;
IFS_4_x 1;
IFS_4_y 0;
IFS_4_z 0;
IFS_4_alfa 0;
IFS_4_beta 0;
IFS_4_gamma 0;
IFS_4_distance 0;
IFS_4_intensity 1;
IFS_4_enabled 0;
IFS_5_x 1;
IFS_5_y 0;
IFS_5_z 0;
IFS_5_alfa 0;
IFS_5_beta 0;
IFS_5_gamma 0;
IFS_5_distance 0;
IFS_5_intensity 1;
IFS_5_enabled 0;
IFS_6_x 1;
IFS_6_y 0;
IFS_6_z 0;
IFS_6_alfa 0;
IFS_6_beta 0;
IFS_6_gamma 0;
IFS_6_distance 0;
IFS_6_intensity 1;
IFS_6_enabled 0;
IFS_7_x 1;
IFS_7_y 0;
IFS_7_z 0;
IFS_7_alfa 0;
IFS_7_beta 0;
IFS_7_gamma 0;
IFS_7_distance 0;
IFS_7_intensity 1;
IFS_7_enabled 0;
IFS_8_x 1;
IFS_8_y 0;
IFS_8_z 0;
IFS_8_alfa 0;
IFS_8_beta 0;
IFS_8_gamma 0;
IFS_8_distance 0;
IFS_8_intensity 1;
IFS_8_enabled 0;
start_frame 0;
end_frame 1000;
frames_per_keyframe 100;
sound_animation_enabled 0;
sound_animation_FPS 25;
sound_animation_band1_min 5;
sound_animation_band1_max 50;
sound_animation_band2_min 100;
sound_animation_band2_max 300;
sound_animation_band3_min 1000;
sound_animation_band3_max 3000;
sound_animation_band4_min 8000;
sound_animation_band4_max 10000;
hybrid_formula_1 0;
hybrid_formula_2 0;
hybrid_formula_3 0;
hybrid_formula_4 0;
hybrid_formula_5 2;
hybrid_iterations_1 1;
hybrid_iterations_2 1;
hybrid_iterations_3 1;
hybrid_iterations_4 1;
hybrid_iterations_5 1;
hybrid_power_1 2;
hybrid_power_2 2;
hybrid_power_3 2;
hybrid_power_4 2;
hybrid_power_5 2;
hybrid_cyclic 0;
fish_eye 0;
stereo_eye_distance 0.1;
stereo_enabled 0;
mandelbox_scale 2;
mandelbox_folding_limit 1;
mandelbox_folding_value 2;
mandelbox_folding_min_radius 0.5;
mandelbox_folding_fixed_radius 1;
mandelbox_rotation_main_alfa 10;
mandelbox_rotation_main_beta -10;
mandelbox_rotation_main_gamma 30;
mandelbox_rotation_X1_alfa 0;
mandelbox_rotation_X1_beta 0;
mandelbox_rotation_X1_gamma 0;
mandelbox_rotation_X2_alfa 0;
mandelbox_rotation_X2_beta 0;
mandelbox_rotation_X2_gamma 0;
mandelbox_rotation_Y1_alfa 0;
mandelbox_rotation_Y1_beta 0;
mandelbox_rotation_Y1_gamma 0;
mandelbox_rotation_Y2_alfa 0;
mandelbox_rotation_Y2_beta 0;
mandelbox_rotation_Y2_gamma 0;
mandelbox_rotation_Z1_alfa 0;
mandelbox_rotation_Z1_beta 0;
mandelbox_rotation_Z1_gamma 0;
mandelbox_rotation_Z2_alfa 0;
mandelbox_rotation_Z2_beta 0;
mandelbox_rotation_Z2_gamma 0;
mandelbox_color_R 0;
mandelbox_color_X 0.07000000000000001;
mandelbox_color_Y 0.17;
mandelbox_color_Z 0.02000000000000001;
mandelbox_color_Sp1 0.2;
mandelbox_color_Sp2 0.2;
mandelbox_rotation_enabled 0;
view_distance_max 50;
view_distance_min 1e-15;
interior_mode 1;
file_destination images/image;
file_background textures/background.jpg;
file_envmap textures/envmap.jpg;
file_lightmap textures/lightmap.jpg;
file_animation_path paths/path.txt;
file_keyframes keyframes/keyframe;
file_sound sounds/sound.wav;
palette 6ed3b1 ffffb9 b85a3d 6f7a12 631a1c 5c9567 386514 7e5439 2cefec f3737d ab97aa 21cb59 4fdfa0 2ec1e0 2af8d6 7a3ca0 dd3e3b a4ab49 4b557 b7e624 e4e393 a97787 584676 64f718 112fc9 ff3dff bf393d 81c3c6 1c00bf 6f7197 85db38 e36037 beffe3 e9a73 ba92 957088 adb7ea ef4971 e26704 d548bf 73291 d30b2b 48 a429bd 511884 6e039a 93c731 dec07a 1028 3d7500 c3b048 9cc72b 21008d 3c7054 36851e c5f00 ce7e80 1295b5 924b68 c4452a 6100cc 6c3a6c 8e5a83 ffe16e 66f43b 76de51 ffbaff 418a65 5d2238 5ca53f ffdbda 96ffdf d1d625 8a4c00 ff1faf 1c874d fdda7f 216100 198b00 b1db58 7e4a8d a495bd e49ce1 141fa4 e23 b53d83 c07168 88fcff c5e04 1a0098 685d02 ff3b38 7d9084 6da700 a2c855 680500 ff87ff 49a21b 2543b8 65d80d 77a0fe 97ffda d4ffff 3000e 976668 ff94ff d2b579 bdb634 40000 ffb68a 9b83ea 9623c5 5effce 1a534d 230077 8fa300 b00055 ff4bbe 845e17 3691a6 b597de 38794d 36a047 5f5000 bbad73 cdff16 450e3c ff609d c94d8d a6ba30 7d99ff ffff9e c0f25e cb47ad 550000 3d7100 7d4a86 3b500 3efa57 daa3c0 b74028 7bc8ab ffefa2 3d00 ffff5f 860c59 7dff72 9000c6 2fe5b7 e79cdc 3f32cf 7ed135 ca739d b32981 4aed67 ef3738 afa1 8cbea4 bb3ef3 15a9 d59496 76d033 a8856e 826c70 6c6286 ffff6b 3446ea 4c8502 5030 76b83a 5534 23ff6e 32bf17 8d4390 dbcd54 d1100 b274c1 1c001e 92a40e b18323 69612f dffaff 42e34c 509bf3 8a11 bd78b0 33d40e 7852e2 5dbb83 b49689 7eda97 495fb1 4dda5 abab86 7085a9 a2563c ffdfff 2b3d cf9fda 654e 520400 ec94f0 84046b 6fbc25 7e24f6 5639d7 c9a238 93ff49 3c41ff 87abdf a43f53 27a5c2 f9e855 47 ffffff 79ce00 20fe83 6e2798 79007a fe98b6 55dfff b73415 312ff0 2fff8b 9ca65a d69 552d7f 5ccc9d e9db31 164e52 2e00b6 467d 554048 187ba5 c541a6 245b03 5a 41b831 225d52 4f7ba4 e6fffd 657659 df27a3 7ea200 ffed2e 934c10 aa63be 5fa9 b3e4ff 40495f 972971 9810 b26a9a 544887 9d3713 ffffff ;





Logged
Buddhi
Fractal Iambus
***
Posts: 895



WWW
« Reply #7 on: January 06, 2011, 06:33:01 PM »

buddhi! awesome software, as always!
but... i have trouble with the new "interior mode": it goes like this:

Hi

Rendering of images with interior mode is so difficult. It is because this mode enables rendering of only very thin fractal "skin". For better understanding how it works please try to render "interior - mandelbox scale 2.fract" or "interior - mandelbulb power 8.fract" first with interior mode and next without this option. As you see this surface is really thin and in this case difficult for raymarching algorithm.
Some parameters which you used were not correct.
- resolution you set to 2. It is too high value, because it produces too thin surface. Try some other values on default example "interior - mandelbox scale 2.fract" settings file. If you use value 0.2 you will see thick "skin" and when it will be 1.0 or higher the "skin" will be very thin.
- DE step factor was also too high (2.0). Higher value means less accurate ray-marching. It should be about 0.5 or less. You should also reduce Shadings effects/glow parameter because lower DE step factor produces more intense glow.
- I don't know why you have used "minimum iter" = 17. It caused these strange changes of image when you changed image resolution. Lower image resolution needs less iterations for rendering so some parts fractal disappeared, because didn't achieved minimum number of iterations
- camera was located not in fractal interior but between some parts of fractal.
Logged

fastrail
Alien
***
Posts: 23


« Reply #8 on: January 06, 2011, 08:07:00 PM »

buddhi: thanx for this fast answer! i will try to follow your instructions!

i was not aware that setting all those parameters is so crucial in combination - obviously, i was just playing around with some settings without knowing whats going on.

keep on the good work!
Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Mandelbulber 0.98 Mandelbulber Buddhi 9 4836 Last post March 05, 2011, 09:49:03 PM
by Buddhi
Mandelbulber 0.99 Mandelbulber Buddhi 7 2296 Last post March 05, 2011, 10:56:36 AM
by Buddhi
New Mandelbulber Meet & Greet Gurugillies 4 1013 Last post May 06, 2011, 08:24:57 PM
by paragon5
Mandelbulber 1.01 Releases Buddhi 6 2061 Last post May 17, 2011, 05:38:21 PM
by Buddhi
Mandelbulber 1.16 Releases Buddhi 11 3197 Last post June 29, 2013, 12:23:26 PM
by lukesleftleg

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.211 seconds with 25 queries. (Pretty URLs adds 0.013s, 2q)