File: superellipsoid.pov

package info (click to toggle)
voro%2B%2B 0.5%2Brevert-to-0.4.6%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,368 kB
  • sloc: cpp: 6,384; perl: 232; makefile: 164
file content (32 lines) | stat: -rw-r--r-- 497 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
#version 3.6;
#include "colors.inc"
#include "metals.inc"
#include "textures.inc"

global_settings {
	max_trace_level 64
}

camera {
	location <1,2.5,-5>
	right 0.23*x*image_width/image_height
	up 0.23*y
	look_at <0,0,0>
}

background{rgb 1}

light_source{<-0.8,3,-2> color rgb <0.77,0.75,0.65>}
light_source{<2.5,1.2,-1.2> color rgb <0.38,0.30,0.40>}

#declare r=0.006;

union{
#include "superellipsoid_m.pov"
	texture{T_Gold_3C}
}

union{
#include "superellipsoid_v.pov"
	texture{T_Silver_3C}
}