From 6b16d3fb75bbe5cf79d1fc833f13e419e8794b28 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Mon, 16 Dec 2024 13:58:04 +0100 Subject: [PATCH] fine tuning --- scene.pov | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/scene.pov b/scene.pov index b7a9482..ecf53ea 100644 --- a/scene.pov +++ b/scene.pov @@ -6,6 +6,8 @@ global_settings { assumed_gamma 1.0 + ambient_light rgb <0, 0, 0> + max_trace_level 10 } #include "colors.inc" @@ -13,7 +15,7 @@ global_settings { #include "elements.inc" #include "contexte.inc" -object { HexaCone translate y*1.15 } +object { HexaCone rotate y*17 translate y*1.13 } #declare CK = 56 + (clock * 2); #declare Dcam = 1.95; @@ -23,13 +25,15 @@ object { HexaCone translate y*1.15 } #declare Lat = <0.03, 1.08, 0.22>; camera { - location + location look_at Lat focal_point Lat - aperture 0.06 + aperture 0.056 blur_samples 33 angle 70 } -light_source { , +/** +light_source { , rgb <0.47, 0.65, 0.49> } +**/