more frobnicate again

This commit is contained in:
le vieux
2021-03-16 00:48:07 +01:00
parent 395d648c9d
commit 255643e55a
32 changed files with 187 additions and 195 deletions

View File

@@ -1,11 +1,10 @@
/*
un fichier de test.
essai.pov -- un fichier de test.
*/
#version 3.7;
#include "contexte.inc"
#include "colors.inc"
#include "metals.inc"
#include "incs/train.inc"
@@ -13,18 +12,17 @@
#include "incs/benne.inc"
#include "incs/grue.inc"
object { Boogie }
// object { Boogie }
object { Grande_Roue }
camera {
location <24.5, 15, 22>
location <5.5, 15, 20>
right image_width/image_height*x
look_at <0, 2, 0>
look_at <0, 3, 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 } }
object { Repere }
light_source { <90, 131, 190> color White }
light_source { <90, 111, 250> color White }