-
Notifications
You must be signed in to change notification settings - Fork 0
/
game
29 lines (28 loc) · 1.58 KB
/
game
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
observateur = (895, 75, 50)
zbot = 0
ztop = 100
distancefenetre = 15
windowx = 20
windowz = 30
pas = 10
angle = 0.157075
lumambiante = 0.5
lumsource = 16
monde =
[(50,50) (800,50)] [(50,100) (150,100)] [(300,100) (350,100)] [(500,100)(550,100)]
[(600,100)(650,100)] [(700,100)(750,100)] [(100,150)(600,150)] [(650,150)(700,150)]
[(750,150)(800,150)] [(150,200)(200,200)] [(250,200)(300,200)] [(400,200)(550,200)]
[(600,200)(650,200)] [(100,250)(250,250)] [(400,250)(450,250)][(500,250)(550,250)]
[(650,250)(700,250)] [(50,300)(300,300)] [(450,300)(550,300)] [(100,350)(450,350)]
[(500,350)(600,350)][(650,350)(700,350)] [(100,400)(200,400)][(300,400)(350,400)]
[(550,400)(650,400)][(750,400)(800,400)] [(150,450)(300,450)][(350,450)(500,450)]
[(600,450)(700,450)][(100,500)(350,500)] [(500,500)(550,500)][(600,500)(650,500)]
[(700,500)(750,500)] [(50,550)(800,550)] [(50,50)(50,500)] [(100,200)(100,250)]
[(100,400)(100,500)] [(200,100)(200,200)] [(250,50)(250,100)][(250,200)(250,250)]
[(250,350)(250,400)] [(300,100)(300,150)] [(300,200)(300,300)][(300,400)(300,450)]
[(350,150)(350,400)][(350,450)(350,500)] [(400,50)(400,150)][(400,300)(400,350)]
[(400,400)(400,450)][(400,500)(400,550)] [(450,50)(450,100)][(450,200)(450,300)]
[(450,350)(450,400)][(450,450)(450,500)] [(500,300)(500,450)][(500,500)(500,550)]
[(550,50)(550,100)][(550,200)(550,250)] [(550,400)(550,500)] [(600,100)(600,350)]
[(600,450)(600,500)] [(650,300)(650,350)] [(700,100)(700,550)] [(750,150)(750,350)]
[(750,400)(750,450)] [(800,100)(800,550)]