-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstandard.properties
451 lines (355 loc) · 19 KB
/
standard.properties
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
# OSM2World standard style - written 2011-2021 by Tobias Knerr
#
# To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this configuration file to the public domain worldwide. This file is distributed without any warranty.
# You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
locale = DE
include = ./locales/${locale}-defaults.properties
# enable (true) or disable (false) terrain calculation
createTerrain = true
# background color for PNG output
backgroundColor = #000000
# whether the PNG output should use a transparent background
exportAlpha = false
# tree density in forests
treesPerSquareMeter = 0.02
# enable (true) or disable (false) parsing of building color and material tags
useBuildingColors = true
# enable (true) or disable (false) replacing geometry with textured billboards
useBillboards = true
# enable (true) or disable (false) rendering of world objects below the ground
renderUnderground = false
# true prevents the PNG export from buffering primitives. This reduces RAM usage, but can increase rendering time.
forceUnbufferedPNGRendering = false
# maximum size for each dimension of the OpenGL canvas used for PNG output.
# If this is lower than the width or height of the requested png, performance suffers.
# Increase it if your graphics hardware is capable of handling larger sizes.
canvasLimit = 1024
# set anti-aliasing
msaa = 4
# material definitions with textures. See Materials.java for other materials.
material_TERRAIN_DEFAULT_texture0_dir = ./textures/cc0textures/Ground003
material_TERRAIN_DEFAULT_texture0_width = 1
material_TERRAIN_DEFAULT_texture0_height = 1
material_TERRAIN_DEFAULT_texture0_coord_function = GLOBAL_X_Z
material_ADVERTISING_POSTER_texture0_dir = ./textures/cc0textures/Paper001
material_ADVERTISING_POSTER_texture0_width = 42
material_ADVERTISING_POSTER_texture0_height = 42
material_ADVERTISING_POSTER_texture0_color_file = ./textures/OSM2World_Domposter.png
material_ADVERTISING_POSTER_texture0_color_width = 2.565
material_ADVERTISING_POSTER_texture0_color_height = 1.465
material_ADVERTISING_POSTER_texture0_color_widthPerEntity = 2.565
material_ADVERTISING_POSTER_texture0_color_heightPerEntity = 1.465
material_ASPHALT_texture0_dir = ./textures/cc0textures/Asphalt010
material_ASPHALT_texture0_width = 1.2
material_ASPHALT_texture0_height = 1.2
material_ASPHALT_texture0_coord_function = GLOBAL_X_Z
material_BRICK_texture0_dir = ./textures/cc0textures/Bricks029
material_BRICK_texture0_width = 1.4
material_BRICK_texture0_height = 1.4
material_BRICK_texture0_heightPerEntity = 0.1
material_BUILDING_DEFAULT_texture0_dir = ./textures/cc0textures/Plaster002
material_BUILDING_DEFAULT_texture0_width = 2.5
material_BUILDING_DEFAULT_texture0_height = 2.5
material_BUILDING_DEFAULT_texture0_colorable = true
material_BUILDING_WINDOWS_texture0_dir = ./textures/custom/Windows
material_BUILDING_WINDOWS_texture0_width = 2.5
material_BUILDING_WINDOWS_texture0_height = 2.5
material_BUILDING_WINDOWS_texture0_widthPerEntity = 2.5
material_BUILDING_WINDOWS_texture0_heightPerEntity = 2.5
material_CARPET_texture0_dir = ./textures/cc0textures/Fabric023
material_CARPET_texture0_width = 0.5
material_CARPET_texture0_height = 0.5
material_CARPET_texture0_colorable = true
material_CHAIN_LINK_FENCE_texture0_dir = ./textures/cc0textures/Fence006
material_CHAIN_LINK_FENCE_texture0_width = 1.0
material_CHAIN_LINK_FENCE_texture0_height = 1.0
material_CHAIN_LINK_FENCE_transparency = TRUE
material_CHAIN_LINK_FENCE_doubleSided = true
material_CONCRETE_texture0_dir = ./textures/cc0textures/Concrete034
material_CONCRETE_texture0_width = 1.2
material_CONCRETE_texture0_height = 0.6
material_CONCRETE_texture0_colorable = true
material_CORRUGATED_STEEL_texture0_dir = ./textures/cc0textures/CorrugatedSteel005
material_CORRUGATED_STEEL_texture0_width = 2.0
material_CORRUGATED_STEEL_texture0_height = 2.0
material_CORRUGATED_STEEL_texture0_widthPerEntity = 0.2
material_ENTRANCE_DEFAULT_texture0_file = ./textures/DE19F1FreisingDoor00005_small.png
material_ENTRANCE_DEFAULT_texture0_width = 0.8
material_ENTRANCE_DEFAULT_texture0_height = 2.1
material_EARTH_texture0_dir = ./textures/cc0textures/Ground042
material_EARTH_texture0_width = 1
material_EARTH_texture0_height = 1
material_EARTH_texture0_coord_function = GLOBAL_X_Z
material_WALL_GABION_texture0_file = ./textures/PedaGabionStone.png
material_WALL_GABION_texture0_width = 0.66
material_WALL_GABION_texture0_height = 0.66
material_FLAGCLOTH_texture0_dir = ./textures/cc0textures/Fabric032
material_FLAGCLOTH_texture0_width = 1
material_FLAGCLOTH_texture0_height = 1
material_FLAGCLOTH_texture0_colorable = true
material_FLAGCLOTH_doubleSided = true
material_GARAGE_DOOR_texture0_file = ./textures/DE20F1GarageDoor00001.jpg
material_GARAGE_DOOR_texture0_colorable = true
material_GLASS_texture0_dir = ./textures/custom/Glass
material_GLASS_ROOF_texture0_dir = ./textures/cc0textures/Facade005
material_GLASS_ROOF_texture0_width = 72
material_GLASS_ROOF_texture0_height = 72
material_GLASS_ROOF_texture0_widthPerEntity = 2.25
material_GLASS_ROOF_texture0_heightPerEntity = 3
material_GLASS_TRANSPARENT_texture0_dir = ./textures/custom/Glass
material_GLASS_TRANSPARENT_texture0_color_file = ./textures/custom/Glass_Transparent_Color.png
material_GLASS_TRANSPARENT_texture0_transparency = TRUE
material_GLASS_WALL_texture0_dir = ./textures/cc0textures/Facade005
material_GLASS_WALL_texture0_width = 72
material_GLASS_WALL_texture0_height = 72
material_GLASS_WALL_texture0_widthPerEntity = 2.25
material_GLASS_WALL_texture0_heightPerEntity = 3
material_GRASS_texture0_dir = ./textures/cc0textures/Ground003
material_GRASS_texture0_width = 1
material_GRASS_texture0_height = 1
material_GRASS_texture0_coord_function = GLOBAL_X_Z
material_GRASS_PAVER_texture0_dir = ./textures/cc0textures/PavingStones053
material_GRASS_PAVER_texture0_width = 1.6
material_GRASS_PAVER_texture0_height = 1.6
material_GRAVEL_texture0_dir = ./textures/cc0textures/Gravel004
material_GRAVEL_texture0_width = 0.6
material_GRAVEL_texture0_height = 0.6
material_GRAVEL_texture0_coord_function = GLOBAL_X_Z
material_HEDGE_texture0_file = ./textures/Grass-2048.JPG
material_HEDGE_texture0_width = 1.5
material_HEDGE_texture0_height = 1.5
material_HELIPAD_MARKING_texture0_file = ./textures/helipad_markings.svg
material_HELIPAD_MARKING_texture0_width = 12
material_HELIPAD_MARKING_texture0_height = 12
material_HELIPAD_MARKING_texture0_transparency = BINARY
material_HELIPAD_MARKING_texture0_wrap = CLAMP
material_HELIPAD_MARKING_texture0_padding = 0.1
material_ICE_texture0_dir = ./textures/cc0textures/Ice003
material_ICE_texture0_width = 0.5
material_ICE_texture0_height = 0.5
material_KERB_texture0_file = ./textures/KnerrKerb0001.png
material_KERB_texture0_width = 1.6
material_KERB_texture0_height = 0.2
material_MANHOLE_COVER_texture0_dir = ./textures/cc0textures/ManholeCover004
material_MARBLE_texture0_dir = ./textures/cc0textures/Marble001
material_MARBLE_texture0_width = 0.5
material_MARBLE_texture0_height = 0.5
material_MARBLE_texture0_colorable = true
material_PAVING_STONE_texture0_dir = ./textures/cc0textures/PavingStones072
material_PAVING_STONE_texture0_width = 1.0
material_PAVING_STONE_texture0_height = 1.0
material_PEBBLESTONE_texture0_dir = ./textures/cc0textures/Rocks022
material_PEBBLESTONE_texture0_width = 0.6
material_PEBBLESTONE_texture0_height = 0.6
material_PITCH_SOCCER_texture0_file = ./textures/Grass-2048.JPG
material_PITCH_SOCCER_texture0_width = 1.5
material_PITCH_SOCCER_texture0_height = 1.5
material_PITCH_SOCCER_texture0_coord_function = GLOBAL_X_Z
material_PITCH_SOCCER_texture1_file = ./textures/pitchSoccer.png
material_PITCH_SOCCER_texture1_wrap = CLAMP
material_PITCH_SOCCER_texture1_padding = 0.1
material_PITCH_BEACHVOLLEYBALL_texture0_dir = ./textures/cc0textures/Ground033
material_PITCH_BEACHVOLLEYBALL_texture0_width = 0.5
material_PITCH_BEACHVOLLEYBALL_texture0_height = 0.5
material_PITCH_BEACHVOLLEYBALL_texture0_coord_function = GLOBAL_X_Z
material_PITCH_BEACHVOLLEYBALL_texture1_file = ./textures/pitchBeachvolleyball.png
material_PITCH_BEACHVOLLEYBALL_texture1_wrap = CLAMP
material_PITCH_BEACHVOLLEYBALL_texture1_padding = 0.1
material_PITCH_TENNIS_GRASS_texture0_file = ./textures/Grass-2048.JPG
material_PITCH_TENNIS_GRASS_texture0_width = 1.5
material_PITCH_TENNIS_GRASS_texture0_height = 1.5
material_PITCH_TENNIS_GRASS_texture0_coord_function = GLOBAL_X_Z
material_PITCH_TENNIS_GRASS_texture1_file = ./textures/pitchTennis.png
material_PITCH_TENNIS_GRASS_texture1_wrap = CLAMP
material_PITCH_TENNIS_GRASS_texture1_padding = 0.1
material_PITCH_TENNIS_ASPHALT_texture0_dir = ./textures/cc0textures/Asphalt003
material_PITCH_TENNIS_ASPHALT_texture0_width = 1.2
material_PITCH_TENNIS_ASPHALT_texture0_height = 1.2
material_PITCH_TENNIS_ASPHALT_texture0_coord_function = GLOBAL_X_Z
material_PITCH_TENNIS_ASPHALT_texture1_file = ./textures/pitchTennis.png
material_PITCH_TENNIS_ASPHALT_texture1_wrap = CLAMP
material_PITCH_TENNIS_ASPHALT_texture1_padding = 0.1
material_PITCH_TENNIS_CLAY_texture0_file = ./textures/clay.jpg
material_PITCH_TENNIS_CLAY_texture0_width = 0.5
material_PITCH_TENNIS_CLAY_texture0_height = 0.5
material_PITCH_TENNIS_CLAY_texture0_coord_function = GLOBAL_X_Z
material_PITCH_TENNIS_CLAY_texture1_file = ./textures/pitchTennis.png
material_PITCH_TENNIS_CLAY_texture1_wrap = CLAMP
material_PITCH_TENNIS_CLAY_texture1_padding = 0.1
material_PITCH_TENNIS_SINGLES_GRASS_texture0_file = ./textures/Grass-2048.JPG
material_PITCH_TENNIS_SINGLES_GRASS_texture0_width = 1.5
material_PITCH_TENNIS_SINGLES_GRASS_texture0_height = 1.5
material_PITCH_TENNIS_SINGLES_GRASS_texture0_coord_function = GLOBAL_X_Z
material_PITCH_TENNIS_SINGLES_GRASS_texture1_file = ./textures/pitchTennisSingles.png
material_PITCH_TENNIS_SINGLES_GRASS_texture1_wrap = CLAMP
material_PITCH_TENNIS_SINGLES_GRASS_texture1_padding = 0.1
material_PITCH_TENNIS_SINGLES_ASPHALT_texture0_dir = ./textures/cc0textures/Asphalt003
material_PITCH_TENNIS_SINGLES_ASPHALT_texture0_width = 1.2
material_PITCH_TENNIS_SINGLES_ASPHALT_texture0_height = 1.2
material_PITCH_TENNIS_SINGLES_ASPHALT_texture0_coord_function = GLOBAL_X_Z
material_PITCH_TENNIS_SINGLES_ASPHALT_texture1_file = ./textures/pitchTennisSingles.png
material_PITCH_TENNIS_SINGLES_ASPHALT_texture1_wrap = CLAMP
material_PITCH_TENNIS_SINGLES_ASPHALT_texture1_padding = 0.1
material_PITCH_TENNIS_SINGLES_CLAY_texture0_file = ./textures/clay.jpg
material_PITCH_TENNIS_SINGLES_CLAY_texture0_width = 0.5
material_PITCH_TENNIS_SINGLES_CLAY_texture0_height = 0.5
material_PITCH_TENNIS_SINGLES_CLAY_texture0_coord_function = GLOBAL_X_Z
material_PITCH_TENNIS_SINGLES_CLAY_texture1_file = ./textures/pitchTennisSingles.png
material_PITCH_TENNIS_SINGLES_CLAY_texture1_wrap = CLAMP
material_PITCH_TENNIS_SINGLES_CLAY_texture1_padding = 0.1
material_PLASTIC_texture0_dir = ./textures/cc0textures/Plastic010
material_PLASTIC_texture0_width = 1.5
material_PLASTIC_texture0_height = 1.5
material_PLASTIC_texture0_colorable = true
material_PLASTIC_color = #EEEEEE
material_POWER_TOWER_VERTICAL_texture0_file = ./textures/powertower_vertical.png
material_POWER_TOWER_VERTICAL_transparency = BINARY
material_POWER_TOWER_VERTICAL_doubleSided = true
material_POWER_TOWER_HORIZONTAL_texture0_file = ./textures/powertower_horizontal.png
material_POWER_TOWER_HORIZONTAL_texture0_wrap = CLAMP
material_POWER_TOWER_HORIZONTAL_transparency = BINARY
material_POWER_TOWER_HORIZONTAL_doubleSided = true
material_RAIL_BALLAST_texture0_dir = ./textures/cc0textures/Gravel020
material_RAIL_BALLAST_texture0_width = 0.6
material_RAIL_BALLAST_texture0_height = 0.6
material_RAIL_BALLAST_texture0_coord_function = GLOBAL_X_Z
material_RAILWAY_texture0_dir = ./textures/custom/Railway
material_RAILWAY_texture0_width = 3.0
material_RAILWAY_texture0_widthPerEntity = 3.0
material_RAILWAY_texture0_height = 2.96
material_ROAD_MARKING_color = #FFFFFF
material_RED_ROAD_MARKING_texture0_dir = ./textures/cc0textures/Asphalt010
material_RED_ROAD_MARKING_texture0_width = 1.2
material_RED_ROAD_MARKING_texture0_height = 1.2
material_RED_ROAD_MARKING_texture0_colorable = true
material_RED_ROAD_MARKING_color = #FF8888
material_ROAD_MARKING_DASHED_texture0_dir = ./textures/cc0textures/Asphalt010
material_ROAD_MARKING_DASHED_texture0_width = 1.2
material_ROAD_MARKING_DASHED_texture0_height = 1.2
material_ROAD_MARKING_DASHED_texture0_colorable = false
material_ROAD_MARKING_DASHED_texture0_coord_function = GLOBAL_X_Z
material_ROAD_MARKING_DASHED_texture1_file = ./textures/road_marking_dash.png
material_ROAD_MARKING_DASHED_texture1_width = 9
material_ROAD_MARKING_DASHED_texture1_height = 0.3
material_ROAD_MARKING_DASHED_texture1_coord_function = STRIP_FIT_HEIGHT
material_ROAD_MARKING_ZEBRA_texture0_file = ./textures/road_marking_dash.png
material_ROAD_MARKING_ZEBRA_texture0_width = 1
material_ROAD_MARKING_ZEBRA_texture0_height = 1
material_ROAD_MARKING_ZEBRA_texture0_coord_function = STRIP_FIT_HEIGHT
material_ROAD_MARKING_CROSSING_texture0_file = ./textures/road_marking_crossing.png
material_ROAD_MARKING_CROSSING_texture0_width = 1
material_ROAD_MARKING_CROSSING_texture0_height = 2
material_ROAD_MARKING_CROSSING_texture0_coord_function = STRIP_FIT_HEIGHT
material_ROAD_MARKING_ARROW_THROUGH_texture0_file = ./textures/road_arrow_through.png
material_ROAD_MARKING_ARROW_THROUGH_texture0_width = 5
material_ROAD_MARKING_ARROW_THROUGH_texture0_height = 0.48
material_ROAD_MARKING_ARROW_THROUGH_texture0_wrap = CLAMP_TO_BORDER
material_ROAD_MARKING_ARROW_THROUGH_texture0_padding = 0.1
material_ROAD_MARKING_ARROW_THROUGH_RIGHT_texture0_file = ./textures/road_arrow_through_right.png
material_ROAD_MARKING_ARROW_THROUGH_RIGHT_texture0_width = 5
material_ROAD_MARKING_ARROW_THROUGH_RIGHT_texture0_height = 0.96
material_ROAD_MARKING_ARROW_THROUGH_RIGHT_texture0_wrap = CLAMP_TO_BORDER
material_ROAD_MARKING_ARROW_THROUGH_RIGHT_texture0_padding = 0.1
material_ROAD_MARKING_ARROW_RIGHT_texture0_file = ./textures/road_arrow_right.png
material_ROAD_MARKING_ARROW_RIGHT_texture0_width = 5
material_ROAD_MARKING_ARROW_RIGHT_texture0_height = 1.2
material_ROAD_MARKING_ARROW_RIGHT_texture0_wrap = CLAMP_TO_BORDER
material_ROAD_MARKING_ARROW_RIGHT_texture0_padding = 0.1
material_ROAD_MARKING_ARROW_RIGHT_LEFT_texture0_file = ./textures/road_arrow_right_left.png
material_ROAD_MARKING_ARROW_RIGHT_LEFT_texture0_width = 5
material_ROAD_MARKING_ARROW_RIGHT_LEFT_texture0_height = 1.2
material_ROAD_MARKING_ARROW_RIGHT_LEFT_texture0_wrap = CLAMP_TO_BORDER
material_ROAD_MARKING_ARROW_RIGHT_LEFT_texture0_padding = 0.1
material_ROCK_texture0_dir = ./textures/cc0textures/Rock034
material_ROCK_texture0_width = 5.0
material_ROCK_texture0_height = 5.0
material_ROOF_DEFAULT_texture0_dir = ./textures/cc0textures/RoofingTiles010
material_ROOF_DEFAULT_texture0_width = 2.4
material_ROOF_DEFAULT_texture0_height = 2.4
material_ROOF_DEFAULT_texture0_colorable = true
material_RUNWAY_CENTER_MARKING_texture0_file = ./textures/runway_centerline_stripes.png
material_RUNWAY_CENTER_MARKING_texture0_width = 60.96
material_RUNWAY_CENTER_MARKING_texture0_height = 0.9144
material_RUNWAY_CENTER_MARKING_texture0_coord_function = STRIP_FIT_HEIGHT
material_RUNWAY_CENTER_MARKING_transparency = BINARY
material_SAND_texture0_dir = ./textures/cc0textures/Ground033
material_SAND_texture0_width = 0.5
material_SAND_texture0_height = 0.5
material_SANDSTONE_texture0_dir = ./textures/cc0textures/Bricks008
material_SANDSTONE_texture0_width = 2.0
material_SANDSTONE_texture0_height = 2.0
material_SANDSTONE_texture0_colorable = true
material_SCREE_texture0_dir = ./textures/cc0textures/Rocks008
material_SCREE_texture0_width = 1.5
material_SCREE_texture0_height = 1.5
material_SCRUB_texture0_file = ./textures/Grass-2048.JPG
material_SCRUB_texture0_width = 1.5
material_SCRUB_texture0_height = 1.5
material_SCRUB_texture0_coord_function = GLOBAL_X_Z
material_SETT_texture0_dir = ./textures/cc0textures/PavingStones033
material_SETT_texture0_width = 1.5
material_SETT_texture0_height = 1.5
material_SLATE_texture0_dir = ./textures/cc0textures/RoofingTiles003
material_SLATE_texture0_width = 1.2
material_SLATE_texture0_height = 1.2
material_STONE_texture0_dir = ./textures/cc0textures/Bricks008
material_STONE_texture0_width = 2.0
material_STONE_texture0_height = 2.0
material_STONE_texture0_color = #a0a69b
material_STONE_texture0_colorable = true
material_STEEL_texture0_dir = ./textures/cc0textures/Metal002
material_STEEL_texture0_width = 1.5
material_STEEL_texture0_height = 1.5
material_SINGLE_WINDOW_texture0_dir = ./textures/custom/Window
material_SNOW_texture0_dir = ./textures/cc0textures/Snow006
material_SNOW_texture0_width = 1.5
material_SNOW_texture0_height = 1.5
material_SOLAR_PANEL_texture0_dir = ./textures/cc0textures/SolarPanel001
material_SOLAR_PANEL_texture0_width = 1.8
material_SOLAR_PANEL_texture0_height = 2
material_SOLAR_PANEL_texture0_widthPerEntity = 1.8
material_SOLAR_PANEL_texture0_heightPerEntity = 2
material_TARTAN_texture0_file = ./textures/Fabi2-putz1.png
material_TARTAN_texture0_width = 0.5
material_TARTAN_texture0_height = 0.5
material_TARTAN_texture0_colorable = true
material_TENNIS_NET_transparency = TRUE
material_TENNIS_NET_texture0_file = ./textures/tennis_net.png
material_TENNIS_NET_texture0_width = 1
material_TENNIS_NET_texture0_height = 1
material_TENNIS_NET_doubleSided = true
material_TILES_texture0_dir = ./textures/cc0textures/Tiles036
material_TILES_texture0_width = 1.0
material_TILES_texture0_height = 1.0
material_TILES_texture0_widthPerEntity = 0.1
material_TILES_texture0_heightPerEntity = 0.1
material_TILES_texture0_colorable = true
material_TREE_BILLBOARD_BROAD_LEAVED_texture0_file = ./textures/arbaro_tree_broad_leaved.png
material_TREE_BILLBOARD_BROAD_LEAVED_texture0_wrap = CLAMP
material_TREE_BILLBOARD_BROAD_LEAVED_transparency = BINARY
material_TREE_BILLBOARD_BROAD_LEAVED_doubleSided = true
material_TREE_BILLBOARD_BROAD_LEAVED_FRUIT_texture0_file = ./textures/apfelbaum_alpha.png
material_TREE_BILLBOARD_BROAD_LEAVED_FRUIT_texture0_wrap = CLAMP
material_TREE_BILLBOARD_BROAD_LEAVED_FRUIT_transparency = TRUE
material_TREE_BILLBOARD_BROAD_LEAVED_FRUIT_doubleSided = true
material_TREE_BILLBOARD_CONIFEROUS_texture0_file = ./textures/arbaro_tree_coniferous.png
material_TREE_BILLBOARD_CONIFEROUS_texture0_wrap = CLAMP
material_TREE_BILLBOARD_CONIFEROUS_transparency = BINARY
material_TREE_BILLBOARD_CONIFEROUS_doubleSided = true
material_UNHEWN_COBBLESTONE_texture0_dir = ./textures/cc0textures/PavingStones016
material_UNHEWN_COBBLESTONE_texture0_width = 1.5
material_UNHEWN_COBBLESTONE_texture0_height = 1.5
material_WATER_texture0_file = ./textures/P1140080E_Water.jpg
material_WATER_texture0_width = 100
material_WATER_texture0_height = 100
material_WOOD_WALL_texture0_dir = ./textures/cc0textures/WoodSiding008
material_WOOD_WALL_texture0_width = 3.2
material_WOOD_WALL_texture0_height = 1.6
material_WOOD_texture0_dir = ./textures/cc0textures/Wood026
material_WOOD_texture0_width = 0.5
material_WOOD_texture0_height = 0.5
# models
model_CAR = ./models/car/car.gltf; ./models/car/car_hatchback.gltf
# traffic sign catalogues
include = ./locales/DE-trafficSigns.properties
include = ./locales/PL-trafficSigns.properties