Compare commits

...

2 Commits

Author SHA1 Message Date
Tonton Th
b5aea0e10e light tuning 2025-03-09 03:33:43 +01:00
Tonton Th
82ff0c7765 resize to Sun size 2025-03-09 03:33:21 +01:00
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#--------------------------------------------------------
PETIT = +w800 +h600
MOYEN = +w1280 +h1024
MOYEN = +w1152 +h900
GRAND = +w1600 +h1200
DIMS=$(MOYEN)

View File

@ -45,7 +45,7 @@ camera
angle ANGLE_CAM
}
light_source { <550, 725, -900> color Gray60 }
// light_source { <550, 725, -900> color Gray60 }
light_source { <600, 700, -850> color Gray50 }

View File

@ -40,8 +40,8 @@ camera
angle ANGLE_CAM
}
light_source { <-50, 120, -330> color Gray50 }
light_source { <190, 498, -250> color White }
// light_source { <-50, 120, -330> color Gray50 }
// light_source { <190, 498, -250> color White }
light_source { <160, 99, -450> color Yellow }
/*------------------------------------------------------------------*/