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

@@ -4,7 +4,6 @@
#version 3.7;
#include "contexte.inc"
#include "colors.inc"
#include "metals.inc"
#include "incs/train.inc"
@@ -21,9 +20,7 @@ camera {
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 Cyan }
light_source { <90, 111, 250> color Magenta }