From 472937d08db20bf0a304b88e97557e66775736eb Mon Sep 17 00:00:00 2001 From: OusmBlueNinja <89956790+OusmBlueNinja@users.noreply.github.com> Date: Fri, 18 Apr 2025 23:35:23 -0500 Subject: [PATCH] Removed Random lights, --- imgui.ini | 48 +- remake/build.log | 1 - src/assets/scenes/Colors.cene | 1300 ++++++++++++++++----------------- src/src/Engine.cpp | 97 +-- 4 files changed, 722 insertions(+), 724 deletions(-) diff --git a/imgui.ini b/imgui.ini index 1b7fee3..99ce4f8 100644 --- a/imgui.ini +++ b/imgui.ini @@ -10,24 +10,24 @@ Collapsed=1 [Window][WindowOverViewport_11111111] Pos=0,19 -Size=1280,701 +Size=1920,1158 Collapsed=0 [Window][Inspector] -Pos=0,398 -Size=385,322 +Pos=0,644 +Size=385,533 Collapsed=0 DockId=0x0000000A,0 [Window][Scene Tree] Pos=0,19 -Size=385,377 +Size=385,623 Collapsed=0 DockId=0x00000009,0 [Window][Viewport] Pos=387,19 -Size=893,205 +Size=1533,453 Collapsed=0 DockId=0x00000007,0 @@ -36,16 +36,16 @@ Size=1280,19 Collapsed=0 [Window][Performance Info] -Pos=1136,226 -Size=144,313 +Pos=1672,474 +Size=248,522 Collapsed=0 DockId=0x00000003,0 [Window][Console] -Pos=387,688 -Size=747,32 +Pos=387,474 +Size=1283,703 Collapsed=0 -DockId=0x0000000C,0 +DockId=0x00000005,1 [Window][Tilemap Editor] Pos=265,19 @@ -54,47 +54,45 @@ Collapsed=0 DockId=0x00000007,1 [Window][Profiler] -Pos=387,226 -Size=747,460 +Pos=387,474 +Size=1283,703 Collapsed=0 -DockId=0x0000000B,0 +DockId=0x00000005,0 [Window][Profiler Timeline] Pos=265,69 Size=623,651 Collapsed=0 -DockId=0x0000000B,1 +DockId=0x00000005,1 [Window][Profiler (Unity Style)] Pos=265,430 Size=623,290 Collapsed=0 -DockId=0x0000000B,1 +DockId=0x00000005,1 [Window][Profiler Timeline View] Pos=265,526 Size=1263,651 Collapsed=0 -DockId=0x0000000B,1 +DockId=0x00000005,1 [Window][Color Correction] -Pos=1136,541 -Size=144,179 +Pos=1672,998 +Size=248,179 Collapsed=0 DockId=0x00000004,0 [Docking][Data] -DockSpace ID=0x11111111 Window=0x1BBC0F80 Pos=0,19 Size=1280,701 Split=X +DockSpace ID=0x11111111 Window=0x1BBC0F80 Pos=0,19 Size=1920,1158 Split=X DockNode ID=0x00000001 Parent=0x11111111 SizeRef=385,701 Split=Y Selected=0x12EF0F59 DockNode ID=0x00000009 Parent=0x00000001 SizeRef=385,623 HiddenTabBar=1 Selected=0x12EF0F59 DockNode ID=0x0000000A Parent=0x00000001 SizeRef=385,533 HiddenTabBar=1 Selected=0x36DC96AB DockNode ID=0x00000002 Parent=0x11111111 SizeRef=1533,701 Split=Y Selected=0xC450F867 - DockNode ID=0x00000007 Parent=0x00000002 SizeRef=606,662 CentralNode=1 HiddenTabBar=1 Selected=0xC450F867 - DockNode ID=0x00000008 Parent=0x00000002 SizeRef=606,494 Split=X Selected=0x9B5D3198 - DockNode ID=0x00000005 Parent=0x00000008 SizeRef=1283,481 Split=Y Selected=0x9B5D3198 - DockNode ID=0x0000000B Parent=0x00000005 SizeRef=1336,460 Selected=0x9B5D3198 - DockNode ID=0x0000000C Parent=0x00000005 SizeRef=1336,32 Selected=0xEA83D666 + DockNode ID=0x00000007 Parent=0x00000002 SizeRef=606,453 CentralNode=1 HiddenTabBar=1 Selected=0xC450F867 + DockNode ID=0x00000008 Parent=0x00000002 SizeRef=606,703 Split=X Selected=0x9B5D3198 + DockNode ID=0x00000005 Parent=0x00000008 SizeRef=1283,481 Selected=0xEA83D666 DockNode ID=0x00000006 Parent=0x00000008 SizeRef=248,481 Split=Y Selected=0x3FC1A724 - DockNode ID=0x00000003 Parent=0x00000006 SizeRef=226,313 Selected=0x3FC1A724 + DockNode ID=0x00000003 Parent=0x00000006 SizeRef=226,522 Selected=0x3FC1A724 DockNode ID=0x00000004 Parent=0x00000006 SizeRef=226,179 HiddenTabBar=1 Selected=0xA873C17F diff --git a/remake/build.log b/remake/build.log index bb62909..e69de29 100644 --- a/remake/build.log +++ b/remake/build.log @@ -1 +0,0 @@ -[LINK] g++ src\build\Engine.o src\build\main.o src\build\Renderer.o src\build\Components\CameraComponent.o src\build\Components\LightComponent.o src\build\Components\PhysicsComponent.o src\build\Components\ScriptComponent.o src\build\Components\SpriteComponent.o src\build\Components\TextComonent.o src\build\Components\TilemapComponent.o src\build\Entitys\Object.o src\build\utils\EngineConfig.o src\build\utils\ExceptionHandler.o src\build\utils\FileDialog.o src\build\utils\GameObjectsList.o src\build\utils\Logging.o src\build\utils\Profiler.o src\build\utils\Shader.o src\build\utils\UID.o src\build\utils\utils.o src\build\lapi.o src\build\lauxlib.o src\build\lbaselib.o src\build\lcode.o src\build\lcorolib.o src\build\lctype.o src\build\ldblib.o src\build\ldebug.o src\build\ldo.o src\build\ldump.o src\build\lfunc.o src\build\lgc.o src\build\linit.o src\build\liolib.o src\build\llex.o src\build\lmathlib.o src\build\lmem.o src\build\loadlib.o src\build\lobject.o src\build\lopcodes.o src\build\loslib.o src\build\lparser.o src\build\lstate.o src\build\lstring.o src\build\lstrlib.o src\build\ltable.o src\build\ltablib.o src\build\ltm.o src\build\lua.o src\build\luac.o src\build\lundump.o src\build\lutf8lib.o src\build\lvm.o src\build\lzio.o src\build\imgui.o src\build\imgui_demo.o src\build\imgui_draw.o src\build\imgui_impl_glfw.o src\build\imgui_impl_opengl3.o src\build\imgui_tables.o src\build\imgui_widgets.o src\build\aabb.o src\build\arena_allocator.o src\build\array.o src\build\bitset.o src\build\body.o src\build\broad_phase.o src\build\constraint_graph.o src\build\contact.o src\build\contact_solver.o src\build\core.o src\build\distance.o src\build\distance_joint.o src\build\dynamic_tree.o src\build\geometry.o src\build\hull.o src\build\id_pool.o src\build\island.o src\build\joint.o src\build\manifold.o src\build\math_functions.o src\build\motor_joint.o src\build\mouse_joint.o src\build\mover.o src\build\prismatic_joint.o src\build\revolute_joint.o src\build\sensor.o src\build\shape.o src\build\solver.o src\build\solver_set.o src\build\table.o src\build\timer.o src\build\types.o src\build\weld_joint.o src\build\wheel_joint.o src\build\world.o -o src\build\app.exe -LC:\msys64\mingw64\lib -lglfw3 -lglew32 -lopengl32 -lgdi32 -lyaml-cpp -lcomdlg32 -lssl -lcrypto diff --git a/src/assets/scenes/Colors.cene b/src/assets/scenes/Colors.cene index 8f44896..5611152 100644 --- a/src/assets/scenes/Colors.cene +++ b/src/assets/scenes/Colors.cene @@ -1,10 +1,10 @@ engine_version: 0.1.0 -scene_name: New Text Document -scene_hash: a8db1d1f5c9b74c3c250a48e1a9027e6b17667a97313f951a1f11cee4cdf1d59 +scene_name: Colors +scene_hash: 238d34e26d5123c3fe454f6d3e8146c7b8761463fe8066b402cc34d91becccbe format_version: 1 objects: - name: Pebble_0 - uid: e85562016cb64b959fd69315cc1797e7 + uid: ecdd4ac455f143c48453e32d68dc732e id: 0 position: [0, 0] rotation: 0 @@ -17,7 +17,7 @@ objects: renderType: Lit children: [] - name: Pebble_1 - uid: 1cae17c45d3d4438b8f543b50e5ffb72 + uid: 80cf5465ca1645f8b41be0b26a9e8e23 id: 1 position: [1024, 0] rotation: 0 @@ -30,7 +30,7 @@ objects: renderType: Lit children: [] - name: Pebble_2 - uid: f5f36fec036548308aecc76eff1a9a3f + uid: 6fb3ffca381941b183efdba24c08670e id: 2 position: [2048, 0] rotation: 0 @@ -43,7 +43,7 @@ objects: renderType: Lit children: [] - name: Pebble_3 - uid: 5813414e4cba45db9d1bb80fa6a65c9f + uid: d5a50a26526a4c11ac3b5e54bce8ecd7 id: 3 position: [3072, 0] rotation: 0 @@ -56,7 +56,7 @@ objects: renderType: Lit children: [] - name: Pebble_4 - uid: 3bf3be70582f462bac2c24d6bae8ead3 + uid: 5c6af2c9967d4fcd8a74e4067c4f7185 id: 4 position: [4096, 0] rotation: 0 @@ -69,7 +69,7 @@ objects: renderType: Lit children: [] - name: Pebble_5 - uid: 6896df7c64944bdf8215b1c926f692ba + uid: 1b6079603b6b4303aabcaff91b87e023 id: 5 position: [5120, 0] rotation: 0 @@ -82,7 +82,7 @@ objects: renderType: Lit children: [] - name: Pebble_6 - uid: 0aa64beade3d4e67b27536f562cfa350 + uid: 110a5f0cde6b4a6eaa35c48e1ee09472 id: 6 position: [6144, 0] rotation: 0 @@ -95,7 +95,7 @@ objects: renderType: Lit children: [] - name: Pebble_7 - uid: 8bd0110b57684fe3b62a72417011772c + uid: c110bef0c3154dcebaf8194395a437e7 id: 7 position: [7168, 0] rotation: 0 @@ -108,7 +108,7 @@ objects: renderType: Lit children: [] - name: Pebble_8 - uid: 470cdd48a12d478cab97ed0ede5a74aa + uid: 432a9e1bf3ee4953bc32e720c39e7820 id: 8 position: [8192, 0] rotation: 0 @@ -121,7 +121,7 @@ objects: renderType: Lit children: [] - name: Pebble_9 - uid: cf6cf8264000408c8e96394d4a0d35b5 + uid: 2189786a09084d64a706541d006d44bd id: 9 position: [9216, 0] rotation: 0 @@ -134,7 +134,7 @@ objects: renderType: Lit children: [] - name: Pebble_10 - uid: b1058484091042939081566afbabdb19 + uid: 883bfa6c14304c3383b4a45d06dc7769 id: 10 position: [0, 1024] rotation: 0 @@ -147,7 +147,7 @@ objects: renderType: Lit children: [] - name: Pebble_11 - uid: d37e0904a8ec4e39974fd778d0864306 + uid: dab084fcfc7744c68bcec15ef078aa28 id: 11 position: [1024, 1024] rotation: 0 @@ -160,7 +160,7 @@ objects: renderType: Lit children: [] - name: Pebble_12 - uid: 7096385451f642eb8be60b6b382758ec + uid: 58343ab8faff4b5d894fee61fb77ab57 id: 12 position: [2048, 1024] rotation: 0 @@ -173,7 +173,7 @@ objects: renderType: Lit children: [] - name: Pebble_13 - uid: 9fd0f3e7359243ffad3b7650fded8216 + uid: 10fb909ad5bd43faba543b5d395eb1c9 id: 13 position: [3072, 1024] rotation: 0 @@ -186,7 +186,7 @@ objects: renderType: Lit children: [] - name: Pebble_14 - uid: 41561c043dd74b7ba8a96784b5ac7f67 + uid: 738dade1e733408a96c0fc35a3c45dbb id: 14 position: [4096, 1024] rotation: 0 @@ -199,7 +199,7 @@ objects: renderType: Lit children: [] - name: Pebble_15 - uid: d69beab18a6045f28898ad4a204b4e32 + uid: 62331001604e4df09597228748c1d229 id: 15 position: [5120, 1024] rotation: 0 @@ -212,7 +212,7 @@ objects: renderType: Lit children: [] - name: Pebble_16 - uid: 6e66769b01a54db4b0a4c864cc010acd + uid: a865cf5abfca45a7865046554f6068cf id: 16 position: [6144, 1024] rotation: 0 @@ -225,7 +225,7 @@ objects: renderType: Lit children: [] - name: Pebble_17 - uid: 9ae594bcc9284415bf6fcc512ce13e35 + uid: 0530f874d78441fdb994d4601d1657c0 id: 17 position: [7168, 1024] rotation: 0 @@ -238,7 +238,7 @@ objects: renderType: Lit children: [] - name: Pebble_18 - uid: e99b90fa9f8f451496e047c938872a39 + uid: 241128e5d1f24555863fe48525021afe id: 18 position: [8192, 1024] rotation: 0 @@ -251,7 +251,7 @@ objects: renderType: Lit children: [] - name: Pebble_19 - uid: fa4ec19f6ea741acaf433bac275d0caf + uid: 4cf940e3a2b943fe97294de1a9b9451a id: 19 position: [9216, 1024] rotation: 0 @@ -264,7 +264,7 @@ objects: renderType: Lit children: [] - name: Pebble_20 - uid: ac6c5aab4f734f45bca650641e6e0aa8 + uid: 98c9041eded94f4cbd10b18e0894704b id: 20 position: [0, 2048] rotation: 0 @@ -277,7 +277,7 @@ objects: renderType: Lit children: [] - name: Pebble_21 - uid: b88b0f4e174b4692980af93f4cff21ed + uid: 20c7d45eda7f44349cd65a56a8afa8ea id: 21 position: [1024, 2048] rotation: 0 @@ -290,7 +290,7 @@ objects: renderType: Lit children: [] - name: Pebble_22 - uid: b0664699297944cbbcd4b284e8bead83 + uid: a5e7ef16933b41c186a712419291d605 id: 22 position: [2048, 2048] rotation: 0 @@ -303,7 +303,7 @@ objects: renderType: Lit children: [] - name: Pebble_23 - uid: 49318062e20c4755b84852182bb1a856 + uid: 536c9bf8c3d24361b7ae0464ad67c132 id: 23 position: [3072, 2048] rotation: 0 @@ -316,7 +316,7 @@ objects: renderType: Lit children: [] - name: Pebble_24 - uid: 6ca72b6001ae44baa347e855ca687424 + uid: b3a78cb6a1624bae8ac8f9c419236c6f id: 24 position: [4096, 2048] rotation: 0 @@ -329,7 +329,7 @@ objects: renderType: Lit children: [] - name: Pebble_25 - uid: 10638441c01c4d45b5667f501e5d7c6e + uid: e87c98b4f9934b04aa594ab0d7ec0502 id: 25 position: [5120, 2048] rotation: 0 @@ -342,7 +342,7 @@ objects: renderType: Lit children: [] - name: Pebble_26 - uid: cf225d8e63a5420db7c1c154c2c5cc45 + uid: 8ef432fe0e0148f5819be585bdc39ba0 id: 26 position: [6144, 2048] rotation: 0 @@ -355,7 +355,7 @@ objects: renderType: Lit children: [] - name: Pebble_27 - uid: bd8bb4c3245c401b8ab9933c51386e1a + uid: 477c0f6b08e94ed687f9505684565bcb id: 27 position: [7168, 2048] rotation: 0 @@ -368,7 +368,7 @@ objects: renderType: Lit children: [] - name: Pebble_28 - uid: 18abfe3cd6f344659be35928c7450ece + uid: f95a8626eeca40c59cf5f4ba929108bc id: 28 position: [8192, 2048] rotation: 0 @@ -381,7 +381,7 @@ objects: renderType: Lit children: [] - name: Pebble_29 - uid: 8430f20f19cb4c6d99209f570db533a2 + uid: 56771500ffb242f1acaf14706efbe284 id: 29 position: [9216, 2048] rotation: 0 @@ -394,7 +394,7 @@ objects: renderType: Lit children: [] - name: Pebble_30 - uid: 29a076615a854c59bd942babfde09cd1 + uid: ec96bc73b5d747a1826a9dc9caa2e590 id: 30 position: [0, 3072] rotation: 0 @@ -407,7 +407,7 @@ objects: renderType: Lit children: [] - name: Pebble_31 - uid: bdbbdeb1ecf049c39f5d2ef370bec812 + uid: 20f0c4a89f8940909793d336994e0910 id: 31 position: [1024, 3072] rotation: 0 @@ -420,7 +420,7 @@ objects: renderType: Lit children: [] - name: Pebble_32 - uid: 1b67fca2316948e2b9037c893e7b176a + uid: 0f2e9ec626cd412c936769e7f1cd1233 id: 32 position: [2048, 3072] rotation: 0 @@ -433,7 +433,7 @@ objects: renderType: Lit children: [] - name: Pebble_33 - uid: 633b1ee581b54988b296f0ed1f8d40af + uid: 5aff35aa4bc54ab58744d3ee3ab6ab41 id: 33 position: [3072, 3072] rotation: 0 @@ -446,7 +446,7 @@ objects: renderType: Lit children: [] - name: Pebble_34 - uid: 45207140762641a4bb000d4c790a4bef + uid: 56940c0c420e4cce9a658ed4a71c5b38 id: 34 position: [4096, 3072] rotation: 0 @@ -459,7 +459,7 @@ objects: renderType: Lit children: [] - name: Pebble_35 - uid: 7b24f12884864f2fb5ae28dab67c4b64 + uid: 48c2b9b3bb384198a459221c0f27e775 id: 35 position: [5120, 3072] rotation: 0 @@ -472,7 +472,7 @@ objects: renderType: Lit children: [] - name: Pebble_36 - uid: e3b5680fcb51440ba76b684af19f23ed + uid: f3549453f02248098668dd69916fb8ac id: 36 position: [6144, 3072] rotation: 0 @@ -485,7 +485,7 @@ objects: renderType: Lit children: [] - name: Pebble_37 - uid: 36dd5cd44b114269bd29fefb7517dc14 + uid: 4de59e7798074d8b881f13db53c37751 id: 37 position: [7168, 3072] rotation: 0 @@ -498,7 +498,7 @@ objects: renderType: Lit children: [] - name: Pebble_38 - uid: 01bde747effb4c7ca3072b1ea2e00fab + uid: 9e7c744505394ab6816226f80e182c0f id: 38 position: [8192, 3072] rotation: 0 @@ -511,7 +511,7 @@ objects: renderType: Lit children: [] - name: Pebble_39 - uid: 88a574ed4f584c2198d2a5d2435cb45e + uid: 40fd9019170f45f0a2f6976f3c339e41 id: 39 position: [9216, 3072] rotation: 0 @@ -524,7 +524,7 @@ objects: renderType: Lit children: [] - name: Pebble_40 - uid: 7d62e7bca5a24b48976330f442a69dca + uid: 873ab924208a4cbf97f1d3a33ecd9b27 id: 40 position: [0, 4096] rotation: 0 @@ -537,7 +537,7 @@ objects: renderType: Lit children: [] - name: Pebble_41 - uid: 89ee300ad90341029a91750d7c386c06 + uid: 01bdf3d40ec341778380157f9db949b4 id: 41 position: [1024, 4096] rotation: 0 @@ -550,7 +550,7 @@ objects: renderType: Lit children: [] - name: Pebble_42 - uid: 5118ed7a742a4b749298aa1ea472f2d3 + uid: b4829d060d4f4bec91bc884c7c419694 id: 42 position: [2048, 4096] rotation: 0 @@ -563,7 +563,7 @@ objects: renderType: Lit children: [] - name: Pebble_43 - uid: 05259ce8f36446cb9ef884a3124c80fc + uid: f3575418549841959efddcb8b9a6cf80 id: 43 position: [3072, 4096] rotation: 0 @@ -576,7 +576,7 @@ objects: renderType: Lit children: [] - name: Pebble_44 - uid: 81aa1e36a42e448ca2902be2c405af4c + uid: 072770b55f204754ad5954d218d1c2b0 id: 44 position: [4096, 4096] rotation: 0 @@ -589,7 +589,7 @@ objects: renderType: Lit children: [] - name: Pebble_45 - uid: 2f0f0b4baf994fec88061b280ede3aa5 + uid: ece6cd3791ec414181f60de18e6ebbe3 id: 45 position: [5120, 4096] rotation: 0 @@ -602,7 +602,7 @@ objects: renderType: Lit children: [] - name: Pebble_46 - uid: 885d5c8bc849495fbf6c40c6926ccdd9 + uid: cd5986cad8644758823e373c4a248a00 id: 46 position: [6144, 4096] rotation: 0 @@ -615,7 +615,7 @@ objects: renderType: Lit children: [] - name: Pebble_47 - uid: 6f4eb9624ad74fb284de034ff0600a39 + uid: 130768c3cc684b86b61d1195cb3e2730 id: 47 position: [7168, 4096] rotation: 0 @@ -628,7 +628,7 @@ objects: renderType: Lit children: [] - name: Pebble_48 - uid: 674d2e0d955747b496ba7ae49795532a + uid: 933af9c7e50e4747b336fc61c36e01df id: 48 position: [8192, 4096] rotation: 0 @@ -641,7 +641,7 @@ objects: renderType: Lit children: [] - name: Pebble_49 - uid: 3135e415df1a45f1936cc5b652c64d81 + uid: a6b59d35292547e0a8e414bdea71e960 id: 49 position: [9216, 4096] rotation: 0 @@ -654,7 +654,7 @@ objects: renderType: Lit children: [] - name: Pebble_50 - uid: 8e30ea606e634e08a726272c8b08f3d2 + uid: 2eeaf07ff6d94eaba3305a3adc5fecf3 id: 50 position: [0, 5120] rotation: 0 @@ -667,7 +667,7 @@ objects: renderType: Lit children: [] - name: Pebble_51 - uid: 34917f8c086e478e967d8d256dab06a9 + uid: 28598f6dc56341a5a4ec8448940b4e83 id: 51 position: [1024, 5120] rotation: 0 @@ -680,7 +680,7 @@ objects: renderType: Lit children: [] - name: Pebble_52 - uid: dcfefbb692854641b4e66c85eca80c7e + uid: 36aebf52671649409417a418c357832d id: 52 position: [2048, 5120] rotation: 0 @@ -693,7 +693,7 @@ objects: renderType: Lit children: [] - name: Pebble_53 - uid: 36781bcd92fc4f5790dfd7182b3a76db + uid: 0ea549cba33a49968e4312dbba5b43ca id: 53 position: [3072, 5120] rotation: 0 @@ -706,7 +706,7 @@ objects: renderType: Lit children: [] - name: Pebble_54 - uid: 7933991dc14b47c3843e57dbfb7ce9bb + uid: 640d34aa955945328fbe0b5ebc670eab id: 54 position: [4096, 5120] rotation: 0 @@ -719,7 +719,7 @@ objects: renderType: Lit children: [] - name: Pebble_55 - uid: 3353d14cadd04712844a876971e6e288 + uid: c54ee81ccaac48c683fb2eaa5f9a07ee id: 55 position: [5120, 5120] rotation: 0 @@ -732,7 +732,7 @@ objects: renderType: Lit children: [] - name: Pebble_56 - uid: 2180bb91aed848788c7b7511af47ff05 + uid: 118c5131e9b1486ba191e2a18c77a8ef id: 56 position: [6144, 5120] rotation: 0 @@ -745,7 +745,7 @@ objects: renderType: Lit children: [] - name: Pebble_57 - uid: aecebd51fcc941fead1ee2f304146266 + uid: 909c88675f364c4086ce19046a665533 id: 57 position: [7168, 5120] rotation: 0 @@ -758,7 +758,7 @@ objects: renderType: Lit children: [] - name: Pebble_58 - uid: 8faf85fcaa3e40b297286ca89c4c7d69 + uid: 0898a89fd1af4d15ad1ac0a0e3e39e97 id: 58 position: [8192, 5120] rotation: 0 @@ -771,7 +771,7 @@ objects: renderType: Lit children: [] - name: Pebble_59 - uid: 060d6e5b663d4787a7a194f45907520c + uid: a13e07bfcf964e3d82e3f27b368321b8 id: 59 position: [9216, 5120] rotation: 0 @@ -784,7 +784,7 @@ objects: renderType: Lit children: [] - name: Pebble_60 - uid: b54cdbe3f8864f6d808f04b28095fc25 + uid: 6173b211d95a4cbcaf1473f018146e76 id: 60 position: [0, 6144] rotation: 0 @@ -797,7 +797,7 @@ objects: renderType: Lit children: [] - name: Pebble_61 - uid: d4df499a1ef24827bae3562f62d9711b + uid: 9fafc2fd1e94472a92541ebc1ff13801 id: 61 position: [1024, 6144] rotation: 0 @@ -810,7 +810,7 @@ objects: renderType: Lit children: [] - name: Pebble_62 - uid: a7e87ffb532145fe87fa1c66c3fac5f9 + uid: e1e3a9012e3740c18d0b14632aa0a65d id: 62 position: [2048, 6144] rotation: 0 @@ -823,7 +823,7 @@ objects: renderType: Lit children: [] - name: Pebble_63 - uid: e72964f159684da3b66fefca2ba3889a + uid: fdff0154b6574d3b873454318d435f7f id: 63 position: [3072, 6144] rotation: 0 @@ -836,7 +836,7 @@ objects: renderType: Lit children: [] - name: Pebble_64 - uid: 1e851618460b4db69e15760bc8521ca7 + uid: 5e9183fa813844ceb750ae76d0fbddfc id: 64 position: [4096, 6144] rotation: 0 @@ -849,7 +849,7 @@ objects: renderType: Lit children: [] - name: Pebble_65 - uid: 21726c79605641ebb60fc9a5ee9ec926 + uid: 821e0e0afcc14639bf5a16dfc5e48a3c id: 65 position: [5120, 6144] rotation: 0 @@ -862,7 +862,7 @@ objects: renderType: Lit children: [] - name: Pebble_66 - uid: 1e02beb64e3046f892ed30bc93e41644 + uid: 4cd95ff7113a4f55abf2630721159ba4 id: 66 position: [6144, 6144] rotation: 0 @@ -875,7 +875,7 @@ objects: renderType: Lit children: [] - name: Pebble_67 - uid: 1fe2a10d91ed4cc29f0685e17afdadbd + uid: e6a5d58554a74da3a652ce6066e7f5dd id: 67 position: [7168, 6144] rotation: 0 @@ -888,7 +888,7 @@ objects: renderType: Lit children: [] - name: Pebble_68 - uid: bc7a1acecde34ca99afd66e082d362f3 + uid: fdf0319f403e4f5590b4575080bc5b38 id: 68 position: [8192, 6144] rotation: 0 @@ -901,7 +901,7 @@ objects: renderType: Lit children: [] - name: Pebble_69 - uid: c18c99ed2deb4703be0101352de81242 + uid: caf68ede174a4c868690d7e8dcd0a43d id: 69 position: [9216, 6144] rotation: 0 @@ -914,7 +914,7 @@ objects: renderType: Lit children: [] - name: Pebble_70 - uid: 9599c3be4d6641ff900b032ee3741f72 + uid: 8453607a091a4cfe884fba7c6eb5d183 id: 70 position: [0, 7168] rotation: 0 @@ -927,7 +927,7 @@ objects: renderType: Lit children: [] - name: Pebble_71 - uid: c37d06c6f10e4298bfd4bd889b183406 + uid: 684324a14a1441de997c19b09947f96a id: 71 position: [1024, 7168] rotation: 0 @@ -940,7 +940,7 @@ objects: renderType: Lit children: [] - name: Pebble_72 - uid: 32f17a8c3f764b03ab7d1912c4c8bc18 + uid: c98240902a1e4e46b3c61dd699d3a499 id: 72 position: [2048, 7168] rotation: 0 @@ -953,7 +953,7 @@ objects: renderType: Lit children: [] - name: Pebble_73 - uid: 8df92f39976e4857895d7003968981e1 + uid: 91aa730853a94b02ac201aff26adb3c4 id: 73 position: [3072, 7168] rotation: 0 @@ -966,7 +966,7 @@ objects: renderType: Lit children: [] - name: Pebble_74 - uid: 8858541ba3b64461ba1dd632d3a6755e + uid: f2a41ecbabe342df803457db98573103 id: 74 position: [4096, 7168] rotation: 0 @@ -979,7 +979,7 @@ objects: renderType: Lit children: [] - name: Pebble_75 - uid: 1b26972864554b09abbebff7dae2b2ab + uid: 75e35e5cff1f4c2f9e4603a2bb932fcb id: 75 position: [5120, 7168] rotation: 0 @@ -992,7 +992,7 @@ objects: renderType: Lit children: [] - name: Pebble_76 - uid: e36317d91d8941b68b94f84fb81c4b4c + uid: 8f6db04ccc0f4af29a49748aecd77368 id: 76 position: [6144, 7168] rotation: 0 @@ -1005,7 +1005,7 @@ objects: renderType: Lit children: [] - name: Pebble_77 - uid: ae688d2542fb44f0b7896ce6414f0126 + uid: 39f24480191242a2b216ee3260462260 id: 77 position: [7168, 7168] rotation: 0 @@ -1018,7 +1018,7 @@ objects: renderType: Lit children: [] - name: Pebble_78 - uid: c06e90589f754f929eb32678c725fdd6 + uid: 689b3b9f672b4b0396de577947cf033a id: 78 position: [8192, 7168] rotation: 0 @@ -1031,7 +1031,7 @@ objects: renderType: Lit children: [] - name: Pebble_79 - uid: be869f4a858648629403d86cb4d0e879 + uid: 6c9d3bb14c0c4dd887f05cd86483884c id: 79 position: [9216, 7168] rotation: 0 @@ -1044,7 +1044,7 @@ objects: renderType: Lit children: [] - name: Pebble_80 - uid: 49df107ae80740beb2a50893a4d83943 + uid: 400d392991bc4390b64b4736a8282141 id: 80 position: [0, 8192] rotation: 0 @@ -1057,7 +1057,7 @@ objects: renderType: Lit children: [] - name: Pebble_81 - uid: 7b8b2f468d3c48da9a7bb7d65faf0da3 + uid: 7fe38d8da9bd410ead4b6d903082c7ab id: 81 position: [1024, 8192] rotation: 0 @@ -1070,7 +1070,7 @@ objects: renderType: Lit children: [] - name: Pebble_82 - uid: 9ca6577421c14f71969022d327490ad2 + uid: 747d586d6c944ebea98d766b3b958b7e id: 82 position: [2048, 8192] rotation: 0 @@ -1083,7 +1083,7 @@ objects: renderType: Lit children: [] - name: Pebble_83 - uid: 63147c259b434cac86d7c274a4d71275 + uid: 3f7212c3a6e3453d9ee22aba30c54268 id: 83 position: [3072, 8192] rotation: 0 @@ -1096,7 +1096,7 @@ objects: renderType: Lit children: [] - name: Pebble_84 - uid: e8599c29b1904f1d9fb0a28ee218d259 + uid: f419f3c6893e4e31a214e42d0c1fd1a5 id: 84 position: [4096, 8192] rotation: 0 @@ -1109,7 +1109,7 @@ objects: renderType: Lit children: [] - name: Pebble_85 - uid: 7933aec2c0d9461c83ad1558d8bc05f8 + uid: 2621738531d14033bb92d57c2d753a96 id: 85 position: [5120, 8192] rotation: 0 @@ -1122,7 +1122,7 @@ objects: renderType: Lit children: [] - name: Pebble_86 - uid: 8af8b0c1545c486fbe2a7022abab076f + uid: 94e7cf4e4bfa422eb8983cb9b270a627 id: 86 position: [6144, 8192] rotation: 0 @@ -1135,7 +1135,7 @@ objects: renderType: Lit children: [] - name: Pebble_87 - uid: 843f7e5e2c134db8bdb62a660da08ee3 + uid: bc9910f7b9f14acc81b9df8d74616623 id: 87 position: [7168, 8192] rotation: 0 @@ -1148,7 +1148,7 @@ objects: renderType: Lit children: [] - name: Pebble_88 - uid: 56463f54f8224deb82487cb6037dae3f + uid: 33c39a74622f40579f9e6bcb96ecca0f id: 88 position: [8192, 8192] rotation: 0 @@ -1161,7 +1161,7 @@ objects: renderType: Lit children: [] - name: Pebble_89 - uid: fb194bdd8a354a08af66cbd81309285a + uid: 4cfd34578d644dafb8b027dfb37675ff id: 89 position: [9216, 8192] rotation: 0 @@ -1174,7 +1174,7 @@ objects: renderType: Lit children: [] - name: Pebble_90 - uid: 3b946a1130984c82a6338ae7e49ea5cd + uid: 443bed9347f74f5095ddac46005bfc77 id: 90 position: [0, 9216] rotation: 0 @@ -1187,7 +1187,7 @@ objects: renderType: Lit children: [] - name: Pebble_91 - uid: 05040a7a2c1d4661b15bde9a6fb68869 + uid: 45fce90dbd9f4da88ae6d96df7e78bbd id: 91 position: [1024, 9216] rotation: 0 @@ -1200,7 +1200,7 @@ objects: renderType: Lit children: [] - name: Pebble_92 - uid: a0da596a8d72433a94d0d785b5dc3790 + uid: bb0661f6c05a46cdaa0321ee4c270af5 id: 92 position: [2048, 9216] rotation: 0 @@ -1213,7 +1213,7 @@ objects: renderType: Lit children: [] - name: Pebble_93 - uid: 624c2c1f7efe41f5a037147afc428151 + uid: a76cd23196b240dfaa21521547022a57 id: 93 position: [3072, 9216] rotation: 0 @@ -1226,7 +1226,7 @@ objects: renderType: Lit children: [] - name: Pebble_94 - uid: 3ef60094854b4d228d56a4e05d14bb3a + uid: 9851e8d69aa24e6fa16c941e85d93fb4 id: 94 position: [4096, 9216] rotation: 0 @@ -1239,7 +1239,7 @@ objects: renderType: Lit children: [] - name: Pebble_95 - uid: aa620ead20eb4bc7a63758aa5c9d3dbd + uid: 687706577ca1421495a40da06d6dacbd id: 95 position: [5120, 9216] rotation: 0 @@ -1252,7 +1252,7 @@ objects: renderType: Lit children: [] - name: Pebble_96 - uid: 8f3e2c7f4a134249a0303106c9e04fe0 + uid: 98a027a42eeb4a43aebfb65e5806a4ba id: 96 position: [6144, 9216] rotation: 0 @@ -1265,7 +1265,7 @@ objects: renderType: Lit children: [] - name: Pebble_97 - uid: 53948db9e8a748128fa9fd7852bbff4b + uid: 71794b448c9c4f71ac0b8107f159c68b id: 97 position: [7168, 9216] rotation: 0 @@ -1278,7 +1278,7 @@ objects: renderType: Lit children: [] - name: Pebble_98 - uid: e445d9c193074bc0aadb3103b33fa8f1 + uid: 00f505cc76614a19bb6dfd0e2466ae24 id: 98 position: [8192, 9216] rotation: 0 @@ -1291,7 +1291,7 @@ objects: renderType: Lit children: [] - name: Pebble_99 - uid: 89c5ad48aed84184ac43f4f365fbf4c7 + uid: 6cdc7299a5444f9689282096951c9dd1 id: 99 position: [9216, 9216] rotation: 0 @@ -1304,117 +1304,117 @@ objects: renderType: Lit children: [] - name: Light_0 - uid: 3cb97547069149d7a6d27af31c903b25 + uid: 30154f100137422983e92f8a04a6f2b0 id: 100 - position: [3901.22412, 2896.03564] + position: [4781.81689, 2865.53101] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.489319623 - - 1 - 0.199999988 - intensity: 1.66476631 - radius: 1233.07166 + - 1 + - 0.634370029 + intensity: 2.14633536 + radius: 1343.76721 falloff: 1 type: 0 children: [] - name: Light_1 - uid: eaffc6b9e0a742909131ad10d0222bac + uid: 26d9caf0ea854deea15cfd298405418d id: 101 - position: [2026.68091, 9731.88574] + position: [9168.36035, 8977.74316] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.963738561 - 1 + - 0.773353696 - 0.199999988 - intensity: 2.36469412 - radius: 1045.35706 + intensity: 2.29570389 + radius: 1772.48975 falloff: 1 type: 0 children: [] - name: Light_2 - uid: 99e69a9a63c744d6bc1fff69d25ddfae + uid: 2872f4b461bc40cbade60a927930fff5 id: 102 - position: [1522.11377, 4078.87012] + position: [10158.4229, 8450.09863] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 1 + - 0.878479362 - 0.199999988 - - 0.350159049 - intensity: 2.38165951 - radius: 1734.40576 + - 1 + intensity: 1.31266618 + radius: 1216.3988 falloff: 1 type: 0 children: [] - name: Light_3 - uid: bbeea00d3be34fcb80d8a863ba2bf23e + uid: aa03a22c573e4730aaa317c4f18186fc id: 103 - position: [7200.55273, 6327.17529] + position: [4642.74219, 3457.69653] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: + - 0.396463096 - 1 - 0.199999988 - - 0.635792494 - intensity: 2.16699195 - radius: 1029.44385 + intensity: 1.27492428 + radius: 1774.2356 falloff: 1 type: 0 children: [] - name: Light_4 - uid: 6241eeb5dc6c4fa79f973d1d2c37c69a + uid: 7d87e3d2a14443f4a36c4b3170346edc id: 104 - position: [9603.5625, 2609.63623] + position: [5418.00342, 480.79953] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.491446316 - - 1 - 0.199999988 - intensity: 2.49930882 - radius: 1752.31519 + - 1 + - 0.752684772 + intensity: 2.23186612 + radius: 1923.41858 falloff: 1 type: 0 children: [] - name: Light_5 - uid: a0473594f1ae43299f177e7d2d2a3653 + uid: fe9d2b60234640f9be0089c549317bc2 id: 105 - position: [4944.39014, 9524.95996] + position: [6015.25146, 1279.32568] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.745680571 + - 0.233506382 - 0.199999988 - 1 - intensity: 2.48285055 - radius: 1557.01807 + intensity: 2.38563824 + radius: 1859.77954 falloff: 1 type: 0 children: [] - name: Light_6 - uid: 45a3fdfcbca5465e9e1bde49faf7d349 + uid: e0e1f3a5b0604e0f806eebd19caf8782 id: 106 - position: [7821.25684, 5581.13574] + position: [3631.48438, 414.540131] rotation: 0 layer: 0 visable: true @@ -1423,34 +1423,34 @@ objects: color: - 1 - 0.199999988 - - 0.435739517 - intensity: 1.28551114 - radius: 1945.03064 + - 0.902588248 + intensity: 1.51399684 + radius: 1054.93518 falloff: 1 type: 0 children: [] - name: Light_7 - uid: fe67fe47de1c455085a74c3419e4850a + uid: abc08385b6bc420b9b57aac1935436c8 id: 107 - position: [3704.49829, 3251.24609] + position: [1759.95068, 3177.23633] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: + - 0.564324975 - 0.199999988 - - 0.292122245 - 1 - intensity: 2.30713272 - radius: 1530.85645 + intensity: 1.08528221 + radius: 1708.48657 falloff: 1 type: 0 children: [] - name: Light_8 - uid: cde66103dab74d14b4f2347b497b6f67 + uid: 9d6e00e30ba44b8fa0fb921a4cefd000 id: 108 - position: [1412.7019, 6992.08594] + position: [7818.25781, 3746.76294] rotation: 0 layer: 0 visable: true @@ -1458,161 +1458,161 @@ objects: - type: LightComponent color: - 1 - - 0.214532554 + - 0.877644241 - 0.199999988 - intensity: 2.36716342 - radius: 1223.75488 + intensity: 1.9285357 + radius: 1207.24731 falloff: 1 type: 0 children: [] - name: Light_9 - uid: 8050ff793ac14803a4bcc434fd22840d + uid: 963af3cc49f448b5a38b861903c92f58 id: 109 - position: [6744.38232, 8306.41699] + position: [6541.65625, 5471.24707] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.727203965 - - 1 - 0.199999988 - intensity: 1.29524505 - radius: 1783.7998 + - 0.2455917 + - 1 + intensity: 2.75095558 + radius: 1329.29321 falloff: 1 type: 0 children: [] - name: Light_10 - uid: e7bdb7ab13414cc299f46a406787d887 + uid: d43b7113fece43019613cab0c89ef331 id: 110 - position: [3784.95874, 7176.94434] + position: [1989.76758, 9264.46777] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.891654193 - 0.199999988 - 1 - intensity: 2.65170288 - radius: 1148.35474 + - 0.56546706 + intensity: 1.90818453 + radius: 1369.16101 falloff: 1 type: 0 children: [] - name: Light_11 - uid: 041716c45d624d5ab2df520aa42b9b8d + uid: fdd900c67b3840448f7542ae7185852b id: 111 - position: [6582.80225, 7549.75293] + position: [10228.5205, 5665.5957] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.773637891 - 1 - 0.199999988 - intensity: 2.03734994 - radius: 1390.5813 + - 0.939149857 + intensity: 2.7917068 + radius: 1709.72302 falloff: 1 type: 0 children: [] - name: Light_12 - uid: 65dc26e2f25c4ff6905ec8e2f6a914b8 + uid: 2fb429d2e02f4bda8926803d30357b50 id: 112 - position: [3146.45972, 1841.58691] + position: [1219.72913, 8213.16797] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 1 - - 0.807023823 - 0.199999988 - intensity: 2.78442764 - radius: 1269.17517 + - 0.768488884 + - 1 + intensity: 2.32306242 + radius: 1699.88635 falloff: 1 type: 0 children: [] - name: Light_13 - uid: 4854ef35245742538672ac1248496173 + uid: e711de1eaa414c3bba8aaced973c0db8 id: 113 - position: [6562.56738, 8955.02148] + position: [6301.28418, 8258.36133] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 1 - 0.199999988 - - 0.381626129 - intensity: 2.69773269 - radius: 1472.25 + - 1 + - 0.24375993 + intensity: 1.42705226 + radius: 1648.19946 falloff: 1 type: 0 children: [] - name: Light_14 - uid: ce0220014c9545678cce340f472d90c7 + uid: 4fc708b4aad146f3ad0d7305cd3f6429 id: 114 - position: [8961.5166, 8173.98682] + position: [1911.5188, 5004.19727] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.235994041 - - 1 - 0.199999988 - intensity: 1.47586954 - radius: 1036.09717 + - 1 + - 0.642009735 + intensity: 2.34085631 + radius: 1822.29602 falloff: 1 type: 0 children: [] - name: Light_15 - uid: b6598bfadc5f46f8a277a3e9bb40e275 + uid: 46088f81428545e5bb08305074e389cc id: 115 - position: [4637.24707, 8902.9707] + position: [9983.32812, 3870.83008] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: + - 0.705492377 - 0.199999988 - - 0.606765747 - 1 - intensity: 2.25549364 - radius: 1436.7699 + intensity: 2.38935328 + radius: 1416.78369 falloff: 1 type: 0 children: [] - name: Light_16 - uid: 156206ebc4594e3097ab6d87e57d84af + uid: 981fd12ef2a04fd4a1261896b24cd1ac id: 116 - position: [7109.38086, 8469.68262] + position: [8262.71875, 2235.58789] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.495189071 - 1 - 0.199999988 - intensity: 1.74388075 - radius: 1842.75684 + - 0.558507562 + intensity: 2.8038106 + radius: 1368.02734 falloff: 1 type: 0 children: [] - name: Light_17 - uid: 9afea19ba2554bbeafae023f80e72a46 + uid: 4f15154748754942ad4af0d6f51ace0d id: 117 - position: [9555.2168, 977.290894] + position: [9069.28809, 6956.24707] rotation: 0 layer: 0 visable: true @@ -1621,88 +1621,88 @@ objects: color: - 0.199999988 - 1 - - 0.225245655 - intensity: 1.92680895 - radius: 1069.55347 + - 0.331398547 + intensity: 1.17136896 + radius: 1340.75696 falloff: 1 type: 0 children: [] - name: Light_18 - uid: 58bcd0a738714ae9b768af4ee654480a + uid: cb3fe266bfc544cf9cd465bbb19fa835 id: 118 - position: [9994.58594, 4463.71777] + position: [588.245605, 9782.93652] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 - 1 - - 0.45705241 - intensity: 2.71693754 - radius: 1225.06982 + - 0.199999988 + - 0.6990906 + intensity: 1.87603104 + radius: 1696.65662 falloff: 1 type: 0 children: [] - name: Light_19 - uid: e06dde85f52c47638a30728486b869db + uid: 66badd56f8fc4fc88c305e1561089a5a id: 119 - position: [2750.42969, 5391.74072] + position: [10226.2461, 1207.22888] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 1 - - 0.573387086 - 0.199999988 - intensity: 1.94713986 - radius: 1770.49817 + - 0.522594094 + - 1 + intensity: 1.99656177 + radius: 1757.96387 falloff: 1 type: 0 children: [] - name: Light_20 - uid: 6ca8bcd16eb34b648323830cd5d69a57 + uid: 92e51d1b5a79434e930089b86e7fb22f id: 120 - position: [2619.87891, 6527.42285] + position: [3212.58325, 394.09613] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: + - 0.624966145 - 1 - 0.199999988 - - 0.802324295 - intensity: 1.29240942 - radius: 1393.31091 + intensity: 1.81148398 + radius: 1650.06323 falloff: 1 type: 0 children: [] - name: Light_21 - uid: 09c056f5ca7740b0b5f3eec1edccc26b + uid: b6b3534d2b724111afbfc2fcaee2c768 id: 121 - position: [9224.05176, 809.621887] + position: [1296.83044, 2046.31348] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 - - 0.670708418 - 1 - intensity: 2.4819603 - radius: 1663.65283 + - 0.199999988 + - 0.946466804 + intensity: 1.62676287 + radius: 1533.23242 falloff: 1 type: 0 children: [] - name: Light_22 - uid: e8f102b29abc440aa098e816d0738e9a + uid: 8955cc2a299e40f3987170108c27eae6 id: 122 - position: [8575.92676, 7.2305727] + position: [4206.3042, 8149.86914] rotation: 0 layer: 0 visable: true @@ -1710,143 +1710,143 @@ objects: - type: LightComponent color: - 0.199999988 - - 0.949144721 - 1 - intensity: 2.03148031 - radius: 1000.82623 + - 0.402532399 + intensity: 1.2215234 + radius: 1066.39893 falloff: 1 type: 0 children: [] - name: Light_23 - uid: 05c0b795e8b54453862cfc6561c5a37b + uid: 768a6a62202a46a29335ac45843da4ff id: 123 - position: [9753.85059, 4158.14648] + position: [3391.03369, 4860.73779] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.609568357 - - 0.199999988 - 1 - intensity: 1.97983384 - radius: 1694.31482 + - 0.199999988 + - 0.360057831 + intensity: 2.61313272 + radius: 1225.81458 falloff: 1 type: 0 children: [] - name: Light_24 - uid: 16fce5e4168640959d2d3741f0a2f749 + uid: 449675b2caf242dc94535d712fcf7bf0 id: 124 - position: [2342.95361, 9656.3623] + position: [1201.84131, 6107.7207] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.571794152 - 0.199999988 + - 0.256314099 - 1 - intensity: 2.32946396 - radius: 1598.8894 + intensity: 2.74583006 + radius: 1079.65283 falloff: 1 type: 0 children: [] - name: Light_25 - uid: 16ea0f0b565c480db6971011ddc79225 + uid: 8bc67fb4ae4e4b08a774ae84d46b41ee id: 125 - position: [4942.91846, 10100.4414] + position: [563.695374, 2443.44043] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.706192374 - - 0.199999988 - 1 - intensity: 1.77436972 - radius: 1823.9552 + - 0.694246292 + - 0.199999988 + intensity: 1.11346185 + radius: 1896.78711 falloff: 1 type: 0 children: [] - name: Light_26 - uid: 4ba8f7f227024d8d9e5d9e8fcef2166a + uid: b273151f69644bf0a4dedfcf1a7d8848 id: 126 - position: [1700.68542, 7472.38721] + position: [2476.78198, 9351.02637] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.547876 - - 1 - 0.199999988 - intensity: 1.36890602 - radius: 1843.43677 + - 0.784106433 + - 1 + intensity: 2.86841249 + radius: 1179.45105 falloff: 1 type: 0 children: [] - name: Light_27 - uid: 67390cb291704ef89ba83fc045b3af02 + uid: b162f6865beb420d8ff86cc20668e359 id: 127 - position: [3444.08667, 3528.40088] + position: [4580.87256, 8477.22656] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.550740004 - 0.199999988 - 1 - intensity: 2.3009491 - radius: 1174.10803 + - 0.625160933 + intensity: 2.80614734 + radius: 1647.90234 falloff: 1 type: 0 children: [] - name: Light_28 - uid: e75b3cdeb2164747bde00db711d0b825 + uid: e970848428c84a588580084c78d0e8d5 id: 128 - position: [1581.92651, 5704.40918] + position: [2695.29053, 123.061478] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 - - 0.618692398 - 1 - intensity: 2.70370793 - radius: 1312.57996 + - 0.597185612 + - 0.199999988 + intensity: 2.35632181 + radius: 1428.43848 falloff: 1 type: 0 children: [] - name: Light_29 - uid: 5be48d6523524fdca4b27537f70e60d2 + uid: 464efcb179f14aa9b054fc0c19fdf977 id: 129 - position: [6000.02197, 7985.50391] + position: [1325.48022, 2969.97266] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.316960394 - 1 + - 0.434286118 - 0.199999988 - intensity: 1.86900985 - radius: 1702.17224 + intensity: 2.77870417 + radius: 1443.97681 falloff: 1 type: 0 children: [] - name: Light_30 - uid: f6a86896f358409f8e3ac481ed42c879 + uid: bdc896c6b5654746a21f05c877868f27 id: 130 - position: [3171.60864, 3632.08789] + position: [6416.98926, 1695.98315] rotation: 0 layer: 0 visable: true @@ -1855,124 +1855,124 @@ objects: color: - 1 - 0.199999988 - - 0.420029461 - intensity: 2.56550407 - radius: 1750.90015 + - 0.513291955 + intensity: 1.10658586 + radius: 1247.88806 falloff: 1 type: 0 children: [] - name: Light_31 - uid: 34d82933590e4115ab80861d5f62b38e + uid: fa5f814ae57e4839a65ec698e2d60ab1 id: 131 - position: [6150.59326, 6397.81982] + position: [4720.44531, 10044.4531] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: + - 0.888683319 - 0.199999988 - - 0.323482096 - 1 - intensity: 1.29814434 - radius: 1376.38672 + intensity: 2.38163352 + radius: 1036.82471 falloff: 1 type: 0 children: [] - name: Light_32 - uid: 208c769a15fa45e09153081c37db5434 + uid: 7610ab9cf06747cca9d0db01fdc3b984 id: 132 - position: [2045.50317, 6644.56494] + position: [3136.29517, 7162.37012] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 - - 0.75643158 + - 0.918967366 - 1 - intensity: 2.73563671 - radius: 1094.18152 + - 0.199999988 + intensity: 2.9132185 + radius: 1365.90503 falloff: 1 type: 0 children: [] - name: Light_33 - uid: 446b07fc8ed94f45a6cf130df69c6884 + uid: 7e8e4f6b0dce40018275036a5d1efef5 id: 133 - position: [4728.87744, 7597.72754] + position: [9187.44238, 1848.23254] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.923639655 - 0.199999988 + - 0.307938397 - 1 - intensity: 1.20599031 - radius: 1626.90405 + intensity: 2.35633802 + radius: 1612.2832 falloff: 1 type: 0 children: [] - name: Light_34 - uid: 50bf02f02e4b4e21816110e2059349ba + uid: 7b7cb2e9b7c84ab7908a93a95b117cb8 id: 134 - position: [2004.56531, 8466.02148] + position: [3483.1792, 5521.56299] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.267017543 - - 1 + - 0.523603082 - 0.199999988 - intensity: 2.13951731 - radius: 1788.50024 + - 1 + intensity: 2.03454161 + radius: 1212.84692 falloff: 1 type: 0 children: [] - name: Light_35 - uid: 3ff8b28e20144d4e8096758b8f0d8dfc + uid: 6b73f9a19e9c4eb3a19bc56a9c901245 id: 135 - position: [2058.45117, 1217.01721] + position: [2187.03516, 9344.24121] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 1 - - 0.379731178 - 0.199999988 - intensity: 1.38999331 - radius: 1066.37573 + - 0.480491459 + - 1 + intensity: 2.14503574 + radius: 1344.7959 falloff: 1 type: 0 children: [] - name: Light_36 - uid: cdfc2649b69f4c1593c2ebe4df148990 + uid: 4f215c0ef84544d6b3e37f73c698eac7 id: 136 - position: [5886.98975, 5407.64062] + position: [983.693909, 4499.69043] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 1 - - 0.508194804 + - 0.370716453 - 0.199999988 - intensity: 2.8339529 - radius: 1012.03967 + - 1 + intensity: 2.11514831 + radius: 1946.29858 falloff: 1 type: 0 children: [] - name: Light_37 - uid: f65666a8fcea4189bd1e15d08426ec0d + uid: 5c68f694e3fa4261a137d4e7b732dc42 id: 137 - position: [1678.026, 4437.3457] + position: [9437.53125, 2587.3645] rotation: 0 layer: 0 visable: true @@ -1981,16 +1981,16 @@ objects: color: - 1 - 0.199999988 - - 0.970243812 - intensity: 1.25699973 - radius: 1208.42419 + - 0.67446208 + intensity: 1.58180857 + radius: 1567.44019 falloff: 1 type: 0 children: [] - name: Light_38 - uid: 9c79f6c4e1e34fe2bb6b7488a6c8e865 + uid: 41dff624d14a4d74b0b4f9feed04bb32 id: 138 - position: [9745.7959, 9568.70508] + position: [3929.22974, 4467.83789] rotation: 0 layer: 0 visable: true @@ -1998,107 +1998,107 @@ objects: - type: LightComponent color: - 0.199999988 - - 0.422947705 + - 0.692214012 - 1 - intensity: 2.13969493 - radius: 1615.94128 + intensity: 2.63930511 + radius: 1078.51343 falloff: 1 type: 0 children: [] - name: Light_39 - uid: f73bdeca02294787a2d7297a99e3d5d6 + uid: 59018f33d1284b4da49a9af4e259156f id: 139 - position: [6753.5, 4646.64355] + position: [5455.61035, 6821.00537] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 + - 0.607729316 - 1 - - 0.999959946 - intensity: 2.40263915 - radius: 1402.83215 + - 0.199999988 + intensity: 2.50626683 + radius: 1736.35059 falloff: 1 type: 0 children: [] - name: Light_40 - uid: dc38f72285794139aef9c696d5afbd01 + uid: 35236826fb474baabc77c63cf3618ad9 id: 140 - position: [5044.02637, 7681.7876] + position: [6934.69434, 1143.41699] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.57409358 + - 0.834853351 - 1 - 0.199999988 - intensity: 2.3991096 - radius: 1105.19275 + intensity: 2.08756542 + radius: 1125.93079 falloff: 1 type: 0 children: [] - name: Light_41 - uid: d2caea34d16a4891bb75b2a493addd07 + uid: da09cf7f01044882a37050dca49217fd id: 141 - position: [1614.73975, 4442.48242] + position: [7766.91943, 6197.09424] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.294381499 - 1 + - 0.803708017 - 0.199999988 - intensity: 2.80402565 - radius: 1632.43567 + intensity: 2.60410786 + radius: 1824.48218 falloff: 1 type: 0 children: [] - name: Light_42 - uid: a58a9e7ca4f149b985c8c4aabeb2392f + uid: 34e3ec0f3a774c0bbeefe9c8c796bca7 id: 142 - position: [4163.63818, 9645.02539] + position: [7250.94238, 5948.22656] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.617695212 - 1 - 0.199999988 - intensity: 1.68376732 - radius: 1244.44287 + - 0.220243812 + intensity: 2.77759457 + radius: 1493.78687 falloff: 1 type: 0 children: [] - name: Light_43 - uid: 201886ee1e0a4105b4c9977bb76dbe69 + uid: 41a293f23ba54d2f860d61b73397af43 id: 143 - position: [4809.80859, 5361.58398] + position: [7475.14404, 8589.68164] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.777808011 - - 1 + - 0.836378455 - 0.199999988 - intensity: 1.05312908 - radius: 1412.63867 + - 1 + intensity: 2.6186285 + radius: 1392.24268 falloff: 1 type: 0 children: [] - name: Light_44 - uid: f43a6f90714f47f8b2a44e64ed21ab9a + uid: 919dc018becf45ec987e111e3eb843fe id: 144 - position: [3003.90283, 6251.73242] + position: [5482.34131, 270.567871] rotation: 0 layer: 0 visable: true @@ -2106,161 +2106,161 @@ objects: - type: LightComponent color: - 1 - - 0.378355145 + - 0.432127416 - 0.199999988 - intensity: 2.45989609 - radius: 1272.09668 + intensity: 2.03918123 + radius: 1793.65601 falloff: 1 type: 0 children: [] - name: Light_45 - uid: fbc81e50376b4e88b17fca012c5799e7 + uid: 888f3dd265b143c9b7f02e22cade3ba1 id: 145 - position: [1686.22583, 1750.1394] + position: [1888.7262, 5308.43945] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.446176529 - 1 - 0.199999988 - intensity: 2.58707905 - radius: 1670.82056 + - 0.51358068 + intensity: 2.32454729 + radius: 1190.69995 falloff: 1 type: 0 children: [] - name: Light_46 - uid: 11e26d019bb640b0b148b577bfd19c54 + uid: a4d94da87d8344f2b90dd625b3932ed8 id: 146 - position: [1587.854, 4698.12061] + position: [6565.34131, 10070.6143] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 1 - - 0.945951581 - 0.199999988 - intensity: 2.73910713 - radius: 1131.14795 + - 1 + - 0.867530465 + intensity: 2.26790285 + radius: 1336.6344 falloff: 1 type: 0 children: [] - name: Light_47 - uid: 68a625e0387a488b8a302022faf65130 + uid: 994e8057ff964bb9aa3a7b42f61e9d85 id: 147 - position: [2225.77783, 3850.36182] + position: [9985.5, 2356.24976] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 1 - - 0.504052877 - 0.199999988 - intensity: 1.31479168 - radius: 1281.91235 + - 1 + - 0.622225761 + intensity: 1.73542595 + radius: 1100.58508 falloff: 1 type: 0 children: [] - name: Light_48 - uid: 348644190dc6434abaedac6d73490909 + uid: ba1c64fd8ab74e6ba79cfb4d9865521e id: 148 - position: [2590.70532, 2392.64307] + position: [5692.25, 9971.25098] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.20602113 - - 1 - 0.199999988 - intensity: 2.67040777 - radius: 1470.43298 + - 0.529349685 + - 1 + intensity: 2.75587034 + radius: 1300.44104 falloff: 1 type: 0 children: [] - name: Light_49 - uid: 6568f842a50e4fd3be59dfbd98f3a28e + uid: 073ba62b6f994e889e9cec7997077984 id: 149 - position: [1137.18213, 1896.04065] + position: [3716.41162, 4303.75781] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.840049565 + - 0.443478167 - 1 - 0.199999988 - intensity: 2.96069431 - radius: 1522.66846 + intensity: 1.02566171 + radius: 1581.35059 falloff: 1 type: 0 children: [] - name: Light_50 - uid: eb1a982c24604c0c9f4843b4766c107a + uid: f61afe4ba32d4f98ba18e2aab3f5a066 id: 150 - position: [1758.36365, 3141.57812] + position: [5144.24219, 8644.8623] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.966285348 - - 0.199999988 + - 0.209888995 - 1 - intensity: 2.6676259 - radius: 1294.50085 + - 0.199999988 + intensity: 1.68769372 + radius: 1891.13367 falloff: 1 type: 0 children: [] - name: Light_51 - uid: 03f3597845084901b5ca1ae970bb6442 + uid: 0ba91ba5ad08458fb0e9b7f55eb8535c id: 151 - position: [8920.93164, 3388.73511] + position: [4208.18799, 4451.79883] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 - 1 - - 0.343250811 - intensity: 2.20038962 - radius: 1013.47729 + - 0.749166965 + - 0.199999988 + intensity: 2.90288687 + radius: 1453.47192 falloff: 1 type: 0 children: [] - name: Light_52 - uid: 92f51b73f25044179a2a040d93aef572 + uid: 3ea09e72fbf24c7f8105f98bda3d80cf id: 152 - position: [10198.627, 5362.4541] + position: [9433.79199, 4532.2124] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 - 1 - - 0.33322674 - intensity: 2.97321653 - radius: 1307.75366 + - 0.199999988 + - 0.405585468 + intensity: 1.65818667 + radius: 1200.02222 falloff: 1 type: 0 children: [] - name: Light_53 - uid: 75329d49b6c44afab8813c26fdbf300c + uid: 0d561236f76e4417a7f039cb2d114417 id: 153 - position: [6810.86621, 7988.54443] + position: [818.993286, 6281.83643] rotation: 0 layer: 0 visable: true @@ -2268,17 +2268,17 @@ objects: - type: LightComponent color: - 1 - - 0.391174972 + - 0.653453112 - 0.199999988 - intensity: 2.63926077 - radius: 1610.46704 + intensity: 1.44471693 + radius: 1861.65662 falloff: 1 type: 0 children: [] - name: Light_54 - uid: 8fa946851c9a452e8409a3da4351824e + uid: 86f449b5fa434b439d41bd6c33163d02 id: 154 - position: [7798.8291, 506.15097] + position: [5816.15723, 9453.56934] rotation: 0 layer: 0 visable: true @@ -2287,16 +2287,16 @@ objects: color: - 1 - 0.199999988 - - 0.783341229 - intensity: 2.94630623 - radius: 1385.2002 + - 0.966193378 + intensity: 1.13677073 + radius: 1529.2605 falloff: 1 type: 0 children: [] - name: Light_55 - uid: f5e336b1fb3f4e6cbb44fd6cef5fb96c + uid: 09f3ff9d9df94ba3b9ed276b5b288956 id: 155 - position: [10181.293, 9984.06641] + position: [7783.92334, 3325.57568] rotation: 0 layer: 0 visable: true @@ -2304,107 +2304,107 @@ objects: - type: LightComponent color: - 0.199999988 - - 0.509760857 - 1 - intensity: 1.40131342 - radius: 1164.27087 + - 0.705982208 + intensity: 2.06894159 + radius: 1032.38208 falloff: 1 type: 0 children: [] - name: Light_56 - uid: fd5ab58e4c84435ea84e6c5fd6544f81 + uid: e551ee7757724cff98e41cf3e2a51c8f id: 156 - position: [8721.57129, 8898.22656] + position: [4567.90234, 64.094841] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 - - 0.944986343 - 1 - intensity: 2.34490442 - radius: 1039.62646 + - 0.873951614 + - 0.199999988 + intensity: 2.73735142 + radius: 1711.65967 falloff: 1 type: 0 children: [] - name: Light_57 - uid: 16992645a8e34231889f8433cfce1ec7 + uid: 8893558d728b49c3887ab5cc1a270c8e id: 157 - position: [7444.26807, 826.23291] + position: [7849.3335, 4097.9541] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 1 - 0.199999988 - - 0.264924228 - intensity: 1.25025654 - radius: 1685.90088 + - 0.676479697 + - 1 + intensity: 2.70684099 + radius: 1674.34021 falloff: 1 type: 0 children: [] - name: Light_58 - uid: b96385fa01a44bbbae31c7643d46f7a7 + uid: d19ed8f70d2f42cf94b31f334068b118 id: 158 - position: [5639.4873, 269.66156] + position: [7308.09277, 8660.76953] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 1 - - 0.483573318 - 0.199999988 - intensity: 1.10180652 - radius: 1408.6012 + - 0.957894325 + - 1 + intensity: 1.12170148 + radius: 1068.18835 falloff: 1 type: 0 children: [] - name: Light_59 - uid: abe22517a74843ea94ddc4334e61731b + uid: 8171d20d0f374de9892cc682735ae452 id: 159 - position: [9511.45215, 8182.91113] + position: [1253.02612, 3858.46729] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.723189056 + - 0.535124302 - 1 - 0.199999988 - intensity: 2.11441565 - radius: 1061.31775 + intensity: 1.54699874 + radius: 1390.70789 falloff: 1 type: 0 children: [] - name: Light_60 - uid: 022fa95a2b524e1f8a80a922d3e0b1a9 + uid: 95166a68b43a477ebd72221a511fc94e id: 160 - position: [7346.68945, 1453.26367] + position: [9946.06348, 769.672302] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: + - 0.891125858 - 0.199999988 - - 0.308411419 - 1 - intensity: 2.26036263 - radius: 1716.67603 + intensity: 2.07426214 + radius: 1424.76782 falloff: 1 type: 0 children: [] - name: Light_61 - uid: a27f3094ab1b466aad9712e958c3fb0e + uid: 76824bf0fed24a45a7790aa4d6e95241 id: 161 - position: [5716.1582, 4599.34473] + position: [3049.72119, 5396.44824] rotation: 0 layer: 0 visable: true @@ -2412,161 +2412,161 @@ objects: - type: LightComponent color: - 1 - - 0.374322474 + - 0.734210849 - 0.199999988 - intensity: 1.18649173 - radius: 1878.10681 + intensity: 2.71286488 + radius: 1422.31433 falloff: 1 type: 0 children: [] - name: Light_62 - uid: aa390bdc852247a08126936bdcbf1748 + uid: 3002be860e614c60964fbcd3040f6c01 id: 162 - position: [8501.46094, 6619.20996] + position: [7728.99707, 5669.33398] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: + - 0.874824226 - 1 - - 0.48978591 - 0.199999988 - intensity: 1.86765671 - radius: 1764.55591 + intensity: 2.74319601 + radius: 1898.09216 falloff: 1 type: 0 children: [] - name: Light_63 - uid: 5beac42c4da44c6a986748c329cef6cb + uid: c0111e70d6c5470186293cebad82b62c id: 163 - position: [813.162292, 5128.78906] + position: [4626.75293, 10000.7637] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.656278491 + - 0.595719516 - 1 - 0.199999988 - intensity: 1.39260769 - radius: 1278.00195 + intensity: 1.93886173 + radius: 1073.77966 falloff: 1 type: 0 children: [] - name: Light_64 - uid: 1ae2ee7fff5041dda870c5345794d253 + uid: 79e3a49cb55f4daf8fb1f5f9ba2cf23f id: 164 - position: [8547.47559, 1180.38013] + position: [7267.26074, 5635.92773] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.93843919 - 0.199999988 + - 0.295884311 - 1 - intensity: 1.62196064 - radius: 1551.3175 + intensity: 1.17175651 + radius: 1939.04492 falloff: 1 type: 0 children: [] - name: Light_65 - uid: 7a0512c84db643ceb59369afc85e6f56 + uid: 2e49af6adb7d4dfa857d481b7f4b84af id: 165 - position: [1178.19287, 6439.54492] + position: [4667.46631, 2929.87939] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.225457191 - 1 - 0.199999988 - intensity: 2.7600975 - radius: 1361.54041 + - 0.744721591 + intensity: 2.84859419 + radius: 1244.28406 falloff: 1 type: 0 children: [] - name: Light_66 - uid: 2ecd5e226fc5451d9a56949909e5752e + uid: 5c5b05d14a6b4f128aa7947ecb5cd89d id: 166 - position: [1371.57568, 7063.72559] + position: [8290.44434, 8095.88428] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 - - 0.439098716 + - 0.507302999 - 1 - intensity: 2.71200418 - radius: 1981.18848 + - 0.199999988 + intensity: 1.40706849 + radius: 1915.2605 falloff: 1 type: 0 children: [] - name: Light_67 - uid: 3b6a5c72599444208f53c61e861a92d6 + uid: 637782f084a6490282b331a898e4e1ec id: 167 - position: [5767.4248, 7152.47998] + position: [4295.06934, 9178.52637] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 - 1 - - 0.302259028 - intensity: 2.76029015 - radius: 1124.01477 + - 0.199999988 + - 0.984460831 + intensity: 1.80333138 + radius: 1796.48987 falloff: 1 type: 0 children: [] - name: Light_68 - uid: 02a26156a3dc433d9a30144bc4eb73fc + uid: 6a4dedcf17a046e9b5e5d81763dbf588 id: 168 - position: [2135.19873, 714.492798] + position: [168.820053, 3031.6355] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.432363868 - - 0.199999988 + - 0.610927761 - 1 - intensity: 2.81613493 - radius: 1523.68384 + - 0.199999988 + intensity: 2.95564175 + radius: 1503.65491 falloff: 1 type: 0 children: [] - name: Light_69 - uid: 78a079def0da4995b994c4c00691fd99 + uid: 8f4a8d38c83f4756ae249f1e0e654ad5 id: 169 - position: [8116.38379, 1513.9187] + position: [3403.04468, 652.266907] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.917639136 - 0.199999988 + - 0.820047021 - 1 - intensity: 2.78565335 - radius: 1295.77637 + intensity: 1.29687548 + radius: 1478.01099 falloff: 1 type: 0 children: [] - name: Light_70 - uid: 00ff90c2741b491793b02aff246b4694 + uid: 3adedc95b0304a72afa14cf39ffaebec id: 170 - position: [831.819397, 2584.22095] + position: [90.4925537, 6139.46191] rotation: 0 layer: 0 visable: true @@ -2574,17 +2574,17 @@ objects: - type: LightComponent color: - 0.199999988 - - 0.401310742 - 1 - intensity: 1.72078454 - radius: 1036.67322 + - 0.912553012 + intensity: 1.13212347 + radius: 1208.57776 falloff: 1 type: 0 children: [] - name: Light_71 - uid: fb7d5c7aed5f4061b2c229911a2aee7f + uid: 53f2fb7507394a0dbfdc64cf61897770 id: 171 - position: [5716.8623, 5367.37012] + position: [4073.96338, 4793.56738] rotation: 0 layer: 0 visable: true @@ -2592,53 +2592,53 @@ objects: - type: LightComponent color: - 0.199999988 + - 0.999252677 - 1 - - 0.297533572 - intensity: 2.70558619 - radius: 1517.12354 + intensity: 2.81325626 + radius: 1581.55762 falloff: 1 type: 0 children: [] - name: Light_72 - uid: 480e9a661aae4382a00433cd71ce4f0f + uid: d8dda3ff2ef34e02acf9ecebc6de09d3 id: 172 - position: [3769.17603, 8868.37695] + position: [6344.31934, 739.610352] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 - 1 - - 0.681029081 - intensity: 2.11139536 - radius: 1124.46765 + - 0.199999988 + - 0.506932437 + intensity: 2.75940323 + radius: 1692.50012 falloff: 1 type: 0 children: [] - name: Light_73 - uid: 6b8030502aaf431f8df93bdf9190f37f + uid: d0abeeeb6e6448d18eb9bffabfbc8508 id: 173 - position: [2437.87622, 2330.25586] + position: [7544.56104, 4956.37598] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: + - 0.266522229 - 0.199999988 - 1 - - 0.540248632 - intensity: 2.78275752 - radius: 1458.7511 + intensity: 1.59165049 + radius: 1995.54578 falloff: 1 type: 0 children: [] - name: Light_74 - uid: 6f21b720b19c48318836f1c24f31d832 + uid: f138a3a3d89948a88f46605732710be8 id: 174 - position: [621.247314, 1819.44165] + position: [1309.9397, 220.466339] rotation: 0 layer: 0 visable: true @@ -2647,16 +2647,16 @@ objects: color: - 1 - 0.199999988 - - 0.34916532 - intensity: 2.73046207 - radius: 1246.58179 + - 0.276969492 + intensity: 1.21295726 + radius: 1016.80841 falloff: 1 type: 0 children: [] - name: Light_75 - uid: d3602c9e65894201be6db4b183b9d16d + uid: 02b136cb58ee4046b0a1171c360d62de id: 175 - position: [1846.56494, 518.292114] + position: [5240.32959, 5629.60938] rotation: 0 layer: 0 visable: true @@ -2664,17 +2664,17 @@ objects: - type: LightComponent color: - 0.199999988 - - 0.494087219 - 1 - intensity: 1.40578079 - radius: 1630.1582 + - 0.373378754 + intensity: 1.59380674 + radius: 1508.88599 falloff: 1 type: 0 children: [] - name: Light_76 - uid: f55d004fe9b74721a7d97840704c76e9 + uid: 163cd34d6d43419a91f4a084a37cf42d id: 176 - position: [9977.96289, 3110.9585] + position: [5617.38672, 1844.8772] rotation: 0 layer: 0 visable: true @@ -2682,17 +2682,17 @@ objects: - type: LightComponent color: - 0.199999988 - - 0.385571837 + - 0.612083793 - 1 - intensity: 2.10342216 - radius: 1561.96167 + intensity: 2.89881086 + radius: 1793.26318 falloff: 1 type: 0 children: [] - name: Light_77 - uid: 35b55f556fb24c4e93a9508c32ed204a + uid: 2f1d18fd86e84de3b5a893c5cc304e34 id: 177 - position: [706.212036, 8504.96973] + position: [7627.70557, 5748.88672] rotation: 0 layer: 0 visable: true @@ -2700,17 +2700,17 @@ objects: - type: LightComponent color: - 0.199999988 - - 0.273451984 + - 0.364922345 - 1 - intensity: 2.42909002 - radius: 1100.77356 + intensity: 2.38172293 + radius: 1781.85254 falloff: 1 type: 0 children: [] - name: Light_78 - uid: f100d3087b494320a7fd7187f9470645 + uid: 5fd56e510853491f881cddb68ed7df29 id: 178 - position: [840.018799, 10042.1885] + position: [9026.75586, 10204.127] rotation: 0 layer: 0 visable: true @@ -2718,17 +2718,17 @@ objects: - type: LightComponent color: - 0.199999988 + - 0.925436616 - 1 - - 0.263822138 - intensity: 2.19824719 - radius: 1199.18042 + intensity: 2.16845131 + radius: 1972.46057 falloff: 1 type: 0 children: [] - name: Light_79 - uid: e78c3fff6b19445ebe9e3183aabd4457 + uid: 5a3283a18d6e471290eb07986e1d1774 id: 179 - position: [3910.82227, 2883.36792] + position: [5350.78125, 6459.80371] rotation: 0 layer: 0 visable: true @@ -2737,34 +2737,34 @@ objects: color: - 0.199999988 - 1 - - 0.626394987 - intensity: 1.44031715 - radius: 1325.10596 + - 0.489316761 + intensity: 2.01195526 + radius: 1417.42627 falloff: 1 type: 0 children: [] - name: Light_80 - uid: 5504c9cccaee4f37aff53c948555878b + uid: 66b9160aac0040aca5b1c7bc0db0a740 id: 180 - position: [8758.99023, 3266.30762] + position: [1054.47668, 7461.22607] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: + - 0.513121367 - 1 - 0.199999988 - - 0.901969135 - intensity: 2.07944918 - radius: 1248.98901 + intensity: 2.63551807 + radius: 1202.17749 falloff: 1 type: 0 children: [] - name: Light_81 - uid: 879cb7e5b70e4ffda288dfb4844e3893 + uid: 7ae7eb98b23c4c96b8d9d48995e7ae76 id: 181 - position: [3707.62915, 1343.15002] + position: [1961.4895, 37.3726692] rotation: 0 layer: 0 visable: true @@ -2772,17 +2772,17 @@ objects: - type: LightComponent color: - 0.199999988 - - 0.366218746 + - 0.913836658 - 1 - intensity: 1.77633476 - radius: 1796.10132 + intensity: 2.32410169 + radius: 1708.24658 falloff: 1 type: 0 children: [] - name: Light_82 - uid: ece7463e71e64b4bba0a4e3a3504f27b + uid: bda6b5c1f4a0434eb3b82295828355ff id: 182 - position: [4241.06885, 6407.03125] + position: [3758.26782, 8474.25195] rotation: 0 layer: 0 visable: true @@ -2791,52 +2791,52 @@ objects: color: - 1 - 0.199999988 - - 0.379257977 - intensity: 1.7478292 - radius: 1892.97986 + - 0.537602186 + intensity: 2.10265589 + radius: 1145.74243 falloff: 1 type: 0 children: [] - name: Light_83 - uid: 204e546ebce746aa9ba1f91d12012cab + uid: ec8407a111d14f928e9ad6c20403f351 id: 183 - position: [9730.21289, 5664.38086] + position: [824.811707, 135.1772] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 - - 0.617449164 - 1 - intensity: 2.54580641 - radius: 1273.66016 + - 0.857475281 + - 0.199999988 + intensity: 2.78905344 + radius: 1806.57349 falloff: 1 type: 0 children: [] - name: Light_84 - uid: 15391eb182934db3a7ae8ea4ca1869eb + uid: 164c028f044b4b45bfcd2bb722231c5c id: 184 - position: [4367.00293, 10189.3574] + position: [4169.61475, 4037.66699] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.486594498 - - 1 - 0.199999988 - intensity: 2.99903464 - radius: 1784.16382 + - 0.736500144 + - 1 + intensity: 1.0526576 + radius: 1612.3855 falloff: 1 type: 0 children: [] - name: Light_85 - uid: 4091a18b5a214906b4b395da712fc507 + uid: 1cef042a17f241899600478e20121af3 id: 185 - position: [2685.4834, 3817.72314] + position: [8434.02539, 9976.99414] rotation: 0 layer: 0 visable: true @@ -2844,35 +2844,35 @@ objects: - type: LightComponent color: - 1 - - 0.422403991 + - 0.92888099 - 0.199999988 - intensity: 1.07608593 - radius: 1898.6123 + intensity: 1.21727562 + radius: 1899.10913 falloff: 1 type: 0 children: [] - name: Light_86 - uid: 6b1d5ecf3f6d47b6b851a69ee1716da1 + uid: 53f7d3052db74ecba6f72d9a04e0fbe8 id: 186 - position: [5901.38184, 8644.33984] + position: [4599.8916, 2183.73438] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 1 - - 0.746846557 + - 0.988361359 - 0.199999988 - intensity: 1.92068315 - radius: 1610.12732 + - 1 + intensity: 2.52758718 + radius: 1237.43726 falloff: 1 type: 0 children: [] - name: Light_87 - uid: be0513a72e8448c9bb2d1fd4163e944e + uid: f62ef18e3b884781bd142e58e4708dea id: 187 - position: [6333.29297, 1479.30554] + position: [7215.13623, 3908.17236] rotation: 0 layer: 0 visable: true @@ -2880,17 +2880,17 @@ objects: - type: LightComponent color: - 1 - - 0.895972371 + - 0.523718357 - 0.199999988 - intensity: 1.98927116 - radius: 1076.6333 + intensity: 1.35987008 + radius: 1332.82129 falloff: 1 type: 0 children: [] - name: Light_88 - uid: 5237da35da6e480ab9e1be0d58892b07 + uid: dace6dc8cac54c8f8a67d7f23efd2a00 id: 188 - position: [9263.02637, 4117.1377] + position: [6572.14355, 1975.47119] rotation: 0 layer: 0 visable: true @@ -2899,211 +2899,211 @@ objects: color: - 0.199999988 - 1 - - 0.252906024 - intensity: 2.54042578 - radius: 1761.48828 + - 0.934182167 + intensity: 1.92580926 + radius: 1757.29688 falloff: 1 type: 0 children: [] - name: Light_89 - uid: 183b65becba74066a189ccd2a339100c + uid: e180c1118d504e81864736290cff6cc5 id: 189 - position: [2286.46924, 7730.44727] + position: [1608.30981, 639.627747] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 1 - 0.199999988 - - 0.370602429 - intensity: 1.83279562 - radius: 1396.91272 + - 1 + - 0.712905645 + intensity: 2.80865741 + radius: 1684.00854 falloff: 1 type: 0 children: [] - name: Light_90 - uid: 954a08b96897493fa479e89e306cdb1c + uid: 0a50ffa4056f4c5ab75f267ed4184cce id: 190 - position: [3180.90967, 4337.23877] + position: [8790.04102, 8911.2334] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 - - 0.37062645 - 1 - intensity: 2.08366013 - radius: 1055.17114 + - 0.199999988 + - 0.709700763 + intensity: 1.35466814 + radius: 1977.10669 falloff: 1 type: 0 children: [] - name: Light_91 - uid: d0157db15e7e425a9f602c39a78033f1 + uid: 333bccba7c974def8464da0dce18f2c5 id: 191 - position: [4170.79004, 8887.47266] + position: [3856.24634, 3757.38721] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.519426703 - 1 - 0.199999988 - intensity: 2.11854076 - radius: 1605.40674 + - 0.287002563 + intensity: 2.63494563 + radius: 1177.15625 falloff: 1 type: 0 children: [] - name: Light_92 - uid: 9a716be6999e4d8ea22c2db1196c4f99 + uid: 63c5a90a6cad42758fe78cea40ba8332 id: 192 - position: [8159.49707, 3249.63477] + position: [4414.20801, 49.280632] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 1 - 0.199999988 - - 0.68592298 - intensity: 1.13812637 - radius: 1638.51978 + - 1 + - 0.300604045 + intensity: 2.92938375 + radius: 1145.6604 falloff: 1 type: 0 children: [] - name: Light_93 - uid: ce35802791d54cafa7b402ce9182d33a + uid: a6bd99142d254946adfdb7782eca77c9 id: 193 - position: [865.037231, 6004.35791] + position: [5019.6499, 587.543152] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 + - 0.745034218 - 1 - - 0.269989967 - intensity: 1.44306695 - radius: 1558.61597 + - 0.199999988 + intensity: 1.16377842 + radius: 1291.48865 falloff: 1 type: 0 children: [] - name: Light_94 - uid: 4513051e8e6945ac922dcc3157a964b8 + uid: e2affac00ccd4d2aa8aa782093e0f7f8 id: 194 - position: [1688.11353, 6904.9873] + position: [1933.61316, 2457.64844] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 - - 0.581830621 + - 0.234764934 - 1 - intensity: 1.14574003 - radius: 1689.09558 + - 0.199999988 + intensity: 2.13346148 + radius: 1494.35815 falloff: 1 type: 0 children: [] - name: Light_95 - uid: 5bfe4cf383184752ba9e3d2c2e72ac87 + uid: 963491e4f1504c46b919398f467e2c1f id: 195 - position: [8772.71387, 9022.81641] + position: [4284.11084, 1615.39795] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 - 1 - - 0.390780985 - intensity: 1.40600204 - radius: 1694.69482 + - 0.285928845 + - 0.199999988 + intensity: 2.83106685 + radius: 1939.05078 falloff: 1 type: 0 children: [] - name: Light_96 - uid: b0c7aeb56d994533b94eaecf877ed663 + uid: 50b9979b60c245b8a1eed22c96c3b375 id: 196 - position: [2014.50098, 5568.98877] + position: [324.506683, 5936.11377] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: + - 0.36894232 - 1 - - 0.221722782 - 0.199999988 - intensity: 2.29749608 - radius: 1387.56628 + intensity: 2.41850615 + radius: 1189.57422 falloff: 1 type: 0 children: [] - name: Light_97 - uid: abfb857406a04c38a54908dbb1340bce + uid: 81da0950b08841ecb1aefcec3f1fdbae id: 197 - position: [8364.92285, 5985.27344] + position: [109.719757, 5827.79834] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.503095984 - - 0.199999988 - 1 - intensity: 1.6693182 - radius: 1313.39648 + - 0.199999988 + - 0.962830722 + intensity: 2.71876764 + radius: 1396.51172 falloff: 1 type: 0 children: [] - name: Light_98 - uid: 869b0df8b74b43c896c0d9345133c1c8 + uid: ffffcbd297834808b36878704978c48d id: 198 - position: [5495.56641, 6429.77441] + position: [38.7970848, 7950.09717] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 1 - 0.199999988 - - 0.506084442 - intensity: 1.88404572 - radius: 1793.00903 + - 0.785367191 + - 1 + intensity: 1.64486527 + radius: 1452.57141 falloff: 1 type: 0 children: [] - name: Light_99 - uid: 106d0dafa6dd400abf7bb0698a394bc5 + uid: 992663bd76ae420ca270a9a59b6d371c id: 199 - position: [2826.17334, 5054.354] + position: [8049.50684, 49.2038345] rotation: 0 layer: 0 visable: true components: - type: LightComponent color: - - 0.199999988 - - 0.745536566 - 1 - intensity: 1.79323292 - radius: 1938.23523 + - 0.199999988 + - 0.982263923 + intensity: 2.15926957 + radius: 1014.11511 falloff: 1 type: 0 children: [] color_correction: - brightness: 1 - saturation: 1 - gamma: 1 \ No newline at end of file + brightness: 0.800000012 + saturation: 2 + gamma: 0.689999998 \ No newline at end of file diff --git a/src/src/Engine.cpp b/src/src/Engine.cpp index 65626d8..a7ac16d 100644 --- a/src/src/Engine.cpp +++ b/src/src/Engine.cpp @@ -353,55 +353,56 @@ void Engine::Init() Renderer::Init(); - // auto obj = std::make_shared("Hello, Create"); - // - // objects.push_back(obj); - // selected = obj; + auto obj = std::make_shared("Hello, Create"); + + objects.push_back(obj); - { - std::random_device rd; - std::mt19937 rng(rd()); - std::uniform_real_distribution lightRadius(1000.0f, 2000.0f); - std::uniform_real_distribution lightIntensity(1.0f, 3.0f); - std::uniform_real_distribution hueDist(0.0f, 1.0f); - - const float tileSize = 1024.0f; // approximate texture size - const int gridSize = 10; - - // 10x10 grid of pebble sprites - for (int y = 0; y < gridSize; ++y) - { - for (int x = 0; x < gridSize; ++x) - { - int index = y * gridSize + x; - auto obj = std::make_shared("Pebble_" + std::to_string(index)); - obj->SetLocalPosition(glm::vec2(x * tileSize, y * tileSize)); - - auto sprite = obj->AddComponent(); - sprite->SetTexture("C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png"); - sprite->SetNormalMap("C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png"); - sprite->SetRenderType(SpriteComponent::RenderType::Lit); - - objects.push_back(obj); - } - } - - // 100 random lights - std::uniform_real_distribution posDist(0.0f, tileSize * gridSize); - - for (int i = 0; i < 100; ++i) - { - auto obj = std::make_shared("Light_" + std::to_string(i)); - obj->SetLocalPosition(glm::vec2(posDist(rng), posDist(rng))); - - auto light = obj->AddComponent(); - light->SetRadius(lightRadius(rng)); - light->SetIntensity(lightIntensity(rng)); - light->SetColor(HSVtoRGB(hueDist(rng), 0.8f, 1.0f)); - - objects.push_back(obj); - } - } + selected = obj; + + //{ + // std::random_device rd; + // std::mt19937 rng(rd()); + // std::uniform_real_distribution lightRadius(1000.0f, 2000.0f); + // std::uniform_real_distribution lightIntensity(1.0f, 3.0f); + // std::uniform_real_distribution hueDist(0.0f, 1.0f); + // + // const float tileSize = 1024.0f; // approximate texture size + // const int gridSize = 10; + // + // // 10x10 grid of pebble sprites + // for (int y = 0; y < gridSize; ++y) + // { + // for (int x = 0; x < gridSize; ++x) + // { + // int index = y * gridSize + x; + // auto obj = std::make_shared("Pebble_" + std::to_string(index)); + // obj->SetLocalPosition(glm::vec2(x * tileSize, y * tileSize)); + // + // auto sprite = obj->AddComponent(); + // sprite->SetTexture("C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png"); + // sprite->SetNormalMap("C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png"); + // sprite->SetRenderType(SpriteComponent::RenderType::Lit); + // + // objects.push_back(obj); + // } + // } + // + // // 100 random lights + // std::uniform_real_distribution posDist(0.0f, tileSize * gridSize); + // + // for (int i = 0; i < 100; ++i) + // { + // auto obj = std::make_shared("Light_" + std::to_string(i)); + // obj->SetLocalPosition(glm::vec2(posDist(rng), posDist(rng))); + // + // auto light = obj->AddComponent(); + // light->SetRadius(lightRadius(rng)); + // light->SetIntensity(lightIntensity(rng)); + // light->SetColor(HSVtoRGB(hueDist(rng), 0.8f, 1.0f)); + // + // objects.push_back(obj); + // } + //} Logger::LogVerbose("Resverving Objects");