teatime or beer ?
This commit is contained in:
15
voiture.pov
15
voiture.pov
@@ -1,10 +1,7 @@
|
||||
/*
|
||||
un fichier de test.
|
||||
quelques elements des voitures
|
||||
*/
|
||||
#version 3.7;
|
||||
global_settings {
|
||||
assumed_gamma 1.0 /* pour povray 3.7 */
|
||||
}
|
||||
#include "contexte.inc"
|
||||
|
||||
#include "colors.inc"
|
||||
@@ -19,16 +16,16 @@ global_settings {
|
||||
object { Boogie }
|
||||
|
||||
camera {
|
||||
location <15.5, 8, 9>
|
||||
look_at <0, 0, 0>
|
||||
angle 42
|
||||
location <25.5, 15, 22>
|
||||
look_at <0, 2, 0>
|
||||
angle ANGLE_CAM
|
||||
}
|
||||
|
||||
cylinder { <-100, 0, 0>, <100, 0, 0>, 0.1 pigment { color Red } }
|
||||
cylinder { <0, -100, 0>, <0, 100, 0>, 0.1 pigment { color Green } }
|
||||
cylinder { <0, 0, -100>, <0, 0, 100>, 0.1 pigment { color Blue } }
|
||||
|
||||
light_source { <90, 131, 190> color White }
|
||||
light_source { <90, 111, 250> color White }
|
||||
light_source { <90, 131, 190> color Cyan }
|
||||
light_source { <90, 111, 250> color Magenta }
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user