teatime or beer ?

This commit is contained in:
le vieux
2021-03-15 17:29:35 +01:00
parent c53aa92319
commit 395d648c9d
23 changed files with 97 additions and 122 deletions

View File

@@ -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 }
/*------------------------------------------------------------------*/