File: fractal4.pov

package info (click to toggle)
povray 1%3A3.6.1-12
  • links: PTS
  • area: non-free
  • in suites: lenny, squeeze
  • size: 31,084 kB
  • ctags: 20,310
  • sloc: ansic: 110,032; cpp: 86,573; sh: 13,595; pascal: 5,942; asm: 2,994; makefile: 1,753; ada: 1,637
file content (28 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Persistence Of Vision raytracer version 3.5 sample file.
//
// -w320 -h320
// -w800 -h800 +a0.3

global_settings { assumed_gamma 2.2 }

julia_fractal {
        <-.745,0,.113,.05>
        max_iteration 9
        precision 20
        hypercomplex
	texture {  pigment { color rgb <.9,.5,.6> }
		   finish { phong .9 phong_size 20 }
	}
        rotate <135,-30,0>
}

background { color rgb <1,1,1> }

light_source { <4,3.99,10> color rgb <.9,.95,.9> }

camera { location <0,3.0,2>
         up       <0,1.4,0>
         right    <1.4,0,0>
	 sky	  <0,0,1>
         look_at  <0,0,0>
}