Browse Source

building play

shuvit 4 years ago
parent
commit
012e507595
6 changed files with 17 additions and 14 deletions
  1. 3
    0
      assets/buildings.blend
  2. 2
    2
      assets/user2.blend
  3. 2
    2
      assets/utils/building_genV2_1.blend
  4. 7
    7
      config.ini
  5. 1
    1
      scripts/cars.py
  6. 2
    2
      shuvit.blend

+ 3
- 0
assets/buildings.blend View File

1
+version https://git-lfs.github.com/spec/v1
2
+oid sha256:16fed1fd530befd4a96ce808b57abf6dd7dc828dac432105ce9a42197c715a45
3
+size 25388192

+ 2
- 2
assets/user2.blend View File

1
 version https://git-lfs.github.com/spec/v1
1
 version https://git-lfs.github.com/spec/v1
2
-oid sha256:b5462737156707708069790b93349c0ce1a35524db2a57fa43e11aaf5c7a5d19
3
-size 6860928
2
+oid sha256:667382ee31cee03d92857a5f1273494d2eefe2f963d6a440a936edc286538838
3
+size 6873936

+ 2
- 2
assets/utils/building_genV2_1.blend View File

1
 version https://git-lfs.github.com/spec/v1
1
 version https://git-lfs.github.com/spec/v1
2
-oid sha256:25161b7876c8ef7301f7760f2a8c05ce8557c58a96c7c8b5acc55fe27ba82176
3
-size 27299316
2
+oid sha256:59cf027ebc611c312ef4c9397149f9ada3f7f3405dec308a67035010534ad26f
3
+size 8286596

+ 7
- 7
config.ini View File

91
 ###################
91
 ###################
92
 
92
 
93
 #brightness / contrast
93
 #brightness / contrast
94
-bc = 0
94
+bc = 1
95
 BC_BRIGHTNESS = 1.12
95
 BC_BRIGHTNESS = 1.12
96
 BC_CONTRAST = 1.06
96
 BC_CONTRAST = 1.06
97
 
97
 
98
 #HDR
98
 #HDR
99
-hdr = 0
99
+hdr = 1
100
 avgL = 0.72
100
 avgL = 0.72
101
 HDRamount = 0.3
101
 HDRamount = 0.3
102
 
102
 
107
 aoradius = 2.4
107
 aoradius = 2.4
108
 
108
 
109
 #Depth of Field
109
 #Depth of Field
110
-dof_on = 0
110
+dof_on = 1
111
 
111
 
112
 #Bloom
112
 #Bloom
113
-bloom_on = 0
113
+bloom_on = 1
114
 
114
 
115
 #FXAA
115
 #FXAA
116
-fxaa = 0
116
+fxaa = 1
117
 FXAA_SPAN_MAX = 8.0
117
 FXAA_SPAN_MAX = 8.0
118
 #-------------------
118
 #-------------------
119
 
119
 
120
 #sun settings
120
 #sun settings
121
 #############
121
 #############
122
-sun_strength = 1.5
123
-ambient_strength = 0.57
122
+sun_strength = 1.85
123
+ambient_strength = 0.23
124
 sun_rot_x = 0.05
124
 sun_rot_x = 0.05
125
 sun_rot_y = 0.05
125
 sun_rot_y = 0.05
126
 shadow_on = 0
126
 shadow_on = 0

+ 1
- 1
scripts/cars.py View File

4
 import astar
4
 import astar
5
 import observer
5
 import observer
6
 
6
 
7
-car_colors = [[.1, .1, .1, 1], [0.0, 0.0, 0.25, 1], [0.1, 0.03, 0.02, 1], [.4, .3, .08], [.1, .1, .1, 1], [.05, .12, .05, 1], [.3, .05, 0, 1], [.2, .03, .3, 1], [.3, 0, 0, 1], [.3, .3, .3, 1], [.3, .25, .15, 1], [1,1,1,1], [1, 1, 0, 1]]
7
+car_colors = [[.1, .1, .1, 1], [0.0, 0.0, 0.25, 1], [0.1, 0.03, 0.02, 1], [.4, .3, .08, 1], [.1, .1, .1, 1], [.05, .12, .05, 1], [.3, .05, 0, 1], [.2, .03, .3, 1], [.3, 0, 0, 1], [.3, .3, .3, 1], [.3, .25, .15, 1], [1,1,1,1], [1, 1, 0, 1]]
8
 
8
 
9
 def car_run_check(self):
9
 def car_run_check(self):
10
 	output = False
10
 	output = False

+ 2
- 2
shuvit.blend View File

1
 version https://git-lfs.github.com/spec/v1
1
 version https://git-lfs.github.com/spec/v1
2
-oid sha256:523757d0949b01bbfb40acc234a2165018eaac6af35797146e1dc8301ec79b68
3
-size 113390952
2
+oid sha256:9ccdd0f29122e3b023a3de878c673f17855aa3031fd241a18a4a38e9f2c51263
3
+size 113395184

Loading…
Cancel
Save