├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── example ├── assets │ ├── maps │ │ └── garden │ │ │ ├── buffer │ │ │ ├── static_1_tiny_element_5.buffer │ │ │ ├── worldspawn_tiny_brick_14.buffer │ │ │ ├── worldspawn_tiny_brick_21.buffer │ │ │ ├── worldspawn_tiny_brick_26.buffer │ │ │ ├── worldspawn_tiny_grass_6.buffer │ │ │ ├── worldspawn_tiny_metal_17.buffer │ │ │ ├── worldspawn_tiny_tile_22.buffer │ │ │ ├── worldspawn_tiny_tile_23.buffer │ │ │ ├── worldspawn_tiny_tile_33.buffer │ │ │ ├── worldspawn_tiny_tile_4.buffer │ │ │ └── worldspawn_tiny_wood_37.buffer │ │ │ ├── collisionobject │ │ │ ├── static_1_b1_static.collisionobject │ │ │ ├── worldspawn_b10_static.collisionobject │ │ │ ├── worldspawn_b11_static.collisionobject │ │ │ ├── worldspawn_b12_static.collisionobject │ │ │ ├── worldspawn_b13_static.collisionobject │ │ │ ├── worldspawn_b14_static.collisionobject │ │ │ ├── worldspawn_b15_static.collisionobject │ │ │ ├── worldspawn_b16_static.collisionobject │ │ │ ├── worldspawn_b17_static.collisionobject │ │ │ ├── worldspawn_b18_static.collisionobject │ │ │ ├── worldspawn_b19_static.collisionobject │ │ │ ├── worldspawn_b1_static.collisionobject │ │ │ ├── worldspawn_b20_static.collisionobject │ │ │ ├── worldspawn_b21_static.collisionobject │ │ │ ├── worldspawn_b22_static.collisionobject │ │ │ ├── worldspawn_b23_static.collisionobject │ │ │ ├── worldspawn_b24_static.collisionobject │ │ │ ├── worldspawn_b25_static.collisionobject │ │ │ ├── worldspawn_b26_static.collisionobject │ │ │ ├── worldspawn_b27_static.collisionobject │ │ │ ├── worldspawn_b28_static.collisionobject │ │ │ ├── worldspawn_b29_static.collisionobject │ │ │ ├── worldspawn_b2_static.collisionobject │ │ │ ├── worldspawn_b30_static.collisionobject │ │ │ ├── worldspawn_b31_static.collisionobject │ │ │ ├── worldspawn_b32_static.collisionobject │ │ │ ├── worldspawn_b33_static.collisionobject │ │ │ ├── worldspawn_b34_static.collisionobject │ │ │ ├── worldspawn_b35_static.collisionobject │ │ │ ├── worldspawn_b36_static.collisionobject │ │ │ ├── worldspawn_b37_static.collisionobject │ │ │ ├── worldspawn_b38_static.collisionobject │ │ │ ├── worldspawn_b39_static.collisionobject │ │ │ ├── worldspawn_b3_static.collisionobject │ │ │ ├── worldspawn_b40_static.collisionobject │ │ │ ├── worldspawn_b41_static.collisionobject │ │ │ ├── worldspawn_b42_static.collisionobject │ │ │ ├── worldspawn_b43_static.collisionobject │ │ │ ├── worldspawn_b44_static.collisionobject │ │ │ ├── worldspawn_b45_static.collisionobject │ │ │ ├── worldspawn_b46_static.collisionobject │ │ │ ├── worldspawn_b47_static.collisionobject │ │ │ ├── worldspawn_b48_static.collisionobject │ │ │ ├── worldspawn_b49_static.collisionobject │ │ │ ├── worldspawn_b4_static.collisionobject │ │ │ ├── worldspawn_b50_static.collisionobject │ │ │ ├── worldspawn_b51_static.collisionobject │ │ │ ├── worldspawn_b52_static.collisionobject │ │ │ ├── worldspawn_b53_static.collisionobject │ │ │ ├── worldspawn_b54_static.collisionobject │ │ │ ├── worldspawn_b55_static.collisionobject │ │ │ ├── worldspawn_b56_static.collisionobject │ │ │ ├── worldspawn_b57_static.collisionobject │ │ │ ├── worldspawn_b58_static.collisionobject │ │ │ ├── worldspawn_b59_static.collisionobject │ │ │ ├── worldspawn_b5_static.collisionobject │ │ │ ├── worldspawn_b60_static.collisionobject │ │ │ ├── worldspawn_b61_static.collisionobject │ │ │ ├── worldspawn_b62_static.collisionobject │ │ │ ├── worldspawn_b63_static.collisionobject │ │ │ ├── worldspawn_b64_static.collisionobject │ │ │ ├── worldspawn_b65_static.collisionobject │ │ │ ├── worldspawn_b66_static.collisionobject │ │ │ ├── worldspawn_b67_static.collisionobject │ │ │ ├── worldspawn_b68_static.collisionobject │ │ │ ├── worldspawn_b69_static.collisionobject │ │ │ ├── worldspawn_b6_static.collisionobject │ │ │ ├── worldspawn_b70_static.collisionobject │ │ │ ├── worldspawn_b71_static.collisionobject │ │ │ ├── worldspawn_b72_static.collisionobject │ │ │ ├── worldspawn_b73_static.collisionobject │ │ │ ├── worldspawn_b74_static.collisionobject │ │ │ ├── worldspawn_b75_static.collisionobject │ │ │ ├── worldspawn_b76_static.collisionobject │ │ │ ├── worldspawn_b77_static.collisionobject │ │ │ ├── worldspawn_b78_static.collisionobject │ │ │ ├── worldspawn_b79_static.collisionobject │ │ │ ├── worldspawn_b7_static.collisionobject │ │ │ ├── worldspawn_b80_static.collisionobject │ │ │ ├── worldspawn_b81_static.collisionobject │ │ │ ├── worldspawn_b82_static.collisionobject │ │ │ ├── worldspawn_b83_static.collisionobject │ │ │ ├── worldspawn_b84_static.collisionobject │ │ │ ├── worldspawn_b85_static.collisionobject │ │ │ ├── worldspawn_b86_static.collisionobject │ │ │ ├── worldspawn_b87_static.collisionobject │ │ │ ├── worldspawn_b88_static.collisionobject │ │ │ ├── worldspawn_b89_static.collisionobject │ │ │ ├── worldspawn_b8_static.collisionobject │ │ │ ├── worldspawn_b90_static.collisionobject │ │ │ ├── worldspawn_b91_static.collisionobject │ │ │ ├── worldspawn_b92_static.collisionobject │ │ │ ├── worldspawn_b93_static.collisionobject │ │ │ ├── worldspawn_b94_static.collisionobject │ │ │ ├── worldspawn_b95_static.collisionobject │ │ │ ├── worldspawn_b96_static.collisionobject │ │ │ └── worldspawn_b9_static.collisionobject │ │ │ ├── convexshape │ │ │ ├── static_1_b1_static.convexshape │ │ │ ├── worldspawn_b10_static.convexshape │ │ │ ├── worldspawn_b11_static.convexshape │ │ │ ├── worldspawn_b12_static.convexshape │ │ │ ├── worldspawn_b13_static.convexshape │ │ │ ├── worldspawn_b14_static.convexshape │ │ │ ├── worldspawn_b15_static.convexshape │ │ │ ├── worldspawn_b16_static.convexshape │ │ │ ├── worldspawn_b17_static.convexshape │ │ │ ├── worldspawn_b18_static.convexshape │ │ │ ├── worldspawn_b19_static.convexshape │ │ │ ├── worldspawn_b1_static.convexshape │ │ │ ├── worldspawn_b20_static.convexshape │ │ │ ├── worldspawn_b21_static.convexshape │ │ │ ├── worldspawn_b22_static.convexshape │ │ │ ├── worldspawn_b23_static.convexshape │ │ │ ├── worldspawn_b24_static.convexshape │ │ │ ├── worldspawn_b25_static.convexshape │ │ │ ├── worldspawn_b26_static.convexshape │ │ │ ├── worldspawn_b27_static.convexshape │ │ │ ├── worldspawn_b28_static.convexshape │ │ │ ├── worldspawn_b29_static.convexshape │ │ │ ├── worldspawn_b2_static.convexshape │ │ │ ├── worldspawn_b30_static.convexshape │ │ │ ├── worldspawn_b31_static.convexshape │ │ │ ├── worldspawn_b32_static.convexshape │ │ │ ├── worldspawn_b33_static.convexshape │ │ │ ├── worldspawn_b34_static.convexshape │ │ │ ├── worldspawn_b35_static.convexshape │ │ │ ├── worldspawn_b36_static.convexshape │ │ │ ├── worldspawn_b37_static.convexshape │ │ │ ├── worldspawn_b38_static.convexshape │ │ │ ├── worldspawn_b39_static.convexshape │ │ │ ├── worldspawn_b3_static.convexshape │ │ │ ├── worldspawn_b40_static.convexshape │ │ │ ├── worldspawn_b41_static.convexshape │ │ │ ├── worldspawn_b42_static.convexshape │ │ │ ├── worldspawn_b43_static.convexshape │ │ │ ├── worldspawn_b44_static.convexshape │ │ │ ├── worldspawn_b45_static.convexshape │ │ │ ├── worldspawn_b46_static.convexshape │ │ │ ├── worldspawn_b47_static.convexshape │ │ │ ├── worldspawn_b48_static.convexshape │ │ │ ├── worldspawn_b49_static.convexshape │ │ │ ├── worldspawn_b4_static.convexshape │ │ │ ├── worldspawn_b50_static.convexshape │ │ │ ├── worldspawn_b51_static.convexshape │ │ │ ├── worldspawn_b52_static.convexshape │ │ │ ├── worldspawn_b53_static.convexshape │ │ │ ├── worldspawn_b54_static.convexshape │ │ │ ├── worldspawn_b55_static.convexshape │ │ │ ├── worldspawn_b56_static.convexshape │ │ │ ├── worldspawn_b57_static.convexshape │ │ │ ├── worldspawn_b58_static.convexshape │ │ │ ├── worldspawn_b59_static.convexshape │ │ │ ├── worldspawn_b5_static.convexshape │ │ │ ├── worldspawn_b60_static.convexshape │ │ │ ├── worldspawn_b61_static.convexshape │ │ │ ├── worldspawn_b62_static.convexshape │ │ │ ├── worldspawn_b63_static.convexshape │ │ │ ├── worldspawn_b64_static.convexshape │ │ │ ├── worldspawn_b65_static.convexshape │ │ │ ├── worldspawn_b66_static.convexshape │ │ │ ├── worldspawn_b67_static.convexshape │ │ │ ├── worldspawn_b68_static.convexshape │ │ │ ├── worldspawn_b69_static.convexshape │ │ │ ├── worldspawn_b6_static.convexshape │ │ │ ├── worldspawn_b70_static.convexshape │ │ │ ├── worldspawn_b71_static.convexshape │ │ │ ├── worldspawn_b72_static.convexshape │ │ │ ├── worldspawn_b73_static.convexshape │ │ │ ├── worldspawn_b74_static.convexshape │ │ │ ├── worldspawn_b75_static.convexshape │ │ │ ├── worldspawn_b76_static.convexshape │ │ │ ├── worldspawn_b77_static.convexshape │ │ │ ├── worldspawn_b78_static.convexshape │ │ │ ├── worldspawn_b79_static.convexshape │ │ │ ├── worldspawn_b7_static.convexshape │ │ │ ├── worldspawn_b80_static.convexshape │ │ │ ├── worldspawn_b81_static.convexshape │ │ │ ├── worldspawn_b82_static.convexshape │ │ │ ├── worldspawn_b83_static.convexshape │ │ │ ├── worldspawn_b84_static.convexshape │ │ │ ├── worldspawn_b85_static.convexshape │ │ │ ├── worldspawn_b86_static.convexshape │ │ │ ├── worldspawn_b87_static.convexshape │ │ │ ├── worldspawn_b88_static.convexshape │ │ │ ├── worldspawn_b89_static.convexshape │ │ │ ├── worldspawn_b8_static.convexshape │ │ │ ├── worldspawn_b90_static.convexshape │ │ │ ├── worldspawn_b91_static.convexshape │ │ │ ├── worldspawn_b92_static.convexshape │ │ │ ├── worldspawn_b93_static.convexshape │ │ │ ├── worldspawn_b94_static.convexshape │ │ │ ├── worldspawn_b95_static.convexshape │ │ │ ├── worldspawn_b96_static.convexshape │ │ │ └── worldspawn_b9_static.convexshape │ │ │ ├── garden.collection │ │ │ ├── garden.map │ │ │ ├── garden.mtl │ │ │ ├── garden.obj │ │ │ └── mesh │ │ │ ├── static_1_tiny_element_5.mesh │ │ │ ├── worldspawn_tiny_brick_14.mesh │ │ │ ├── worldspawn_tiny_brick_21.mesh │ │ │ ├── worldspawn_tiny_brick_26.mesh │ │ │ ├── worldspawn_tiny_grass_6.mesh │ │ │ ├── worldspawn_tiny_metal_17.mesh │ │ │ ├── worldspawn_tiny_tile_22.mesh │ │ │ ├── worldspawn_tiny_tile_23.mesh │ │ │ ├── worldspawn_tiny_tile_33.mesh │ │ │ ├── worldspawn_tiny_tile_4.mesh │ │ │ └── worldspawn_tiny_wood_37.mesh │ └── textures │ │ ├── maps │ │ ├── brick_14_normal.png │ │ ├── brick_14_specular.png │ │ ├── brick_21_normal.png │ │ ├── brick_21_specular.png │ │ ├── brick_26_normal.png │ │ ├── brick_26_specular.png │ │ ├── element_5_light.png │ │ ├── element_5_normal.png │ │ ├── grass_6_normal.png │ │ ├── grass_6_specular.png │ │ ├── metal_17_normal.png │ │ ├── metal_17_specular.png │ │ ├── tile_22_normal.png │ │ ├── tile_22_specular.png │ │ ├── tile_23_normal.png │ │ ├── tile_23_specular.png │ │ ├── tile_33_normal.png │ │ ├── tile_33_specular.png │ │ ├── tile_4_normal.png │ │ ├── tile_4_specular.png │ │ ├── wood_37_normal.png │ │ └── wood_37_specular.png │ │ └── tiny │ │ ├── brick_14.png │ │ ├── brick_21.png │ │ ├── brick_26.png │ │ ├── element_5.png │ │ ├── grass_6.png │ │ ├── metal_17.png │ │ ├── tile_22.png │ │ ├── tile_23.png │ │ ├── tile_33.png │ │ ├── tile_4.png │ │ └── wood_37.png ├── main.collection ├── main.gui ├── main.script ├── player.collection ├── player.script └── render │ ├── example.render │ └── example.render_script ├── game.project └── illumination ├── assets ├── materials │ ├── debug.fp │ ├── debug.material │ └── debug.vp ├── models │ ├── box.buffer │ ├── data.mesh │ ├── light_directional.mesh │ ├── light_point.mesh │ └── light_spot.mesh └── textures │ ├── light_directional.png │ ├── light_point.png │ └── light_spot.png ├── illumination.go ├── illumination.lua ├── illumination.script ├── light.script ├── light_point.go ├── light_spot.go ├── materials ├── model.fp ├── model.material └── model.vp ├── textures ├── data.png ├── empty.png └── white.png └── utils.lua /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/README.md -------------------------------------------------------------------------------- /example/assets/maps/garden/buffer/static_1_tiny_element_5.buffer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/buffer/static_1_tiny_element_5.buffer -------------------------------------------------------------------------------- /example/assets/maps/garden/buffer/worldspawn_tiny_brick_14.buffer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/buffer/worldspawn_tiny_brick_14.buffer -------------------------------------------------------------------------------- /example/assets/maps/garden/buffer/worldspawn_tiny_brick_21.buffer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/buffer/worldspawn_tiny_brick_21.buffer -------------------------------------------------------------------------------- /example/assets/maps/garden/buffer/worldspawn_tiny_brick_26.buffer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/buffer/worldspawn_tiny_brick_26.buffer -------------------------------------------------------------------------------- /example/assets/maps/garden/buffer/worldspawn_tiny_grass_6.buffer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/buffer/worldspawn_tiny_grass_6.buffer -------------------------------------------------------------------------------- /example/assets/maps/garden/buffer/worldspawn_tiny_metal_17.buffer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/buffer/worldspawn_tiny_metal_17.buffer -------------------------------------------------------------------------------- /example/assets/maps/garden/buffer/worldspawn_tiny_tile_22.buffer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/buffer/worldspawn_tiny_tile_22.buffer -------------------------------------------------------------------------------- /example/assets/maps/garden/buffer/worldspawn_tiny_tile_23.buffer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/buffer/worldspawn_tiny_tile_23.buffer -------------------------------------------------------------------------------- /example/assets/maps/garden/buffer/worldspawn_tiny_tile_33.buffer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/buffer/worldspawn_tiny_tile_33.buffer -------------------------------------------------------------------------------- /example/assets/maps/garden/buffer/worldspawn_tiny_tile_4.buffer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/buffer/worldspawn_tiny_tile_4.buffer -------------------------------------------------------------------------------- /example/assets/maps/garden/buffer/worldspawn_tiny_wood_37.buffer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/buffer/worldspawn_tiny_wood_37.buffer -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/static_1_b1_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/static_1_b1_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b10_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b10_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b11_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b11_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b12_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b12_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b13_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b13_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b14_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b14_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b15_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b15_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b16_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b16_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b17_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b17_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b18_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b18_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b19_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b19_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b1_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b1_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b20_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b20_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b21_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b21_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b22_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b22_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b23_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b23_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b24_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b24_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b25_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b25_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b26_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b26_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b27_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b27_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b28_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b28_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b29_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b29_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b2_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b2_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b30_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b30_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b31_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b31_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b32_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b32_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b33_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b33_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b34_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b34_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b35_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b35_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b36_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b36_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b37_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b37_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b38_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b38_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b39_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b39_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b3_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b3_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b40_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b40_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b41_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b41_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b42_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b42_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b43_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b43_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b44_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b44_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b45_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b45_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b46_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b46_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b47_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b47_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b48_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b48_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b49_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b49_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b4_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b4_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b50_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b50_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b51_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b51_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b52_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b52_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b53_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b53_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b54_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b54_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b55_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b55_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b56_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b56_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b57_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b57_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b58_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b58_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b59_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b59_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b5_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b5_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b60_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b60_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b61_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b61_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b62_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b62_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b63_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b63_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b64_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b64_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b65_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b65_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b66_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b66_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b67_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b67_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b68_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b68_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b69_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b69_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b6_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b6_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b70_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b70_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b71_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b71_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b72_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b72_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b73_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b73_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b74_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b74_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b75_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b75_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b76_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b76_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b77_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b77_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b78_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b78_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b79_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b79_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b7_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b7_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b80_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b80_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b81_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b81_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b82_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b82_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b83_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b83_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b84_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b84_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b85_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b85_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b86_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b86_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b87_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b87_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b88_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b88_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b89_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b89_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b8_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b8_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b90_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b90_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b91_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b91_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b92_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b92_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b93_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b93_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b94_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b94_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b95_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b95_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b96_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b96_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/collisionobject/worldspawn_b9_static.collisionobject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/collisionobject/worldspawn_b9_static.collisionobject -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/static_1_b1_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/static_1_b1_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b10_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b10_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b11_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b11_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b12_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b12_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b13_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b13_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b14_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b14_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b15_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b15_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b16_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b16_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b17_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b17_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b18_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b18_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b19_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b19_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b1_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b1_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b20_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b20_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b21_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b21_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b22_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b22_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b23_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b23_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b24_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b24_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b25_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b25_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b26_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b26_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b27_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b27_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b28_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b28_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b29_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b29_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b2_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b2_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b30_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b30_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b31_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b31_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b32_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b32_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b33_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b33_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b34_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b34_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b35_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b35_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b36_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b36_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b37_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b37_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b38_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b38_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b39_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b39_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b3_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b3_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b40_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b40_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b41_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b41_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b42_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b42_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b43_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b43_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b44_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b44_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b45_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b45_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b46_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b46_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b47_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b47_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b48_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b48_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b49_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b49_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b4_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b4_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b50_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b50_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b51_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b51_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b52_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b52_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b53_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b53_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b54_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b54_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b55_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b55_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b56_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b56_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b57_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b57_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b58_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b58_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b59_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b59_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b5_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b5_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b60_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b60_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b61_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b61_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b62_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b62_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b63_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b63_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b64_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b64_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b65_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b65_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b66_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b66_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b67_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b67_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b68_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b68_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b69_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b69_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b6_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b6_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b70_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b70_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b71_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b71_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b72_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b72_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b73_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b73_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b74_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b74_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b75_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b75_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b76_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b76_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b77_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b77_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b78_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b78_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b79_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b79_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b7_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b7_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b80_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b80_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b81_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b81_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b82_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b82_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b83_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b83_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b84_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b84_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b85_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b85_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b86_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b86_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b87_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b87_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b88_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b88_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b89_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b89_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b8_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b8_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b90_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b90_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b91_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b91_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b92_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b92_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b93_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b93_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b94_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b94_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b95_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b95_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b96_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b96_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/convexshape/worldspawn_b9_static.convexshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/convexshape/worldspawn_b9_static.convexshape -------------------------------------------------------------------------------- /example/assets/maps/garden/garden.collection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/garden.collection -------------------------------------------------------------------------------- /example/assets/maps/garden/garden.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/garden.map -------------------------------------------------------------------------------- /example/assets/maps/garden/garden.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/garden.mtl -------------------------------------------------------------------------------- /example/assets/maps/garden/garden.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/garden.obj -------------------------------------------------------------------------------- /example/assets/maps/garden/mesh/static_1_tiny_element_5.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/mesh/static_1_tiny_element_5.mesh -------------------------------------------------------------------------------- /example/assets/maps/garden/mesh/worldspawn_tiny_brick_14.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/mesh/worldspawn_tiny_brick_14.mesh -------------------------------------------------------------------------------- /example/assets/maps/garden/mesh/worldspawn_tiny_brick_21.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/mesh/worldspawn_tiny_brick_21.mesh -------------------------------------------------------------------------------- /example/assets/maps/garden/mesh/worldspawn_tiny_brick_26.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/mesh/worldspawn_tiny_brick_26.mesh -------------------------------------------------------------------------------- /example/assets/maps/garden/mesh/worldspawn_tiny_grass_6.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/mesh/worldspawn_tiny_grass_6.mesh -------------------------------------------------------------------------------- /example/assets/maps/garden/mesh/worldspawn_tiny_metal_17.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/mesh/worldspawn_tiny_metal_17.mesh -------------------------------------------------------------------------------- /example/assets/maps/garden/mesh/worldspawn_tiny_tile_22.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/mesh/worldspawn_tiny_tile_22.mesh -------------------------------------------------------------------------------- /example/assets/maps/garden/mesh/worldspawn_tiny_tile_23.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/mesh/worldspawn_tiny_tile_23.mesh -------------------------------------------------------------------------------- /example/assets/maps/garden/mesh/worldspawn_tiny_tile_33.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/mesh/worldspawn_tiny_tile_33.mesh -------------------------------------------------------------------------------- /example/assets/maps/garden/mesh/worldspawn_tiny_tile_4.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/mesh/worldspawn_tiny_tile_4.mesh -------------------------------------------------------------------------------- /example/assets/maps/garden/mesh/worldspawn_tiny_wood_37.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/maps/garden/mesh/worldspawn_tiny_wood_37.mesh -------------------------------------------------------------------------------- /example/assets/textures/maps/brick_14_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/brick_14_normal.png -------------------------------------------------------------------------------- /example/assets/textures/maps/brick_14_specular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/brick_14_specular.png -------------------------------------------------------------------------------- /example/assets/textures/maps/brick_21_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/brick_21_normal.png -------------------------------------------------------------------------------- /example/assets/textures/maps/brick_21_specular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/brick_21_specular.png -------------------------------------------------------------------------------- /example/assets/textures/maps/brick_26_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/brick_26_normal.png -------------------------------------------------------------------------------- /example/assets/textures/maps/brick_26_specular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/brick_26_specular.png -------------------------------------------------------------------------------- /example/assets/textures/maps/element_5_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/element_5_light.png -------------------------------------------------------------------------------- /example/assets/textures/maps/element_5_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/element_5_normal.png -------------------------------------------------------------------------------- /example/assets/textures/maps/grass_6_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/grass_6_normal.png -------------------------------------------------------------------------------- /example/assets/textures/maps/grass_6_specular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/grass_6_specular.png -------------------------------------------------------------------------------- /example/assets/textures/maps/metal_17_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/metal_17_normal.png -------------------------------------------------------------------------------- /example/assets/textures/maps/metal_17_specular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/metal_17_specular.png -------------------------------------------------------------------------------- /example/assets/textures/maps/tile_22_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/tile_22_normal.png -------------------------------------------------------------------------------- /example/assets/textures/maps/tile_22_specular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/tile_22_specular.png -------------------------------------------------------------------------------- /example/assets/textures/maps/tile_23_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/tile_23_normal.png -------------------------------------------------------------------------------- /example/assets/textures/maps/tile_23_specular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/tile_23_specular.png -------------------------------------------------------------------------------- /example/assets/textures/maps/tile_33_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/tile_33_normal.png -------------------------------------------------------------------------------- /example/assets/textures/maps/tile_33_specular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/tile_33_specular.png -------------------------------------------------------------------------------- /example/assets/textures/maps/tile_4_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/tile_4_normal.png -------------------------------------------------------------------------------- /example/assets/textures/maps/tile_4_specular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/tile_4_specular.png -------------------------------------------------------------------------------- /example/assets/textures/maps/wood_37_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/wood_37_normal.png -------------------------------------------------------------------------------- /example/assets/textures/maps/wood_37_specular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/maps/wood_37_specular.png -------------------------------------------------------------------------------- /example/assets/textures/tiny/brick_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/tiny/brick_14.png -------------------------------------------------------------------------------- /example/assets/textures/tiny/brick_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/tiny/brick_21.png -------------------------------------------------------------------------------- /example/assets/textures/tiny/brick_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/tiny/brick_26.png -------------------------------------------------------------------------------- /example/assets/textures/tiny/element_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/tiny/element_5.png -------------------------------------------------------------------------------- /example/assets/textures/tiny/grass_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/tiny/grass_6.png -------------------------------------------------------------------------------- /example/assets/textures/tiny/metal_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/tiny/metal_17.png -------------------------------------------------------------------------------- /example/assets/textures/tiny/tile_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/tiny/tile_22.png -------------------------------------------------------------------------------- /example/assets/textures/tiny/tile_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/tiny/tile_23.png -------------------------------------------------------------------------------- /example/assets/textures/tiny/tile_33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/tiny/tile_33.png -------------------------------------------------------------------------------- /example/assets/textures/tiny/tile_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/tiny/tile_4.png -------------------------------------------------------------------------------- /example/assets/textures/tiny/wood_37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/assets/textures/tiny/wood_37.png -------------------------------------------------------------------------------- /example/main.collection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/main.collection -------------------------------------------------------------------------------- /example/main.gui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/main.gui -------------------------------------------------------------------------------- /example/main.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/main.script -------------------------------------------------------------------------------- /example/player.collection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/player.collection -------------------------------------------------------------------------------- /example/player.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/player.script -------------------------------------------------------------------------------- /example/render/example.render: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/render/example.render -------------------------------------------------------------------------------- /example/render/example.render_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/example/render/example.render_script -------------------------------------------------------------------------------- /game.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/game.project -------------------------------------------------------------------------------- /illumination/assets/materials/debug.fp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/assets/materials/debug.fp -------------------------------------------------------------------------------- /illumination/assets/materials/debug.material: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/assets/materials/debug.material -------------------------------------------------------------------------------- /illumination/assets/materials/debug.vp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/assets/materials/debug.vp -------------------------------------------------------------------------------- /illumination/assets/models/box.buffer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/assets/models/box.buffer -------------------------------------------------------------------------------- /illumination/assets/models/data.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/assets/models/data.mesh -------------------------------------------------------------------------------- /illumination/assets/models/light_directional.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/assets/models/light_directional.mesh -------------------------------------------------------------------------------- /illumination/assets/models/light_point.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/assets/models/light_point.mesh -------------------------------------------------------------------------------- /illumination/assets/models/light_spot.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/assets/models/light_spot.mesh -------------------------------------------------------------------------------- /illumination/assets/textures/light_directional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/assets/textures/light_directional.png -------------------------------------------------------------------------------- /illumination/assets/textures/light_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/assets/textures/light_point.png -------------------------------------------------------------------------------- /illumination/assets/textures/light_spot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/assets/textures/light_spot.png -------------------------------------------------------------------------------- /illumination/illumination.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/illumination.go -------------------------------------------------------------------------------- /illumination/illumination.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/illumination.lua -------------------------------------------------------------------------------- /illumination/illumination.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/illumination.script -------------------------------------------------------------------------------- /illumination/light.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/light.script -------------------------------------------------------------------------------- /illumination/light_point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/light_point.go -------------------------------------------------------------------------------- /illumination/light_spot.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/light_spot.go -------------------------------------------------------------------------------- /illumination/materials/model.fp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/materials/model.fp -------------------------------------------------------------------------------- /illumination/materials/model.material: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/materials/model.material -------------------------------------------------------------------------------- /illumination/materials/model.vp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/materials/model.vp -------------------------------------------------------------------------------- /illumination/textures/data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/textures/data.png -------------------------------------------------------------------------------- /illumination/textures/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/textures/empty.png -------------------------------------------------------------------------------- /illumination/textures/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/textures/white.png -------------------------------------------------------------------------------- /illumination/utils.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astrochili/defold-illumination/HEAD/illumination/utils.lua --------------------------------------------------------------------------------