Compare commits
No commits in common. "b5aea0e10e0fd9d3a78a640082df23b3492dd65f" and "9da2ca1d295b8a892d4fa380d0537feef32532eb" have entirely different histories.
b5aea0e10e
...
9da2ca1d29
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
#--------------------------------------------------------
|
||||
|
||||
PETIT = +w800 +h600
|
||||
MOYEN = +w1152 +h900
|
||||
MOYEN = +w1280 +h1024
|
||||
GRAND = +w1600 +h1200
|
||||
DIMS=$(MOYEN)
|
||||
|
||||
|
@ -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 }
|
||||
|
||||
|
||||
|
@ -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 }
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
Loading…
Reference in New Issue
Block a user