more frobnicate again
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user