File: polygons5.pov

package info (click to toggle)
voro%2B%2B 0.4.6%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,372 kB
  • sloc: cpp: 6,384; perl: 232; makefile: 164
file content (38 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (7)
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
29
30
31
32
33
34
35
36
37
38
#version 3.6;
#include "colors.inc"
#include "metals.inc"
#include "textures.inc"

global_settings {
	max_trace_level 64
}

camera {
	location <30,-50,25>
	sky z
	up 0.15*z
	right -0.15*x*image_width/image_height
	look_at <0,0,2.8>
}

background{rgb 1}

light_source{<-8,-20,30> color rgb <0.77,0.75,0.75>}
light_source{<25,-12,12> color rgb <0.43,0.45,0.45>}

#declare r=0.06;
#declare rr=0.08;

#declare f1=finish{reflection 0.15 specular 0.3 ambient 0.42}

#declare t1=texture{pigment{rgbft <0.3,0.9,0.7,0,0.4>} finish{f1}}
#declare t2=texture{pigment{rgb <0.1,0.5,0.3>} finish{f1}}

union{
#include "polygons5_v.pov"
}

union{
#include "polygons_d.pov"
	texture{T_Silver_4B}
}