Compare commits

..

No commits in common. "b5aea0e10e0fd9d3a78a640082df23b3492dd65f" and "9da2ca1d295b8a892d4fa380d0537feef32532eb" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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