need more work...

This commit is contained in:
le vieux
2021-03-15 03:08:13 +01:00
parent 752e11c226
commit 9430b5f133
22 changed files with 141 additions and 212 deletions

View File

@@ -4,6 +4,7 @@
#version 3.7;
global_settings { assumed_gamma 1.0 }
#include "contexte.inc"
#include "colors.inc"
#include "metals.inc"
@@ -16,10 +17,10 @@ global_settings { assumed_gamma 1.0 }
object { Boogie }
camera {
location <15.5, 8, 9>
location <19.5, 8, 9>
right image_width/image_height*x
look_at <0, 0, 0>
angle 51
angle ANGLE_CAM
}
cylinder { <-100, 0, 0>, <100, 0, 0>, 0.1 pigment { color Red } }