File: prism3.inc

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 (14 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 camera {
   location <-10, 10, -10>
   right 4/3 * x
   up z
   look_at <0, 0, 0>
   angle 20
 }

 light_source { <0, 50, 10> rgb 0.7 }
 light_source { <-30, 20, -50> rgb 0.7 }
 light_source { <30, 20, -20> rgb 0.7 }

 plane { y, -1 pigment { color rgb 0.7 } }