HexaCone/essai.pov
2024-12-20 14:24:45 +01:00

31 lines
490 B
POVRay

/*
* nouveau projet Thu Dec 5 11:37:05 AM UTC 2024
*/
#version 3.7;
global_settings {
assumed_gamma 1.0
ambient_light 0
max_trace_level 10
}
#include "colors.inc"
#include "metals.inc"
#include "textures.inc"
#include "elements.inc"
#include "contexte.inc"
object { HexaCone translate y }
light_source { <-6, 7, -4>, rgb <0.81, 0.65, 0.40> }
light_source { <-6, 7, 4>, rgb <0.31, 0.65, 0.80> }
camera {
location <-1.8, 1.1, 0.3>
look_at <0, 1.0, 0>
angle 38
}