|
|
Hi,
I am trying to display a fractal on a box. Now when I render this scene I
get a box with only a very small dot in the middle. I tried scaling, etc. to
no availl. Any help is appreciated.
#include "colors.inc"
box {
<-2, -2, -2>,
<2, 2, 2>
scale <20, 20, 20>
texture {
pigment{ julia <0.360, 0.250>, 20
interior 1, 1 scale 0.60
color_map {
[0.0 color Cyan]
[0.3 color Yellow]
[0.6 color Magenta]
[1.0 color Cyan]
}
}
normal {ripples 0.5 scale 0.01}
finish {ambient 0.15 diffuse 0.85 phong 1}
}
}
sphere {
<0, 0, 0>, 1000
hollow
pigment { color White }
}
light_source { <-999, -999, -999> color White }
light_source { <999, -999, -999> color White }
light_source { <-999, 999, -999> color White }
light_source { <999, -999, 999> color White }
light_source { <-999, 999, 999> color White }
light_source { <999, 999, 999> color White }
light_source { <-50, -50, -50> color White }
camera { location <-100, -100, -100> look_at <-25, -25, -25> }
--
--------------------------------------------------------------------
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com
Post a reply to this message
|
|