diff --git a/VulkanAPI_8hpp.js b/VulkanAPI_8hpp.js
index fe7838c5..5d2700f3 100644
--- a/VulkanAPI_8hpp.js
+++ b/VulkanAPI_8hpp.js
@@ -9,6 +9,9 @@ var VulkanAPI_8hpp =
[ "AtmosphereParams", "structAtmosphereParams.html", "structAtmosphereParams" ],
[ "ImGuiTexture", "structImGuiTexture.html", "structImGuiTexture" ],
[ "GlobalDescriptorWrite", "structGlobalDescriptorWrite.html", "structGlobalDescriptorWrite" ],
+ [ "ChunkMeshRenderData", "structChunkMeshRenderData.html", "structChunkMeshRenderData" ],
+ [ "MeshRenderData", "structMeshRenderData.html", "structMeshRenderData" ],
+ [ "PlayerRenderData", "structPlayerRenderData.html", "structPlayerRenderData" ],
[ "VulkanAPI", "classVulkanAPI.html", "classVulkanAPI" ],
[ "GLFW_INCLUDE_VULKAN", "VulkanAPI_8hpp.html#ab91f325a54d3e35fe831a86d6382c2a9", null ]
];
\ No newline at end of file
diff --git a/VulkanAPI_8hpp__dep__incl.map b/VulkanAPI_8hpp__dep__incl.map
index 6a886a9c..5f986992 100644
--- a/VulkanAPI_8hpp__dep__incl.map
+++ b/VulkanAPI_8hpp__dep__incl.map
@@ -1,47 +1,46 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/VulkanAPI_8hpp__dep__incl.md5 b/VulkanAPI_8hpp__dep__incl.md5
index 4dd19a56..22788d01 100644
--- a/VulkanAPI_8hpp__dep__incl.md5
+++ b/VulkanAPI_8hpp__dep__incl.md5
@@ -1 +1 @@
-4a87405d132708f2ceea76587aff4bf7
\ No newline at end of file
+6d5f8f7319d32f68ad057a1fc332d4b5
\ No newline at end of file
diff --git a/VulkanAPI_8hpp__dep__incl.png b/VulkanAPI_8hpp__dep__incl.png
index 2b389cc5..bddb98e0 100644
Binary files a/VulkanAPI_8hpp__dep__incl.png and b/VulkanAPI_8hpp__dep__incl.png differ
diff --git a/VulkanAPI_8hpp__incl.map b/VulkanAPI_8hpp__incl.map
index ff678b81..6a8ab02a 100644
--- a/VulkanAPI_8hpp__incl.map
+++ b/VulkanAPI_8hpp__incl.map
@@ -1,52 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/VulkanAPI_8hpp__incl.md5 b/VulkanAPI_8hpp__incl.md5
index 98923e7b..e90f79df 100644
--- a/VulkanAPI_8hpp__incl.md5
+++ b/VulkanAPI_8hpp__incl.md5
@@ -1 +1 @@
-103c8e9ca1146af75911c5ee9786ea3e
\ No newline at end of file
+15b336a54355276f756d14a4ac926733
\ No newline at end of file
diff --git a/VulkanAPI_8hpp__incl.png b/VulkanAPI_8hpp__incl.png
index 430e5b7f..b6fa5a58 100644
Binary files a/VulkanAPI_8hpp__incl.png and b/VulkanAPI_8hpp__incl.png differ
diff --git a/VulkanAPI_8hpp_source.html b/VulkanAPI_8hpp_source.html
index 42fea4c1..71115e0b 100644
--- a/VulkanAPI_8hpp_source.html
+++ b/VulkanAPI_8hpp_source.html
@@ -124,806 +124,898 @@
-
-
-
- 20 #include "TracyVulkan.hpp"
+
+
+
+
- 22 #define GLFW_INCLUDE_VULKAN
- 23 #include <GLFW/glfw3.h>
-
-
-
-
+
+
+ 24 #include "TracyVulkan.hpp"
+
+ 26 #define GLFW_INCLUDE_VULKAN
+ 27 #include <GLFW/glfw3.h>
-
- 30 #include "imgui_impl_glfw.h"
- 31 #include "imgui_impl_vulkan.h"
+
+
+
-
-
-
- 36 #include <unordered_map>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ 34 #include "imgui_impl_glfw.h"
+ 35 #include "imgui_impl_vulkan.h"
+
+
+
+
+ 40 #include <unordered_map>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- 60 VkVertexInputBindingDescription bindingDescription{};
- 61 bindingDescription.binding = 0;
- 62 bindingDescription.stride =
sizeof (
LineVertex );
- 63 bindingDescription.inputRate = VK_VERTEX_INPUT_RATE_VERTEX;
-
- 65 return bindingDescription;
-
-
-
-
- 70 std::vector<VkVertexInputAttributeDescription> attributeDescriptions(1);
+
+
+
+
+
+
+ 64 VkVertexInputBindingDescription bindingDescription{};
+ 65 bindingDescription.binding = 0;
+ 66 bindingDescription.stride =
sizeof (
LineVertex );
+ 67 bindingDescription.inputRate = VK_VERTEX_INPUT_RATE_VERTEX;
+
+ 69 return bindingDescription;
+
- 72 attributeDescriptions[0].binding = 0;
- 73 attributeDescriptions[0].location = 0;
- 74 attributeDescriptions[0].format = VK_FORMAT_R32G32B32_SFLOAT;
-
-
- 77 return attributeDescriptions;
-
-
+
+
+ 74 std::vector<VkVertexInputAttributeDescription> attributeDescriptions(1);
+
+ 76 attributeDescriptions[0].binding = 0;
+ 77 attributeDescriptions[0].location = 0;
+ 78 attributeDescriptions[0].format = VK_FORMAT_R32G32B32_SFLOAT;
+
-
-
-
-
-
-
-
- 88 VkVertexInputBindingDescription bindingDescription{};
- 89 bindingDescription.binding = 0;
-
- 91 bindingDescription.inputRate = VK_VERTEX_INPUT_RATE_VERTEX;
-
- 93 return bindingDescription;
-
-
-
-
- 98 std::vector<VkVertexInputAttributeDescription> attributeDescriptions(2);
+ 81 return attributeDescriptions;
+
+
+
+
+
+
+
+
+
+
+ 92 VkVertexInputBindingDescription bindingDescription{};
+ 93 bindingDescription.binding = 0;
+
+ 95 bindingDescription.inputRate = VK_VERTEX_INPUT_RATE_VERTEX;
+
+ 97 return bindingDescription;
+
- 100 attributeDescriptions[0].binding = 0;
- 101 attributeDescriptions[0].location = 0;
- 102 attributeDescriptions[0].format = VK_FORMAT_R32G32B32_SFLOAT;
-
-
- 105 attributeDescriptions[1].binding = 0;
- 106 attributeDescriptions[1].location = 1;
- 107 attributeDescriptions[1].format = VK_FORMAT_R32G32B32_SFLOAT;
-
-
- 110 return attributeDescriptions;
-
-
+
+
+ 102 std::vector<VkVertexInputAttributeDescription> attributeDescriptions(2);
+
+ 104 attributeDescriptions[0].binding = 0;
+ 105 attributeDescriptions[0].location = 0;
+ 106 attributeDescriptions[0].format = VK_FORMAT_R32G32B32_SFLOAT;
+
+
+ 109 attributeDescriptions[1].binding = 0;
+ 110 attributeDescriptions[1].location = 1;
+ 111 attributeDescriptions[1].format = VK_FORMAT_R32G32B32_SFLOAT;
+
-
-
-
-
-
-
-
-
-
- 123 VkVertexInputBindingDescription bindingDescription{};
- 124 bindingDescription.binding = 0;
- 125 bindingDescription.stride =
sizeof (
ItemVertex );
- 126 bindingDescription.inputRate = VK_VERTEX_INPUT_RATE_VERTEX;
-
- 128 return bindingDescription;
-
-
-
-
- 133 std::vector<VkVertexInputAttributeDescription> attributeDescriptions(4);
+ 114 return attributeDescriptions;
+
+
+
+
+
+
+
+
+
+
+
+
+ 127 VkVertexInputBindingDescription bindingDescription{};
+ 128 bindingDescription.binding = 0;
+ 129 bindingDescription.stride =
sizeof (
ItemVertex );
+ 130 bindingDescription.inputRate = VK_VERTEX_INPUT_RATE_VERTEX;
+
+ 132 return bindingDescription;
+
- 135 attributeDescriptions[0].binding = 0;
- 136 attributeDescriptions[0].location = 0;
- 137 attributeDescriptions[0].format = VK_FORMAT_R32G32B32_SFLOAT;
-
-
- 140 attributeDescriptions[1].binding = 0;
- 141 attributeDescriptions[1].location = 1;
- 142 attributeDescriptions[1].format = VK_FORMAT_R32G32B32_SFLOAT;
-
-
- 145 attributeDescriptions[2].binding = 0;
- 146 attributeDescriptions[2].location = 2;
- 147 attributeDescriptions[2].format = VK_FORMAT_R32G32_SFLOAT;
-
-
- 150 attributeDescriptions[3].binding = 0;
- 151 attributeDescriptions[3].location = 3;
- 152 attributeDescriptions[3].format = VK_FORMAT_R32_UINT;
-
-
- 155 return attributeDescriptions;
-
-
+
+
+ 137 std::vector<VkVertexInputAttributeDescription> attributeDescriptions(4);
+
+ 139 attributeDescriptions[0].binding = 0;
+ 140 attributeDescriptions[0].location = 0;
+ 141 attributeDescriptions[0].format = VK_FORMAT_R32G32B32_SFLOAT;
+
+
+ 144 attributeDescriptions[1].binding = 0;
+ 145 attributeDescriptions[1].location = 1;
+ 146 attributeDescriptions[1].format = VK_FORMAT_R32G32B32_SFLOAT;
+
+
+ 149 attributeDescriptions[2].binding = 0;
+ 150 attributeDescriptions[2].location = 2;
+ 151 attributeDescriptions[2].format = VK_FORMAT_R32G32_SFLOAT;
+
+
+ 154 attributeDescriptions[3].binding = 0;
+ 155 attributeDescriptions[3].location = 3;
+ 156 attributeDescriptions[3].format = VK_FORMAT_R32_UINT;
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ 159 return attributeDescriptions;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
- 222 void putPixel (uint32_t x, uint32_t y, uint8_t r, uint8_t g, uint8_t b, uint8_t a = 255)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 257 VkImageLayout oldLayout,
- 258 VkImageLayout newLayout,
- 259 VkImageAspectFlags aspectMask,
-
- 261 VkAccessFlags srcAccessMask,
- 262 VkAccessFlags dstAccessMask,
- 263 VkPipelineStageFlags srcStageMask,
- 264 VkPipelineStageFlags dstStageMask
-
-
-
- 268 VkCommandBuffer command_buffer,
-
- 270 VkImageLayout old_layout,
- 271 VkImageLayout new_layout,
- 272 VkImageSubresourceRange subresource_range,
- 273 VkAccessFlags srcAccessMask,
- 274 VkAccessFlags dstAccessMask,
- 275 VkPipelineStageFlags srcStageMask,
- 276 VkPipelineStageFlags dstStageMask
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 226 void putPixel (uint32_t x, uint32_t y, uint8_t r, uint8_t g, uint8_t b, uint8_t a = 255)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
- 282 const void * vertices,
- 283 const uint32_t vertex_count,
- 284 const uint32_t vertex_size,
- 285 const void * indices,
- 286 const uint32_t index_count
-
-
-
-
-
- 292 VkCommandBuffer command_buffer,
-
- 294 const uint64_t mesh_id,
- 295 const void * push_constants,
- 296 const uint32_t push_constants_size,
- 297 const VkShaderStageFlags push_constants_stage
-
-
-
- 301 VkCommandBuffer command_buffer,
- 302 const std::string & text,
-
-
- 305 const uint32_t font_size
+
+
+
+
+
+
+
+ 286 VkImageLayout oldLayout,
+ 287 VkImageLayout newLayout,
+ 288 VkImageAspectFlags aspectMask,
+
+ 290 VkAccessFlags srcAccessMask,
+ 291 VkAccessFlags dstAccessMask,
+ 292 VkPipelineStageFlags srcStageMask,
+ 293 VkPipelineStageFlags dstStageMask
+
+
+
+ 297 VkCommandBuffer command_buffer,
+
+ 299 VkImageLayout old_layout,
+ 300 VkImageLayout new_layout,
+ 301 VkImageSubresourceRange subresource_range,
+ 302 VkAccessFlags srcAccessMask,
+ 303 VkAccessFlags dstAccessMask,
+ 304 VkPipelineStageFlags srcStageMask,
+ 305 VkPipelineStageFlags dstStageMask
-
-
- 310 const VkViewport & viewport
-
-
- 313 const VkViewport & viewport,
-
-
-
-
-
- 319 const uint64_t texture_id,
-
-
-
-
-
- 325 const uint8_t a = 255
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 363 TracyLockableN (std::mutex, transfer_operation_mutex,
"Vulkan Transfer Operation" );
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ 311 const void * vertices,
+ 312 const uint32_t vertex_count,
+ 313 const uint32_t vertex_size,
+ 314 const void * indices,
+ 315 const uint32_t index_count
+
+
+
+
+
+ 321 VkCommandBuffer command_buffer,
+
+ 323 const uint64_t mesh_id,
+ 324 const void * push_constants,
+ 325 const uint32_t push_constants_size,
+ 326 const VkShaderStageFlags push_constants_stage
+
+
+
+ 330 VkCommandBuffer command_buffer,
+ 331 const std::string & text,
+
+
+ 334 const uint32_t font_size
+
+
+
+
+ 339 const VkViewport & viewport
+
+
+ 342 const VkViewport & viewport,
+
+
+
+
+
+ 348 const uint64_t texture_id,
+
+
+
+
+
+ 354 const uint8_t a = 255
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 392 TracyLockableN (std::mutex, transfer_operation_mutex,
"Vulkan Transfer Operation" );
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
- 467 const std::vector<const char *> validation_layers = {
- 468 "VK_LAYER_KHRONOS_validation"
-
-
- 471 std::vector<const char *> device_extensions = {
- 472 VK_KHR_SWAPCHAIN_EXTENSION_NAME,
- 473 VK_KHR_DYNAMIC_RENDERING_EXTENSION_NAME,
- 474 VK_EXT_CALIBRATED_TIMESTAMPS_EXTENSION_NAME,
- 475 VK_KHR_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME,
- 476 VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME,
- 477 VK_KHR_8BIT_STORAGE_EXTENSION_NAME,
- 478 VK_KHR_SHADER_NON_SEMANTIC_INFO_EXTENSION_NAME
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
- 483 void createInstance();
- 484 bool checkValidationLayerSupport();
- 485 std::vector<const char *> getRequiredExtensions();
-
- 487 void loadVulkanFunctions();
-
- 489 void createSurface(GLFWwindow *
window );
-
- 491 void setupDebugMessenger();
- 492 void populateDebugMessengerCreateInfo(VkDebugUtilsMessengerCreateInfoEXT & create_info);
- 493 static VKAPI_ATTR VkBool32 VKAPI_CALL debugCallback(
- 494 VkDebugUtilsMessageSeverityFlagBitsEXT message_severity,
- 495 VkDebugUtilsMessageTypeFlagsEXT message_type,
- 496 const VkDebugUtilsMessengerCallbackDataEXT * callback_data,
-
-
-
- 500 void pickPhysicalDevice();
- 501 bool isDeviceSuitable(VkPhysicalDevice
device );
- 502 int ratePhysicalDevice(VkPhysicalDevice
device );
-
- 504 bool checkDeviceExtensionSupport(VkPhysicalDevice
device );
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- 506 void createLogicalDevice();
-
- 508 void createSwapChain(GLFWwindow *
window );
- 509 VkSurfaceFormatKHR chooseSwapSurfaceFormat(
const std::vector<VkSurfaceFormatKHR> & available_formats);
- 510 VkPresentModeKHR chooseSwapPresentMode(
const std::vector<VkPresentModeKHR> & available_present_modes);
- 511 VkExtent2D chooseSwapExtent(
const VkSurfaceCapabilitiesKHR & capabilities, GLFWwindow *
window );
-
- 513 void createCommandPool();
- 514 void createCommandBuffer();
-
- 516 void createSyncObjects();
+
+
+
+
+
+
+
+
+
+ 515 void setTargetBlock (
const std::optional<glm::vec3> & target_block);
+
- 518 void createColorAttachement();
- 519 void createDepthAttachement();
+ 518 std::vector<PlayerRenderData>
getPlayers ()
const ;
+
- 521 void createShadowMapRessources();
- 522 void destroyShadowMapRessources();
-
- 524 void createUBO(
UBO & ubo,
const VkDeviceSize size,
const uint32_t count);
- 525 void createUniformBuffers();
- 526 void createTextureArray(
const std::vector<std::string> & file_paths, uint32_t size);
- 527 void createCubeMap(
const std::array<std::string, 6> & file_paths, uint32_t size);
- 528 void createHudImages(
- 529 const std::string & file_path,
-
-
- 532 void createTextureImage();
-
- 534 void createHudDescriptors(
-
-
-
- 538 void createDescriptors();
- 539 void createGlobalDescriptor();
- 540 void updateGlobalDescriptor();
-
- 542 void createRenderPass();
- 543 void createPipelines();
- 544 void createFramebuffers();
- 545 void destroyFramebuffers();
+
+
+ 523 const std::vector<const char *> validation_layers = {
+ 524 "VK_LAYER_KHRONOS_validation"
+
+
+ 527 std::vector<const char *> device_extensions = {
+ 528 VK_KHR_SWAPCHAIN_EXTENSION_NAME,
+ 529 VK_KHR_DYNAMIC_RENDERING_EXTENSION_NAME,
+ 530 VK_EXT_CALIBRATED_TIMESTAMPS_EXTENSION_NAME,
+ 531 VK_KHR_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME,
+ 532 VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME,
+ 533 VK_KHR_8BIT_STORAGE_EXTENSION_NAME,
+ 534 VK_KHR_SHADER_NON_SEMANTIC_INFO_EXTENSION_NAME
+
+
+
+
+ 539 void createInstance();
+ 540 bool checkValidationLayerSupport();
+ 541 std::vector<const char *> getRequiredExtensions();
+
+ 543 void loadVulkanFunctions();
+
+ 545 void createSurface(GLFWwindow *
window );
-
- 548 void createItemMeshes();
-
-
-
- 552 void setupTextRenderer();
- 553 void destroyTextRenderer();
-
-
- 556 void destroyImGuiTextures();
-
-
-
-
+ 547 void setupDebugMessenger();
+ 548 void populateDebugMessengerCreateInfo(VkDebugUtilsMessengerCreateInfoEXT & create_info);
+ 549 static VKAPI_ATTR VkBool32 VKAPI_CALL debugCallback(
+ 550 VkDebugUtilsMessageSeverityFlagBitsEXT message_severity,
+ 551 VkDebugUtilsMessageTypeFlagsEXT message_type,
+ 552 const VkDebugUtilsMessengerCallbackDataEXT * callback_data,
+
+
+
+ 556 void pickPhysicalDevice();
+ 557 bool isDeviceSuitable(VkPhysicalDevice
device );
+ 558 int ratePhysicalDevice(VkPhysicalDevice
device );
+
+ 560 bool checkDeviceExtensionSupport(VkPhysicalDevice
device );
- 562 void prerenderItemIconImages();
+ 562 void createLogicalDevice();
-
- 565 VkCommandBuffer beginSingleTimeCommands();
- 566 void endSingleTimeCommands(VkCommandBuffer command_buffer);
-
- 568 VkFormat findSupportedFormat(
- 569 const std::vector<VkFormat> & candidates,
- 570 VkImageTiling tiling,
- 571 VkFormatFeatureFlags features
-
-
-
-
-
-
- 578 VkImageTiling tiling,
- 579 VkImageUsageFlags usage,
- 580 VkMemoryPropertyFlags properties,
-
- 582 VkDeviceMemory & image_memory
-
- 584 void createImageView(
-
-
- 587 VkImageAspectFlags aspect_flags,
- 588 VkImageView & image_view
-
-
-
- 592 VkBufferUsageFlags usage,
- 593 VkMemoryPropertyFlags properties,
-
- 595 VkDeviceMemory & buffer_memory
-
-
-
-
-
-
- 602 void copyBufferToImage(
-
-
-
-
-
-
-
+ 564 void createSwapChain(GLFWwindow *
window );
+ 565 VkSurfaceFormatKHR chooseSwapSurfaceFormat(
const std::vector<VkSurfaceFormatKHR> & available_formats);
+ 566 VkPresentModeKHR chooseSwapPresentMode(
const std::vector<VkPresentModeKHR> & available_present_modes);
+ 567 VkExtent2D chooseSwapExtent(
const VkSurfaceCapabilitiesKHR & capabilities, GLFWwindow *
window );
+
+ 569 void createCommandPool();
+ 570 void createCommandBuffer();
+
+ 572 void createSyncObjects();
+
+ 574 void createColorAttachement();
+ 575 void createDepthAttachement();
+
+ 577 void createShadowMapRessources();
+ 578 void destroyShadowMapRessources();
+
+ 580 void createUBO(
UBO & ubo,
const VkDeviceSize size,
const uint32_t count);
+ 581 void createUniformBuffers();
+ 582 void createTextureArray(
const std::vector<std::string> & file_paths, uint32_t size);
+ 583 void createCubeMap(
const std::array<std::string, 6> & file_paths, uint32_t size);
+ 584 void createHudImages(
+ 585 const std::string & file_path,
+
+
+ 588 void createTextureImage();
+
+ 590 void createHudDescriptors(
+
+
+
+ 594 void createDescriptors();
+ 595 void createGlobalDescriptor();
+ 596 void updateGlobalDescriptor();
+
+ 598 void createRenderPass();
+ 599 void createPipelines();
+ 600 void createFramebuffers();
+ 601 void destroyFramebuffers();
+
+
+ 604 void createItemMeshes();
+
+
+
+ 608 void setupTextRenderer();
+ 609 void destroyTextRenderer();
+
+
+ 612 void destroyImGuiTextures();
+
+
+
+
+
+ 618 void prerenderItemIconImages();
+
+
+ 621 VkCommandBuffer beginSingleTimeCommands();
+ 622 void endSingleTimeCommands(VkCommandBuffer command_buffer);
+
+ 624 VkFormat findSupportedFormat(
+ 625 const std::vector<VkFormat> & candidates,
+ 626 VkImageTiling tiling,
+ 627 VkFormatFeatureFlags features
+
+
+
+
+
+
+ 634 VkImageTiling tiling,
+ 635 VkImageUsageFlags usage,
+ 636 VkMemoryPropertyFlags properties,
+
+ 638 VkDeviceMemory & image_memory
+
+ 640 void createImageView(
+
+
+ 643 VkImageAspectFlags aspect_flags,
+ 644 VkImageView & image_view
+
+
+
+ 648 VkBufferUsageFlags usage,
+ 649 VkMemoryPropertyFlags properties,
+
+ 651 VkDeviceMemory & buffer_memory
+
+
+
+
+
+
+ 658 void copyBufferToImage(
+
+
+
+
+
+
+
+
+
+
#define SHADOW_MAP_MAX_COUNT
Definition: ShaderCommon.hpp:20
+
+A simple camera class.
Definition: Camera.hpp:41
Definition: Descriptor.hpp:8
+
Definition: Pipeline.hpp:13
+Definition: Model.hpp:154
+
Definition: Swapchain.hpp:8
Definition: TextRenderer.hpp:12
-Definition: VulkanAPI.hpp:243
-VkRenderPass water_render_pass
Definition: VulkanAPI.hpp:411
-VkQueue transfer_queue
Definition: VulkanAPI.hpp:344
-Descriptor crosshair_image_descriptor
Definition: VulkanAPI.hpp:403
-TracyVkCtx draw_ctx
Definition: VulkanAPI.hpp:455
-PFN_vkDestroyDebugUtilsMessengerEXT vkDestroyDebugUtilsMessengerEXT
Definition: VulkanAPI.hpp:459
-VkRenderPass hud_render_pass
Definition: VulkanAPI.hpp:412
-Image shadow_map_depth_attachement
Definition: VulkanAPI.hpp:386
-std::vector< VkImageView > shadow_map_views
Definition: VulkanAPI.hpp:397
-VkFence single_time_command_fence
Definition: VulkanAPI.hpp:372
-PFN_vkCreateDebugUtilsMessengerEXT vkCreateDebugUtilsMessengerEXT
Definition: VulkanAPI.hpp:458
-Image player_skin_image
Definition: VulkanAPI.hpp:391
+Definition: VulkanAPI.hpp:272
+IdList< uint64_t, MeshRenderData > entity_mesh_list
Definition: VulkanAPI.hpp:501
+VkRenderPass water_render_pass
Definition: VulkanAPI.hpp:440
+VkQueue transfer_queue
Definition: VulkanAPI.hpp:373
+Descriptor crosshair_image_descriptor
Definition: VulkanAPI.hpp:432
+TracyVkCtx draw_ctx
Definition: VulkanAPI.hpp:484
+PFN_vkDestroyDebugUtilsMessengerEXT vkDestroyDebugUtilsMessengerEXT
Definition: VulkanAPI.hpp:488
+VkRenderPass hud_render_pass
Definition: VulkanAPI.hpp:441
+Image shadow_map_depth_attachement
Definition: VulkanAPI.hpp:415
+std::vector< VkImageView > shadow_map_views
Definition: VulkanAPI.hpp:426
+VkFence single_time_command_fence
Definition: VulkanAPI.hpp:401
+PFN_vkCreateDebugUtilsMessengerEXT vkCreateDebugUtilsMessengerEXT
Definition: VulkanAPI.hpp:487
+Image player_skin_image
Definition: VulkanAPI.hpp:420
TracyLockableN(std::mutex, mesh_map_mutex, "Vulkan Mesh Map Mutex")
-GLFWwindow * window
Definition: VulkanAPI.hpp:331
-uint64_t player_head_mesh_id
Definition: VulkanAPI.hpp:445
-std::vector< VkSemaphore > main_render_finished_semaphores
Definition: VulkanAPI.hpp:367
-std::unordered_map< uint64_t, Mesh > mesh_map
Definition: VulkanAPI.hpp:435
+GLFWwindow * window
Definition: VulkanAPI.hpp:360
+uint64_t player_head_mesh_id
Definition: VulkanAPI.hpp:474
+std::vector< VkSemaphore > main_render_finished_semaphores
Definition: VulkanAPI.hpp:396
+std::unordered_map< uint64_t, Mesh > mesh_map
Definition: VulkanAPI.hpp:464
TracyLockableN(std::mutex, imgui_textures_mutex, "Vulkan Imgui Texture Mutex")
-int current_frame
Definition: VulkanAPI.hpp:375
-std::vector< VkSemaphore > compute_finished_semaphores
Definition: VulkanAPI.hpp:368
-std::vector< VkFramebuffer > hud_framebuffers
Definition: VulkanAPI.hpp:351
-Pipeline line_pipeline
Definition: VulkanAPI.hpp:417
+int current_frame
Definition: VulkanAPI.hpp:404
+std::vector< VkSemaphore > compute_finished_semaphores
Definition: VulkanAPI.hpp:397
+std::vector< VkFramebuffer > hud_framebuffers
Definition: VulkanAPI.hpp:380
+Pipeline line_pipeline
Definition: VulkanAPI.hpp:446
+IdList< uint64_t, ChunkMeshRenderData > chunk_mesh_list
Definition: VulkanAPI.hpp:500
void writeTextToDebugImage(VkCommandBuffer command_buffer, const std::string &text, const uint32_t x, const uint32_t y, const uint32_t font_size)
Definition: VulkanAPI.cpp:2113
-std::vector< VkCommandBuffer > imgui_command_buffers
Definition: VulkanAPI.hpp:359
-std::vector< VkCommandBuffer > draw_shadow_pass_command_buffers
Definition: VulkanAPI.hpp:355
-Pipeline water_pipeline
Definition: VulkanAPI.hpp:416
-Image depth_attachement
Definition: VulkanAPI.hpp:383
-std::vector< VkFramebuffer > lighting_framebuffers
Definition: VulkanAPI.hpp:348
+std::vector< VkCommandBuffer > imgui_command_buffers
Definition: VulkanAPI.hpp:388
+std::vector< VkCommandBuffer > draw_shadow_pass_command_buffers
Definition: VulkanAPI.hpp:384
+Pipeline water_pipeline
Definition: VulkanAPI.hpp:445
+Image depth_attachement
Definition: VulkanAPI.hpp:412
+std::vector< VkFramebuffer > lighting_framebuffers
Definition: VulkanAPI.hpp:377
VulkanAPI & operator=(const VulkanAPI &)=delete
-Pipeline shadow_pipeline
Definition: VulkanAPI.hpp:420
+Pipeline shadow_pipeline
Definition: VulkanAPI.hpp:449
+void setTargetBlock(const std::optional< glm::vec3 > &target_block)
Definition: VulkanAPI.cpp:2509
void ImGuiTextureDraw(const uint64_t texture_id)
Definition: VulkanAPI.cpp:2288
-const uint shadow_maps_count
Definition: VulkanAPI.hpp:378
-const int max_frames_in_flight
Definition: VulkanAPI.hpp:374
-void drawMesh(VkCommandBuffer command_buffer, const Pipeline &pipeline, const uint64_t mesh_id, const void *push_constants, const uint32_t push_constants_size, const VkShaderStageFlags push_constants_stage)
Definition: VulkanAPI.cpp:2509
-VkQueue graphics_queue
Definition: VulkanAPI.hpp:342
-VkCommandPool transfer_command_pool
Definition: VulkanAPI.hpp:361
-QueueFamilyIndices queue_family_indices
Definition: VulkanAPI.hpp:345
-uint64_t player_left_arm_mesh_id
Definition: VulkanAPI.hpp:449
-uint64_t player_right_leg_mesh_id
Definition: VulkanAPI.hpp:446
-Pipeline skybox_pipeline
Definition: VulkanAPI.hpp:418
-TextRenderer text_renderer
Definition: VulkanAPI.hpp:333
-Pipeline prerender_item_icon_pipeline
Definition: VulkanAPI.hpp:425
-UBO atmosphere_ubo
Definition: VulkanAPI.hpp:401
-void transitionImageLayout(VkImage image, VkImageLayout oldLayout, VkImageLayout newLayout, VkImageAspectFlags aspectMask, uint32_t mipLevels, VkAccessFlags srcAccessMask, VkAccessFlags dstAccessMask, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask)
Definition: VulkanAPI.cpp:2730
-Descriptor global_descriptor
Definition: VulkanAPI.hpp:407
-Image toolbar_cursor_image
Definition: VulkanAPI.hpp:390
-VkCommandPool command_pool
Definition: VulkanAPI.hpp:354
-void setImageLayout(VkCommandBuffer command_buffer, VkImage image, VkImageLayout old_layout, VkImageLayout new_layout, VkImageSubresourceRange subresource_range, VkAccessFlags srcAccessMask, VkAccessFlags dstAccessMask, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask)
Definition: VulkanAPI.cpp:2814
-std::vector< VkFence > in_flight_fences
Definition: VulkanAPI.hpp:371
+const uint shadow_maps_count
Definition: VulkanAPI.hpp:407
+const int max_frames_in_flight
Definition: VulkanAPI.hpp:403
+void drawMesh(VkCommandBuffer command_buffer, const Pipeline &pipeline, const uint64_t mesh_id, const void *push_constants, const uint32_t push_constants_size, const VkShaderStageFlags push_constants_stage)
Definition: VulkanAPI.cpp:2539
+VkQueue graphics_queue
Definition: VulkanAPI.hpp:371
+VkCommandPool transfer_command_pool
Definition: VulkanAPI.hpp:390
+QueueFamilyIndices queue_family_indices
Definition: VulkanAPI.hpp:374
+uint64_t player_left_arm_mesh_id
Definition: VulkanAPI.hpp:478
+uint64_t player_right_leg_mesh_id
Definition: VulkanAPI.hpp:475
+Pipeline skybox_pipeline
Definition: VulkanAPI.hpp:447
+TextRenderer text_renderer
Definition: VulkanAPI.hpp:362
+Pipeline prerender_item_icon_pipeline
Definition: VulkanAPI.hpp:454
+UBO atmosphere_ubo
Definition: VulkanAPI.hpp:430
+void transitionImageLayout(VkImage image, VkImageLayout oldLayout, VkImageLayout newLayout, VkImageAspectFlags aspectMask, uint32_t mipLevels, VkAccessFlags srcAccessMask, VkAccessFlags dstAccessMask, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask)
Definition: VulkanAPI.cpp:2760
+TracyLockableN(std::mutex, m_player_mutex, "Player Render Data")
+Descriptor global_descriptor
Definition: VulkanAPI.hpp:436
+Image toolbar_cursor_image
Definition: VulkanAPI.hpp:419
+VkCommandPool command_pool
Definition: VulkanAPI.hpp:383
+void setImageLayout(VkCommandBuffer command_buffer, VkImage image, VkImageLayout old_layout, VkImageLayout new_layout, VkImageSubresourceRange subresource_range, VkAccessFlags srcAccessMask, VkAccessFlags dstAccessMask, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask)
Definition: VulkanAPI.cpp:2844
+std::vector< VkFence > in_flight_fences
Definition: VulkanAPI.hpp:400
VulkanAPI(const VulkanAPI &)=delete
-VkFramebuffer prerender_item_icon_framebuffer
Definition: VulkanAPI.hpp:352
+std::mutex toolbar_items_mutex
Definition: VulkanAPI.hpp:508
+VkFramebuffer prerender_item_icon_framebuffer
Definition: VulkanAPI.hpp:381
void destroyMeshes(const std::vector< uint64_t > &mesh_ids)
Definition: chunk_mesh.cpp:91
uint64_t createImGuiTexture(const uint32_t width, const uint32_t height)
Definition: VulkanAPI.cpp:2170
-Swapchain swapchain
Definition: VulkanAPI.hpp:347
+Swapchain swapchain
Definition: VulkanAPI.hpp:376
TracyLockableN(std::mutex, global_mutex, "Vulkan Global Mutex")
-VkRenderPass lighting_render_pass
Definition: VulkanAPI.hpp:409
-Pipeline item_icon_pipeline
Definition: VulkanAPI.hpp:426
-const uint shadow_map_size
Definition: VulkanAPI.hpp:379
-PFN_vkGetCalibratedTimestampsEXT vkGetCalibratedTimestampsEXT
Definition: VulkanAPI.hpp:462
-std::vector< VkCommandBuffer > copy_command_buffers
Definition: VulkanAPI.hpp:357
-uint64_t next_mesh_id
Definition: VulkanAPI.hpp:436
-Image output_attachement
Definition: VulkanAPI.hpp:381
-Image toolbar_image
Definition: VulkanAPI.hpp:389
-VkPhysicalDevice physical_device
Definition: VulkanAPI.hpp:337
-uint32_t current_image_index
Definition: VulkanAPI.hpp:376
-Image color_attachement
Definition: VulkanAPI.hpp:382
-std::vector< VkSemaphore > imgui_render_finished_semaphores
Definition: VulkanAPI.hpp:370
-PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT vkGetPhysicalDeviceCalibrateableTimeDomainsEXT
Definition: VulkanAPI.hpp:461
-std::unordered_map< uint64_t, ImGuiTexture > imgui_textures
Definition: VulkanAPI.hpp:430
-VkCommandBuffer transfer_command_buffers
Definition: VulkanAPI.hpp:362
+VkRenderPass lighting_render_pass
Definition: VulkanAPI.hpp:438
+Pipeline item_icon_pipeline
Definition: VulkanAPI.hpp:455
+const uint shadow_map_size
Definition: VulkanAPI.hpp:408
+PFN_vkGetCalibratedTimestampsEXT vkGetCalibratedTimestampsEXT
Definition: VulkanAPI.hpp:491
+std::vector< VkCommandBuffer > copy_command_buffers
Definition: VulkanAPI.hpp:386
+uint64_t next_mesh_id
Definition: VulkanAPI.hpp:465
+Image output_attachement
Definition: VulkanAPI.hpp:410
+Image toolbar_image
Definition: VulkanAPI.hpp:418
+VkPhysicalDevice physical_device
Definition: VulkanAPI.hpp:366
+uint32_t current_image_index
Definition: VulkanAPI.hpp:405
+Image color_attachement
Definition: VulkanAPI.hpp:411
+std::vector< VkSemaphore > imgui_render_finished_semaphores
Definition: VulkanAPI.hpp:399
+PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT vkGetPhysicalDeviceCalibrateableTimeDomainsEXT
Definition: VulkanAPI.hpp:490
+std::unordered_map< uint64_t, ImGuiTexture > imgui_textures
Definition: VulkanAPI.hpp:459
+VkCommandBuffer transfer_command_buffers
Definition: VulkanAPI.hpp:391
+std::array< ItemInfo::Type, 9 > toolbar_items
Definition: VulkanAPI.hpp:507
void ImGuiTexturePutPixel(const uint64_t texture_id, const uint32_t x, const uint32_t y, const uint8_t r, const uint8_t g, const uint8_t b, const uint8_t a=255)
Definition: VulkanAPI.cpp:2266
uint64_t storeMesh(const void *vertices, const uint32_t vertex_count, const uint32_t vertex_size, const void *indices, const uint32_t index_count)
Definition: chunk_mesh.cpp:8
-Image debug_info_image
Definition: VulkanAPI.hpp:394
-Image block_textures
Definition: VulkanAPI.hpp:384
-VkDebugUtilsMessengerEXT debug_messenger
Definition: VulkanAPI.hpp:336
-std::vector< VkFramebuffer > shadow_framebuffers
Definition: VulkanAPI.hpp:349
-uint64_t player_right_arm_mesh_id
Definition: VulkanAPI.hpp:448
-Image skybox_cube_map
Definition: VulkanAPI.hpp:385
-VkDescriptorPool imgui_descriptor_pool
Definition: VulkanAPI.hpp:429
-Pipeline hud_pipeline
Definition: VulkanAPI.hpp:424
-Image crosshair_image
Definition: VulkanAPI.hpp:388
-Descriptor toolbar_image_descriptor
Definition: VulkanAPI.hpp:404
-std::vector< VkSemaphore > copy_finished_semaphores
Definition: VulkanAPI.hpp:369
-UBO camera_ubo
Definition: VulkanAPI.hpp:399
-Pipeline entity_pipeline
Definition: VulkanAPI.hpp:422
-VkRenderPass prerender_item_icon_render_pass
Definition: VulkanAPI.hpp:413
+std::map< uint64_t, PlayerRenderData > m_players
Definition: VulkanAPI.hpp:503
+std::optional< glm::vec3 > m_target_block
Definition: VulkanAPI.hpp:512
+Image debug_info_image
Definition: VulkanAPI.hpp:423
+Image block_textures
Definition: VulkanAPI.hpp:413
+VkDebugUtilsMessengerEXT debug_messenger
Definition: VulkanAPI.hpp:365
+Camera camera
Definition: VulkanAPI.hpp:495
+std::vector< VkFramebuffer > shadow_framebuffers
Definition: VulkanAPI.hpp:378
+uint64_t player_right_arm_mesh_id
Definition: VulkanAPI.hpp:477
+Image skybox_cube_map
Definition: VulkanAPI.hpp:414
+VkDescriptorPool imgui_descriptor_pool
Definition: VulkanAPI.hpp:458
+Pipeline hud_pipeline
Definition: VulkanAPI.hpp:453
+Image crosshair_image
Definition: VulkanAPI.hpp:417
+Descriptor toolbar_image_descriptor
Definition: VulkanAPI.hpp:433
+std::vector< VkSemaphore > copy_finished_semaphores
Definition: VulkanAPI.hpp:398
+UBO camera_ubo
Definition: VulkanAPI.hpp:428
+Pipeline entity_pipeline
Definition: VulkanAPI.hpp:451
+VkRenderPass prerender_item_icon_render_pass
Definition: VulkanAPI.hpp:442
VulkanAPI & operator=(VulkanAPI &&)=delete
void ImGuiTextureClear(const uint64_t texture_id)
Definition: VulkanAPI.cpp:2281
-uint64_t player_left_leg_mesh_id
Definition: VulkanAPI.hpp:447
-std::vector< Buffer > debug_info_buffers
Definition: VulkanAPI.hpp:395
-Image item_icon_images
Definition: VulkanAPI.hpp:392
-Pipeline sun_pipeline
Definition: VulkanAPI.hpp:419
-std::vector< VkSemaphore > shadow_pass_finished_semaphores
Definition: VulkanAPI.hpp:366
-VkDevice device
Definition: VulkanAPI.hpp:341
-uint64_t next_imgui_texture_id
Definition: VulkanAPI.hpp:431
+uint64_t player_left_leg_mesh_id
Definition: VulkanAPI.hpp:476
+std::vector< Buffer > debug_info_buffers
Definition: VulkanAPI.hpp:424
+Image item_icon_images
Definition: VulkanAPI.hpp:421
+Pipeline sun_pipeline
Definition: VulkanAPI.hpp:448
+std::vector< VkSemaphore > shadow_pass_finished_semaphores
Definition: VulkanAPI.hpp:395
+VkDevice device
Definition: VulkanAPI.hpp:370
+uint64_t next_imgui_texture_id
Definition: VulkanAPI.hpp:460
TracyLockableN(std::mutex, transfer_operation_mutex, "Vulkan Transfer Operation")
void recreateSwapChain(GLFWwindow *window)
Definition: VulkanAPI.cpp:626
-VkInstance instance
Definition: VulkanAPI.hpp:335
-VkQueue present_queue
Definition: VulkanAPI.hpp:343
-UBO light_mat_ubo
Definition: VulkanAPI.hpp:400
-void drawItemIcon(const VkViewport &viewport, const uint32_t layer)
Definition: VulkanAPI.cpp:2604
-Descriptor toolbar_cursor_image_descriptor
Definition: VulkanAPI.hpp:405
+VkInstance instance
Definition: VulkanAPI.hpp:364
+VkQueue present_queue
Definition: VulkanAPI.hpp:372
+UBO light_mat_ubo
Definition: VulkanAPI.hpp:429
+void drawItemIcon(const VkViewport &viewport, const uint32_t layer)
Definition: VulkanAPI.cpp:2634
+Descriptor toolbar_cursor_image_descriptor
Definition: VulkanAPI.hpp:434
void destroyMesh(const uint64_t &mesh_id)
Definition: chunk_mesh.cpp:84
-Pipeline player_pipeline
Definition: VulkanAPI.hpp:423
-std::vector< VkFramebuffer > water_framebuffers
Definition: VulkanAPI.hpp:350
-std::vector< VkCommandBuffer > compute_command_buffers
Definition: VulkanAPI.hpp:358
-VkRenderPass shadow_render_pass
Definition: VulkanAPI.hpp:410
-std::vector< VkSemaphore > image_available_semaphores
Definition: VulkanAPI.hpp:365
-Descriptor debug_info_image_descriptor
Definition: VulkanAPI.hpp:406
-std::vector< VkCommandBuffer > draw_command_buffers
Definition: VulkanAPI.hpp:356
-void drawHudImage(const Descriptor &descriptor, const VkViewport &viewport)
Definition: VulkanAPI.cpp:2573
-const uint64_t invalid_mesh_id
Definition: VulkanAPI.hpp:437
-Pipeline test_image_pipeline
Definition: VulkanAPI.hpp:421
-uint64_t icosphere_mesh_id
Definition: VulkanAPI.hpp:442
-Pipeline chunk_pipeline
Definition: VulkanAPI.hpp:415
+std::atomic< bool > show_debug_text
Definition: VulkanAPI.hpp:497
+Pipeline player_pipeline
Definition: VulkanAPI.hpp:452
+std::vector< VkFramebuffer > water_framebuffers
Definition: VulkanAPI.hpp:379
+std::vector< VkCommandBuffer > compute_command_buffers
Definition: VulkanAPI.hpp:387
+VkRenderPass shadow_render_pass
Definition: VulkanAPI.hpp:439
+std::vector< VkSemaphore > image_available_semaphores
Definition: VulkanAPI.hpp:394
+std::atomic< int > toolbar_cursor_index
Definition: VulkanAPI.hpp:509
+Descriptor debug_info_image_descriptor
Definition: VulkanAPI.hpp:435
+std::vector< PlayerRenderData > getPlayers() const
Definition: VulkanAPI.cpp:2521
+std::vector< VkCommandBuffer > draw_command_buffers
Definition: VulkanAPI.hpp:385
+void drawHudImage(const Descriptor &descriptor, const VkViewport &viewport)
Definition: VulkanAPI.cpp:2603
+const uint64_t invalid_mesh_id
Definition: VulkanAPI.hpp:466
+Pipeline test_image_pipeline
Definition: VulkanAPI.hpp:450
+std::optional< glm::vec3 > targetBlock() const
Definition: VulkanAPI.cpp:2515
+uint64_t icosphere_mesh_id
Definition: VulkanAPI.hpp:471
+Pipeline chunk_pipeline
Definition: VulkanAPI.hpp:444
VulkanAPI(VulkanAPI &&)=delete
-std::vector< uint64_t > mesh_ids_to_destroy
Definition: VulkanAPI.hpp:439
+std::vector< uint64_t > mesh_ids_to_destroy
Definition: VulkanAPI.hpp:468
~VulkanAPI()
Definition: VulkanAPI.cpp:69
-uint64_t cube_mesh_id
Definition: VulkanAPI.hpp:441
-uint64_t player_chest_mesh_id
Definition: VulkanAPI.hpp:444
-VkSurfaceKHR surface
Definition: VulkanAPI.hpp:339
-Definition: VulkanAPI.hpp:185
-glm::vec3 beta_mie
Definition: VulkanAPI.hpp:197
-float h_rayleigh
Definition: VulkanAPI.hpp:190
-float n_samples
Definition: VulkanAPI.hpp:194
-float atmosphere_radius
Definition: VulkanAPI.hpp:188
-glm::vec3 sun_direction
Definition: VulkanAPI.hpp:186
-float h_mie
Definition: VulkanAPI.hpp:191
-glm::vec3 beta_rayleigh
Definition: VulkanAPI.hpp:196
-float sun_intensity
Definition: VulkanAPI.hpp:193
-float g
Definition: VulkanAPI.hpp:192
-float player_height
Definition: VulkanAPI.hpp:189
-float n_light_samples
Definition: VulkanAPI.hpp:195
-float earth_radius
Definition: VulkanAPI.hpp:187
-Definition: VulkanAPI.hpp:82
-glm::vec3 pos
Definition: VulkanAPI.hpp:83
-static std::vector< VkVertexInputAttributeDescription > getAttributeDescriptions()
Definition: VulkanAPI.hpp:96
-glm::vec3 normal
Definition: VulkanAPI.hpp:84
-static VkVertexInputBindingDescription getBindingDescription()
Definition: VulkanAPI.hpp:86
-Definition: VulkanAPI.hpp:233
-uint32_t dst_binding
Definition: VulkanAPI.hpp:234
-VkDescriptorImageInfo image_info
Definition: VulkanAPI.hpp:238
-VkDescriptorType descriptor_type
Definition: VulkanAPI.hpp:237
-uint32_t dst_array_element
Definition: VulkanAPI.hpp:235
-uint32_t descriptor_count
Definition: VulkanAPI.hpp:236
-VkDescriptorBufferInfo buffer_info
Definition: VulkanAPI.hpp:239
-Definition: VulkanAPI.hpp:201
-void putPixel(uint32_t x, uint32_t y, uint8_t r, uint8_t g, uint8_t b, uint8_t a=255)
Definition: VulkanAPI.hpp:222
-VkFormat format
Definition: VulkanAPI.hpp:211
-VkImageView view
Definition: VulkanAPI.hpp:204
-VkDescriptorSet descriptor_set
Definition: VulkanAPI.hpp:209
-uint32_t width() const
Definition: VulkanAPI.hpp:214
-uint32_t height() const
Definition: VulkanAPI.hpp:215
-VkExtent2D extent
Definition: VulkanAPI.hpp:212
-void * mapped_memory
Definition: VulkanAPI.hpp:207
-void clear()
Definition: VulkanAPI.hpp:217
-VkSampler sampler
Definition: VulkanAPI.hpp:205
-VkImage image
Definition: VulkanAPI.hpp:202
-VkDeviceMemory memory
Definition: VulkanAPI.hpp:203
-Definition: VulkanAPI.hpp:115
-glm::vec3 normal
Definition: VulkanAPI.hpp:117
-glm::vec2 tex_coord
Definition: VulkanAPI.hpp:118
-static VkVertexInputBindingDescription getBindingDescription()
Definition: VulkanAPI.hpp:121
-static std::vector< VkVertexInputAttributeDescription > getAttributeDescriptions()
Definition: VulkanAPI.hpp:131
-uint32_t texture_index
Definition: VulkanAPI.hpp:119
-glm::vec3 pos
Definition: VulkanAPI.hpp:116
-Definition: VulkanAPI.hpp:55
-glm::vec3 pos
Definition: VulkanAPI.hpp:56
-static std::vector< VkVertexInputAttributeDescription > getAttributeDescriptions()
Definition: VulkanAPI.hpp:68
-static VkVertexInputBindingDescription getBindingDescription()
Definition: VulkanAPI.hpp:58
-Definition: VulkanAPI.hpp:160
-uint32_t vertex_count
Definition: VulkanAPI.hpp:163
-VkDeviceSize index_offset
Definition: VulkanAPI.hpp:165
-uint32_t memory_size
Definition: VulkanAPI.hpp:168
-uint64_t is_used
Definition: VulkanAPI.hpp:172
-uint32_t vertex_size
Definition: VulkanAPI.hpp:164
-VkDeviceMemory buffer_memory
Definition: VulkanAPI.hpp:162
-uint32_t index_count
Definition: VulkanAPI.hpp:166
-uint8_t used_by_frame[8]
Definition: VulkanAPI.hpp:173
-VkBuffer buffer
Definition: VulkanAPI.hpp:161
-Definition: VulkanAPI.hpp:43
-std::optional< uint32_t > graphics_family
Definition: VulkanAPI.hpp:44
-std::optional< uint32_t > present_family
Definition: VulkanAPI.hpp:45
-std::optional< uint32_t > transfer_family
Definition: VulkanAPI.hpp:46
-bool isComplete()
Definition: VulkanAPI.hpp:48
-Definition: VulkanAPI.hpp:178
-std::vector< VkBuffer > buffers
Definition: VulkanAPI.hpp:179
-std::vector< VkDeviceMemory > memory
Definition: VulkanAPI.hpp:180
-std::vector< void * > mapped_memory
Definition: VulkanAPI.hpp:181
+TracyLockableN(std::mutex, m_target_block_mutex, "Target Block")
+uint64_t cube_mesh_id
Definition: VulkanAPI.hpp:470
+uint64_t player_chest_mesh_id
Definition: VulkanAPI.hpp:473
+VkSurfaceKHR surface
Definition: VulkanAPI.hpp:368
+Definition: VulkanAPI.hpp:189
+glm::vec3 beta_mie
Definition: VulkanAPI.hpp:201
+float h_rayleigh
Definition: VulkanAPI.hpp:194
+float n_samples
Definition: VulkanAPI.hpp:198
+float atmosphere_radius
Definition: VulkanAPI.hpp:192
+glm::vec3 sun_direction
Definition: VulkanAPI.hpp:190
+float h_mie
Definition: VulkanAPI.hpp:195
+glm::vec3 beta_rayleigh
Definition: VulkanAPI.hpp:200
+float sun_intensity
Definition: VulkanAPI.hpp:197
+float g
Definition: VulkanAPI.hpp:196
+float player_height
Definition: VulkanAPI.hpp:193
+float n_light_samples
Definition: VulkanAPI.hpp:199
+float earth_radius
Definition: VulkanAPI.hpp:191
+Definition: VulkanAPI.hpp:247
+uint64_t id
Definition: VulkanAPI.hpp:248
+glm::dmat4 model
Definition: VulkanAPI.hpp:250
+uint64_t water_id
Definition: VulkanAPI.hpp:249
+Definition: VulkanAPI.hpp:86
+glm::vec3 pos
Definition: VulkanAPI.hpp:87
+static std::vector< VkVertexInputAttributeDescription > getAttributeDescriptions()
Definition: VulkanAPI.hpp:100
+glm::vec3 normal
Definition: VulkanAPI.hpp:88
+static VkVertexInputBindingDescription getBindingDescription()
Definition: VulkanAPI.hpp:90
+Definition: VulkanAPI.hpp:237
+uint32_t dst_binding
Definition: VulkanAPI.hpp:238
+VkDescriptorImageInfo image_info
Definition: VulkanAPI.hpp:242
+VkDescriptorType descriptor_type
Definition: VulkanAPI.hpp:241
+uint32_t dst_array_element
Definition: VulkanAPI.hpp:239
+uint32_t descriptor_count
Definition: VulkanAPI.hpp:240
+VkDescriptorBufferInfo buffer_info
Definition: VulkanAPI.hpp:243
+Definition: VulkanAPI.hpp:205
+void putPixel(uint32_t x, uint32_t y, uint8_t r, uint8_t g, uint8_t b, uint8_t a=255)
Definition: VulkanAPI.hpp:226
+VkFormat format
Definition: VulkanAPI.hpp:215
+VkImageView view
Definition: VulkanAPI.hpp:208
+VkDescriptorSet descriptor_set
Definition: VulkanAPI.hpp:213
+uint32_t width() const
Definition: VulkanAPI.hpp:218
+uint32_t height() const
Definition: VulkanAPI.hpp:219
+VkExtent2D extent
Definition: VulkanAPI.hpp:216
+void * mapped_memory
Definition: VulkanAPI.hpp:211
+void clear()
Definition: VulkanAPI.hpp:221
+VkSampler sampler
Definition: VulkanAPI.hpp:209
+VkImage image
Definition: VulkanAPI.hpp:206
+VkDeviceMemory memory
Definition: VulkanAPI.hpp:207
+Definition: VulkanAPI.hpp:119
+glm::vec3 normal
Definition: VulkanAPI.hpp:121
+glm::vec2 tex_coord
Definition: VulkanAPI.hpp:122
+static VkVertexInputBindingDescription getBindingDescription()
Definition: VulkanAPI.hpp:125
+static std::vector< VkVertexInputAttributeDescription > getAttributeDescriptions()
Definition: VulkanAPI.hpp:135
+uint32_t texture_index
Definition: VulkanAPI.hpp:123
+glm::vec3 pos
Definition: VulkanAPI.hpp:120
+Definition: VulkanAPI.hpp:59
+glm::vec3 pos
Definition: VulkanAPI.hpp:60
+static std::vector< VkVertexInputAttributeDescription > getAttributeDescriptions()
Definition: VulkanAPI.hpp:72
+static VkVertexInputBindingDescription getBindingDescription()
Definition: VulkanAPI.hpp:62
+Definition: VulkanAPI.hpp:254
+uint64_t id
Definition: VulkanAPI.hpp:255
+glm::dmat4 model
Definition: VulkanAPI.hpp:256
+Definition: VulkanAPI.hpp:164
+uint32_t vertex_count
Definition: VulkanAPI.hpp:167
+VkDeviceSize index_offset
Definition: VulkanAPI.hpp:169
+uint32_t memory_size
Definition: VulkanAPI.hpp:172
+uint64_t is_used
Definition: VulkanAPI.hpp:176
+uint32_t vertex_size
Definition: VulkanAPI.hpp:168
+VkDeviceMemory buffer_memory
Definition: VulkanAPI.hpp:166
+uint32_t index_count
Definition: VulkanAPI.hpp:170
+uint8_t used_by_frame[8]
Definition: VulkanAPI.hpp:177
+VkBuffer buffer
Definition: VulkanAPI.hpp:165
+Definition: VulkanAPI.hpp:260
+glm::dvec3 position
Definition: VulkanAPI.hpp:261
+bool visible
Definition: VulkanAPI.hpp:268
+double yaw
Definition: VulkanAPI.hpp:262
+PlayerModel::WalkAnimation walk_animation
Definition: VulkanAPI.hpp:265
+double pitch
Definition: VulkanAPI.hpp:263
+PlayerModel::AttackAnimation attack_animation
Definition: VulkanAPI.hpp:266
+Definition: VulkanAPI.hpp:47
+std::optional< uint32_t > graphics_family
Definition: VulkanAPI.hpp:48
+std::optional< uint32_t > present_family
Definition: VulkanAPI.hpp:49
+std::optional< uint32_t > transfer_family
Definition: VulkanAPI.hpp:50
+bool isComplete()
Definition: VulkanAPI.hpp:52
+Definition: VulkanAPI.hpp:182
+std::vector< VkBuffer > buffers
Definition: VulkanAPI.hpp:183
+std::vector< VkDeviceMemory > memory
Definition: VulkanAPI.hpp:184
+std::vector< void * > mapped_memory
Definition: VulkanAPI.hpp:185
diff --git a/VulkanMemoryAllocator_8cpp.html b/VulkanMemoryAllocator_8cpp.html
index 4bd8f5dd..aae112d2 100644
--- a/VulkanMemoryAllocator_8cpp.html
+++ b/VulkanMemoryAllocator_8cpp.html
@@ -116,56 +116,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/VulkanMemoryAllocator_8cpp__incl.map b/VulkanMemoryAllocator_8cpp__incl.map
index 9e4d92b6..5680ecfd 100644
--- a/VulkanMemoryAllocator_8cpp__incl.map
+++ b/VulkanMemoryAllocator_8cpp__incl.map
@@ -1,52 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/VulkanMemoryAllocator_8cpp__incl.md5 b/VulkanMemoryAllocator_8cpp__incl.md5
index f583af55..c56e48fd 100644
--- a/VulkanMemoryAllocator_8cpp__incl.md5
+++ b/VulkanMemoryAllocator_8cpp__incl.md5
@@ -1 +1 @@
-cc1b0bfc71fcbd23f81f817eee8fbb5a
\ No newline at end of file
+ac05eb43ce90cb063d11c971e789b6a4
\ No newline at end of file
diff --git a/VulkanMemoryAllocator_8cpp__incl.png b/VulkanMemoryAllocator_8cpp__incl.png
index a023f11f..afdd81d9 100644
Binary files a/VulkanMemoryAllocator_8cpp__incl.png and b/VulkanMemoryAllocator_8cpp__incl.png differ
diff --git a/VulkanMemoryAllocator_8hpp.html b/VulkanMemoryAllocator_8hpp.html
index 81d356f8..43743ee0 100644
--- a/VulkanMemoryAllocator_8hpp.html
+++ b/VulkanMemoryAllocator_8hpp.html
@@ -131,56 +131,55 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/VulkanMemoryAllocator_8hpp__dep__incl.map b/VulkanMemoryAllocator_8hpp__dep__incl.map
index 63c62344..9f5d8063 100644
--- a/VulkanMemoryAllocator_8hpp__dep__incl.map
+++ b/VulkanMemoryAllocator_8hpp__dep__incl.map
@@ -1,52 +1,51 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/VulkanMemoryAllocator_8hpp__dep__incl.md5 b/VulkanMemoryAllocator_8hpp__dep__incl.md5
index a55a1346..0dea31bf 100644
--- a/VulkanMemoryAllocator_8hpp__dep__incl.md5
+++ b/VulkanMemoryAllocator_8hpp__dep__incl.md5
@@ -1 +1 @@
-f2c007543d8bc68e72f187f20f1d7af6
\ No newline at end of file
+9928e16da7a5438bb260a85c91fd1c2a
\ No newline at end of file
diff --git a/VulkanMemoryAllocator_8hpp__dep__incl.png b/VulkanMemoryAllocator_8hpp__dep__incl.png
index e39661b0..7094213e 100644
Binary files a/VulkanMemoryAllocator_8hpp__dep__incl.png and b/VulkanMemoryAllocator_8hpp__dep__incl.png differ
diff --git a/WorldGenerator_8cpp.html b/WorldGenerator_8cpp.html
index dbfe1449..aa4e1a61 100644
--- a/WorldGenerator_8cpp.html
+++ b/WorldGenerator_8cpp.html
@@ -121,56 +121,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WorldGenerator_8cpp__incl.map b/WorldGenerator_8cpp__incl.map
index cfb4d91f..daa01716 100644
--- a/WorldGenerator_8cpp__incl.map
+++ b/WorldGenerator_8cpp__incl.map
@@ -1,52 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WorldGenerator_8cpp__incl.md5 b/WorldGenerator_8cpp__incl.md5
index d1db39cd..59420c4a 100644
--- a/WorldGenerator_8cpp__incl.md5
+++ b/WorldGenerator_8cpp__incl.md5
@@ -1 +1 @@
-006a78ed520ebf47b7939cd0e3eb9cf3
\ No newline at end of file
+f1b85c72addb79bd8cce3c6dbacb3535
\ No newline at end of file
diff --git a/WorldGenerator_8cpp__incl.png b/WorldGenerator_8cpp__incl.png
index 8cc3c683..43937c5b 100644
Binary files a/WorldGenerator_8cpp__incl.png and b/WorldGenerator_8cpp__incl.png differ
diff --git a/WorldGenerator_8hpp.html b/WorldGenerator_8hpp.html
index 3edfb8ed..f7fff3e3 100644
--- a/WorldGenerator_8hpp.html
+++ b/WorldGenerator_8hpp.html
@@ -123,56 +123,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WorldGenerator_8hpp__dep__incl.map b/WorldGenerator_8hpp__dep__incl.map
index 614d1ec9..779975b6 100644
--- a/WorldGenerator_8hpp__dep__incl.map
+++ b/WorldGenerator_8hpp__dep__incl.map
@@ -1,31 +1,31 @@
-
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WorldGenerator_8hpp__dep__incl.md5 b/WorldGenerator_8hpp__dep__incl.md5
index 592638cb..d45a7833 100644
--- a/WorldGenerator_8hpp__dep__incl.md5
+++ b/WorldGenerator_8hpp__dep__incl.md5
@@ -1 +1 @@
-37de412045ef849da39d5dd6a2ddc59b
\ No newline at end of file
+6b2298d1922e92b8fd8bbb9d483c04be
\ No newline at end of file
diff --git a/WorldGenerator_8hpp__dep__incl.png b/WorldGenerator_8hpp__dep__incl.png
index ddd73eb9..b69083f9 100644
Binary files a/WorldGenerator_8hpp__dep__incl.png and b/WorldGenerator_8hpp__dep__incl.png differ
diff --git a/WorldGenerator_8hpp__incl.map b/WorldGenerator_8hpp__incl.map
index e3b8cf18..15852f4e 100644
--- a/WorldGenerator_8hpp__incl.map
+++ b/WorldGenerator_8hpp__incl.map
@@ -1,52 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WorldGenerator_8hpp__incl.md5 b/WorldGenerator_8hpp__incl.md5
index 7804db56..021c8eef 100644
--- a/WorldGenerator_8hpp__incl.md5
+++ b/WorldGenerator_8hpp__incl.md5
@@ -1 +1 @@
-be6d754b508757d13e851aea5141e028
\ No newline at end of file
+3ce286a111ef540a83209a691921a4be
\ No newline at end of file
diff --git a/WorldGenerator_8hpp__incl.png b/WorldGenerator_8hpp__incl.png
index 0adadcb7..bc7cebd1 100644
Binary files a/WorldGenerator_8hpp__incl.png and b/WorldGenerator_8hpp__incl.png differ
diff --git a/WorldScene_8cpp.html b/WorldScene_8cpp.html
deleted file mode 100644
index 17ca4c44..00000000
--- a/WorldScene_8cpp.html
+++ /dev/null
@@ -1,182 +0,0 @@
-
-
-
-
-
-
-
-
-
VOX: src/app/scenes/WorldScene.cpp File Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VOX
-
- A little voxel engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
-
-
-
-
#include "WorldScene.hpp "
-
#include "logger.hpp "
-
#include "DebugGui.hpp "
-
#include <algorithm>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/WorldScene_8cpp__incl.map b/WorldScene_8cpp__incl.map
deleted file mode 100644
index 4c9edec3..00000000
--- a/WorldScene_8cpp__incl.map
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/WorldScene_8cpp__incl.md5 b/WorldScene_8cpp__incl.md5
deleted file mode 100644
index c1118cea..00000000
--- a/WorldScene_8cpp__incl.md5
+++ /dev/null
@@ -1 +0,0 @@
-39d09916e200de1c6394bf5c739c498e
\ No newline at end of file
diff --git a/WorldScene_8cpp__incl.png b/WorldScene_8cpp__incl.png
deleted file mode 100644
index 61ab85a1..00000000
Binary files a/WorldScene_8cpp__incl.png and /dev/null differ
diff --git a/WorldScene_8hpp.html b/WorldScene_8hpp.html
deleted file mode 100644
index 00a856cb..00000000
--- a/WorldScene_8hpp.html
+++ /dev/null
@@ -1,219 +0,0 @@
-
-
-
-
-
-
-
-
-
VOX: src/app/scenes/WorldScene.hpp File Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VOX
-
- A little voxel engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
-
-
-
-
#include "define.hpp "
-
#include "logger.hpp "
-
#include "Transform.hpp "
-
#include "Camera.hpp "
-
#include "List.hpp "
-
#include "Model.hpp "
-
#include "Item.hpp "
-
#include <glm/glm.hpp>
-
#include <glm/gtc/matrix_transform.hpp>
-
#include "Tracy.hpp"
-
#include <vector>
-
#include <mutex>
-
#include <optional>
-
#include <map>
-
#include <algorithm>
-
#include <atomic>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Go to the source code of this file.
-
-
-
-
-
-
-
diff --git a/WorldScene_8hpp.js b/WorldScene_8hpp.js
deleted file mode 100644
index 40c32ff9..00000000
--- a/WorldScene_8hpp.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var WorldScene_8hpp =
-[
- [ "WorldScene", "classWorldScene.html", "classWorldScene" ],
- [ "WorldScene::ChunkMeshRenderData", "structWorldScene_1_1ChunkMeshRenderData.html", "structWorldScene_1_1ChunkMeshRenderData" ],
- [ "WorldScene::MeshRenderData", "structWorldScene_1_1MeshRenderData.html", "structWorldScene_1_1MeshRenderData" ],
- [ "WorldScene::PlayerRenderData", "structWorldScene_1_1PlayerRenderData.html", "structWorldScene_1_1PlayerRenderData" ],
- [ "WorldScene::DebugBlock", "structWorldScene_1_1DebugBlock.html", "structWorldScene_1_1DebugBlock" ]
-];
\ No newline at end of file
diff --git a/WorldScene_8hpp__dep__incl.map b/WorldScene_8hpp__dep__incl.map
deleted file mode 100644
index 01c89971..00000000
--- a/WorldScene_8hpp__dep__incl.map
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/WorldScene_8hpp__dep__incl.md5 b/WorldScene_8hpp__dep__incl.md5
deleted file mode 100644
index 9054a48b..00000000
--- a/WorldScene_8hpp__dep__incl.md5
+++ /dev/null
@@ -1 +0,0 @@
-1f52b870920c046b2cce447e24bc8510
\ No newline at end of file
diff --git a/WorldScene_8hpp__dep__incl.png b/WorldScene_8hpp__dep__incl.png
deleted file mode 100644
index 126da52a..00000000
Binary files a/WorldScene_8hpp__dep__incl.png and /dev/null differ
diff --git a/WorldScene_8hpp__incl.map b/WorldScene_8hpp__incl.map
deleted file mode 100644
index b13bb611..00000000
--- a/WorldScene_8hpp__incl.map
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/WorldScene_8hpp__incl.md5 b/WorldScene_8hpp__incl.md5
deleted file mode 100644
index 1eb1525f..00000000
--- a/WorldScene_8hpp__incl.md5
+++ /dev/null
@@ -1 +0,0 @@
-b850b558503cf6a401c6eac2c1ce2216
\ No newline at end of file
diff --git a/WorldScene_8hpp__incl.png b/WorldScene_8hpp__incl.png
deleted file mode 100644
index 87d9cd9b..00000000
Binary files a/WorldScene_8hpp__incl.png and /dev/null differ
diff --git a/WorldScene_8hpp_source.html b/WorldScene_8hpp_source.html
deleted file mode 100644
index 188c6efd..00000000
--- a/WorldScene_8hpp_source.html
+++ /dev/null
@@ -1,280 +0,0 @@
-
-
-
-
-
-
-
-
-
VOX: src/app/scenes/WorldScene.hpp Source File
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VOX
-
- A little voxel engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
-
-
-
-
Go to the documentation of this file.
-
-
-
-
-
-
-
-
-
-
-
12 #include <glm/gtc/matrix_transform.hpp>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
93 void setTargetBlock (
const std::optional<glm::vec3> & target_block);
-
-
-
-
102 std::vector<PlayerRenderData>
getPlayers ()
const ;
-
-
-
-
-
-
-
-
-
111 void setDebugBlock (
const std::vector<DebugBlock> & debug_block);
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
135 std::optional<glm::vec3> m_target_block;
-
136 mutable TracyLockableN (std::mutex, m_target_block_mutex,
"Target Block" );
-
-
138 std::vector<DebugBlock> m_debug_block;
-
139 mutable TracyLockableN (std::mutex, m_debug_block_mutex,
"Debug Block" );
-
-
-
-
-
-
-
A simple camera class.
Definition: Camera.hpp:41
-
-
Definition: Model.hpp:154
-
-
Class to hold the world scene. The instance of this class will be accessed by multiple threads so it ...
Definition: WorldScene.hpp:29
-
WorldScene(WorldScene &scene)=delete
-
IdList< uint64_t, MeshRenderData > entity_mesh_list
Definition: WorldScene.hpp:118
-
void clearDebugBlocks()
Definition: WorldScene.cpp:33
-
void setTargetBlock(const std::optional< glm::vec3 > &target_block)
Function to set the target block.
Definition: WorldScene.cpp:15
-
void setDebugBlock(const std::vector< DebugBlock > &debug_block)
Definition: WorldScene.cpp:27
-
std::array< ItemInfo::Type, 9 > toolbar_items
Definition: WorldScene.hpp:126
-
WorldScene(WorldScene &&scene)=delete
-
Camera & camera()
Function to get the camera.
Definition: WorldScene.hpp:78
-
std::vector< PlayerRenderData > getPlayers() const
Definition: WorldScene.cpp:45
-
WorldScene()
Construct a new WorldScene object.
Definition: WorldScene.cpp:7
-
~WorldScene()
Destroy the WorldScene object.
Definition: WorldScene.cpp:11
-
TracyLockableN(std::mutex, m_player_mutex, "Player Render Data")
-
std::vector< DebugBlock > debugBlocks() const
Definition: WorldScene.cpp:39
-
std::mutex toolbar_items_mutex
Definition: WorldScene.hpp:127
-
WorldScene & operator=(WorldScene &&scene)=delete
-
std::atomic< bool > show_debug_text
Definition: WorldScene.hpp:123
-
std::optional< glm::vec3 > targetBlock() const
Function to get the target block.
Definition: WorldScene.cpp:21
-
WorldScene & operator=(WorldScene &scene)=delete
-
IdList< uint64_t, ChunkMeshRenderData > chunk_mesh_list
Definition: WorldScene.hpp:117
-
const Camera & camera() const
Function const to get the camera.
Definition: WorldScene.hpp:86
-
std::map< uint64_t, PlayerRenderData > m_players
Definition: WorldScene.hpp:120
-
std::atomic< int > toolbar_cursor_index
Definition: WorldScene.hpp:128
-
-
-
Definition: WorldScene.hpp:34
-
glm::dmat4 model
Definition: WorldScene.hpp:37
-
uint64_t water_id
Definition: WorldScene.hpp:36
-
uint64_t id
Definition: WorldScene.hpp:35
-
Definition: WorldScene.hpp:105
-
float size
Definition: WorldScene.hpp:107
-
glm::vec4 color
Definition: WorldScene.hpp:108
-
glm::vec3 position
Definition: WorldScene.hpp:106
-
Definition: WorldScene.hpp:41
-
glm::dmat4 model
Definition: WorldScene.hpp:43
-
uint64_t id
Definition: WorldScene.hpp:42
-
Definition: WorldScene.hpp:47
-
PlayerModel::AttackAnimation attack_animation
Definition: WorldScene.hpp:53
-
glm::dvec3 position
Definition: WorldScene.hpp:48
-
PlayerModel::WalkAnimation walk_animation
Definition: WorldScene.hpp:52
-
bool visible
Definition: WorldScene.hpp:55
-
double yaw
Definition: WorldScene.hpp:49
-
double pitch
Definition: WorldScene.hpp:50
-
-
-
-
-
-
diff --git a/World_8cpp.html b/World_8cpp.html
index 877c7bee..16e9c6fa 100644
--- a/World_8cpp.html
+++ b/World_8cpp.html
@@ -114,56 +114,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/World_8cpp__incl.map b/World_8cpp__incl.map
index 728011d1..de5c7aa0 100644
--- a/World_8cpp__incl.map
+++ b/World_8cpp__incl.map
@@ -1,52 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/World_8cpp__incl.md5 b/World_8cpp__incl.md5
index e9142760..0de0f61c 100644
--- a/World_8cpp__incl.md5
+++ b/World_8cpp__incl.md5
@@ -1 +1 @@
-2e1bd3da78395cfc0097b903b8ac2805
\ No newline at end of file
+c9e7a2a5d0fdbc2ba954bcc9580f8be1
\ No newline at end of file
diff --git a/World_8cpp__incl.png b/World_8cpp__incl.png
index 90fd2e45..9c282467 100644
Binary files a/World_8cpp__incl.png and b/World_8cpp__incl.png differ
diff --git a/World_8hpp.html b/World_8hpp.html
index 41ef8d69..226ab717 100644
--- a/World_8hpp.html
+++ b/World_8hpp.html
@@ -131,56 +131,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/World_8hpp__dep__incl.map b/World_8hpp__dep__incl.map
index dedfc304..a3a0e912 100644
--- a/World_8hpp__dep__incl.map
+++ b/World_8hpp__dep__incl.map
@@ -1,31 +1,31 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/World_8hpp__dep__incl.md5 b/World_8hpp__dep__incl.md5
index 972b37a6..47871b25 100644
--- a/World_8hpp__dep__incl.md5
+++ b/World_8hpp__dep__incl.md5
@@ -1 +1 @@
-f8ac3a0079c568dd88b0fc6ca2c3da8b
\ No newline at end of file
+b8c97071345c38ec3a96326d66d80d8a
\ No newline at end of file
diff --git a/World_8hpp__dep__incl.png b/World_8hpp__dep__incl.png
index 8566b7aa..b6ad0d75 100644
Binary files a/World_8hpp__dep__incl.png and b/World_8hpp__dep__incl.png differ
diff --git a/World_8hpp__incl.map b/World_8hpp__incl.map
index 7ed89f80..9b0d5e34 100644
--- a/World_8hpp__incl.map
+++ b/World_8hpp__incl.map
@@ -1,52 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/World_8hpp__incl.md5 b/World_8hpp__incl.md5
index 81c11435..5db6035b 100644
--- a/World_8hpp__incl.md5
+++ b/World_8hpp__incl.md5
@@ -1 +1 @@
-9bee2bc86a911d081cdf0b03ee667dfa
\ No newline at end of file
+3d15ae482202dc3bd2c88875b8b4034b
\ No newline at end of file
diff --git a/World_8hpp__incl.png b/World_8hpp__incl.png
index edd65aac..f0f6b59b 100644
Binary files a/World_8hpp__incl.png and b/World_8hpp__incl.png differ
diff --git a/World_8hpp_source.html b/World_8hpp_source.html
index 544e4bf5..6fa00b2d 100644
--- a/World_8hpp_source.html
+++ b/World_8hpp_source.html
@@ -354,7 +354,7 @@
Perlin noise generator.
Definition: Perlin.hpp:23
Definition: Structures.hpp:13
Definition: ThreadPoolAccessor.hpp:9
-
Definition: VulkanAPI.hpp:243
+
Definition: VulkanAPI.hpp:272
std::unordered_set< glm::ivec3 > ChunkGenList
Definition: World.hpp:30
~WorldGenerator()
Definition: WorldGenerator.cpp:37
diff --git a/alternative__main_8cpp.html b/alternative__main_8cpp.html
index 361f7605..7e063c99 100644
--- a/alternative__main_8cpp.html
+++ b/alternative__main_8cpp.html
@@ -120,56 +120,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/annotated_dup.js b/annotated_dup.js
index 8aa5d893..ade9d901 100644
--- a/annotated_dup.js
+++ b/annotated_dup.js
@@ -47,6 +47,7 @@ var annotated_dup =
[ "Buffer", "classBuffer.html", "classBuffer" ],
[ "Camera", "classCamera.html", "classCamera" ],
[ "Chunk", "classChunk.html", "classChunk" ],
+ [ "ChunkMeshRenderData", "structChunkMeshRenderData.html", "structChunkMeshRenderData" ],
[ "ChunkPacket", "classChunkPacket.html", "classChunkPacket" ],
[ "ChunkRequestPacket", "classChunkRequestPacket.html", "classChunkRequestPacket" ],
[ "ChunkUnloadPacket", "classChunkUnloadPacket.html", "classChunkUnloadPacket" ],
@@ -86,6 +87,7 @@ var annotated_dup =
[ "Logger", "classLogger.html", "classLogger" ],
[ "Mat4", "classMat4.html", "classMat4" ],
[ "Mesh", "structMesh.html", "structMesh" ],
+ [ "MeshRenderData", "structMeshRenderData.html", "structMeshRenderData" ],
[ "Mob", "classMob.html", "classMob" ],
[ "ModelMatrix_push_constant", "structModelMatrix__push__constant.html", "structModelMatrix__push__constant" ],
[ "NetworkThread", "classNetworkThread.html", "classNetworkThread" ],
@@ -100,6 +102,7 @@ var annotated_dup =
[ "PlayerListPacket", "classPlayerListPacket.html", "classPlayerListPacket" ],
[ "PlayerModel", "classPlayerModel.html", "classPlayerModel" ],
[ "PlayerMovePacket", "classPlayerMovePacket.html", "classPlayerMovePacket" ],
+ [ "PlayerRenderData", "structPlayerRenderData.html", "structPlayerRenderData" ],
[ "Poller", "classPoller.html", "classPoller" ],
[ "QueueFamilyIndices", "structQueueFamilyIndices.html", "structQueueFamilyIndices" ],
[ "RayCastOnBlockResult", "structRayCastOnBlockResult.html", "structRayCastOnBlockResult" ],
@@ -131,6 +134,5 @@ var annotated_dup =
[ "VulkanAPI", "classVulkanAPI.html", "classVulkanAPI" ],
[ "VulkanMemoryAllocator", "classVulkanMemoryAllocator.html", "classVulkanMemoryAllocator" ],
[ "Window", "classWindow.html", "classWindow" ],
- [ "World", "classWorld.html", "classWorld" ],
- [ "WorldScene", "classWorldScene.html", "classWorldScene" ]
+ [ "World", "classWorld.html", "classWorld" ]
];
\ No newline at end of file
diff --git a/application_8cpp.html b/application_8cpp.html
index ff089d74..f6fd0cc8 100644
--- a/application_8cpp.html
+++ b/application_8cpp.html
@@ -116,56 +116,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/application_8cpp__incl.map b/application_8cpp__incl.map
index d6e72013..e4b50105 100644
--- a/application_8cpp__incl.map
+++ b/application_8cpp__incl.map
@@ -1,52 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/application_8cpp__incl.md5 b/application_8cpp__incl.md5
index 992d2e5e..8bc8b45d 100644
--- a/application_8cpp__incl.md5
+++ b/application_8cpp__incl.md5
@@ -1 +1 @@
-26093201d2a8d43ee0b857d3f01632a4
\ No newline at end of file
+b6e45a20227be9b91451c033759b477d
\ No newline at end of file
diff --git a/application_8cpp__incl.png b/application_8cpp__incl.png
index f74a3966..91dca6c9 100644
Binary files a/application_8cpp__incl.png and b/application_8cpp__incl.png differ
diff --git a/application_8hpp.html b/application_8hpp.html
index cbea2553..5f5d39e6 100644
--- a/application_8hpp.html
+++ b/application_8hpp.html
@@ -115,7 +115,6 @@
#include "Settings.hpp "
#include "ClientWorld.hpp "
#include "RenderThread.hpp "
-#include "WorldScene.hpp "
#include "UpdateThread.hpp "
#include "VulkanAPI.hpp "
#include "BlockUpdateThread.hpp "
@@ -132,56 +131,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/chunk__mesh_8cpp__incl.map b/chunk__mesh_8cpp__incl.map
index 104a0566..73f5c16b 100644
--- a/chunk__mesh_8cpp__incl.map
+++ b/chunk__mesh_8cpp__incl.map
@@ -1,52 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/chunk__mesh_8cpp__incl.md5 b/chunk__mesh_8cpp__incl.md5
index b6263f77..a04ecfb8 100644
--- a/chunk__mesh_8cpp__incl.md5
+++ b/chunk__mesh_8cpp__incl.md5
@@ -1 +1 @@
-d6f9d1515af06df94ba9d3a87440d38b
\ No newline at end of file
+18639d04673158b2948ad5f09d5fb545
\ No newline at end of file
diff --git a/chunk__mesh_8cpp__incl.png b/chunk__mesh_8cpp__incl.png
index af709ce9..d3326435 100644
Binary files a/chunk__mesh_8cpp__incl.png and b/chunk__mesh_8cpp__incl.png differ
diff --git a/classBlockUpdateThread-members.html b/classBlockUpdateThread-members.html
index ba67623e..237ead9b 100644
--- a/classBlockUpdateThread-members.html
+++ b/classBlockUpdateThread-members.html
@@ -111,7 +111,7 @@
This is the complete list of members for BlockUpdateThread , including all inherited members.
- BlockUpdateThread (WorldScene &worldScene, ClientWorld &world)BlockUpdateThread
+ BlockUpdateThread (ClientWorld &world)BlockUpdateThread
BlockUpdateThread (BlockUpdateThread &other)=deleteBlockUpdateThread
BlockUpdateThread (BlockUpdateThread &&other)=deleteBlockUpdateThread
operator= (BlockUpdateThread &other)=deleteBlockUpdateThread
diff --git a/classBlockUpdateThread.html b/classBlockUpdateThread.html
index b1139c0e..c8f53d5b 100644
--- a/classBlockUpdateThread.html
+++ b/classBlockUpdateThread.html
@@ -127,8 +127,8 @@
diff --git a/classBlockUpdateThread.js b/classBlockUpdateThread.js
index 04a3db3f..80fe047b 100644
--- a/classBlockUpdateThread.js
+++ b/classBlockUpdateThread.js
@@ -1,6 +1,6 @@
var classBlockUpdateThread =
[
- [ "BlockUpdateThread", "classBlockUpdateThread.html#af1fac4df9851afc406860d95dcec4ff8", null ],
+ [ "BlockUpdateThread", "classBlockUpdateThread.html#a182d5cc71b5cc8367236025e9cc78a6e", null ],
[ "~BlockUpdateThread", "classBlockUpdateThread.html#a684a203fc0a69d2c9a81cdde03fa5ecf", null ],
[ "BlockUpdateThread", "classBlockUpdateThread.html#ac5e8f510884616c75e89bac2ee17b75c", null ],
[ "BlockUpdateThread", "classBlockUpdateThread.html#afc8b69c912bcadcac529322cdd24a8cb", null ],
diff --git a/classClientWorld-members.html b/classClientWorld-members.html
index 29568523..3da9ab73 100644
--- a/classClientWorld-members.html
+++ b/classClientWorld-members.html
@@ -116,7 +116,7 @@
applyPlayerMovement (const uint64_t &player_id, const glm::dvec3 &displacement)ClientWorld
calculatePlayerMovement (const uint64_t player_id, const int8_t forward, const int8_t backward, const int8_t left, const int8_t right, const int8_t up, const int8_t down, const double delta_time_second)ClientWorld
changePlayerViewMode (const uint64_t player_id)ClientWorld
-
ClientWorld (WorldScene &world_scene, VulkanAPI &vulkan_api, Sound::Engine &sound_engine, Event::Manager &event_manager, uint64_t my_player_id=0)ClientWorld
+
ClientWorld (VulkanAPI &vulkan_api, Sound::Engine &sound_engine, Event::Manager &event_manager, uint64_t my_player_id=0)ClientWorld
ClientWorld (ClientWorld &other)=deleteClientWorld
ClientWorld (ClientWorld &&other)=deleteClientWorld
createMob ()ClientWorld
diff --git a/classClientWorld.html b/classClientWorld.html
index 09a120fb..abc765e5 100644
--- a/classClientWorld.html
+++ b/classClientWorld.html
@@ -143,8 +143,8 @@
-
-◆ ClientWorld() [1/3]
+
+◆ ClientWorld() [1/3]
@@ -290,12 +290,6 @@
ClientWorld::ClientWorld
(
- WorldScene &
- world_scene ,
-
-
-
-
VulkanAPI &
vulkan_api ,
diff --git a/classClientWorld.js b/classClientWorld.js
index ae9fe388..d44c82a2 100644
--- a/classClientWorld.js
+++ b/classClientWorld.js
@@ -1,7 +1,7 @@
var classClientWorld =
[
[ "PlayerUseResult", "structClientWorld_1_1PlayerUseResult.html", "structClientWorld_1_1PlayerUseResult" ],
- [ "ClientWorld", "classClientWorld.html#a20693b5a2b5bca1ec9342f9d48135842", null ],
+ [ "ClientWorld", "classClientWorld.html#a62ffa1a4466b341f0cb8898075f8bf21", null ],
[ "~ClientWorld", "classClientWorld.html#a906723ee7a94d67937f57f1fc3d320c2", null ],
[ "ClientWorld", "classClientWorld.html#a3c76d0cf45ce665a46c5f0c28b33e0cf", null ],
[ "ClientWorld", "classClientWorld.html#ae2509dff67daeeeb0ee9286ec46aad71", null ],
diff --git a/classDebugGui.html b/classDebugGui.html
index b9146587..56213402 100644
--- a/classDebugGui.html
+++ b/classDebugGui.html
@@ -120,19 +120,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/classDebugGui__coll__graph.map b/classDebugGui__coll__graph.map
index 80ee7238..84ec5e77 100644
--- a/classDebugGui__coll__graph.map
+++ b/classDebugGui__coll__graph.map
@@ -1,15 +1,20 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/classDebugGui__coll__graph.md5 b/classDebugGui__coll__graph.md5
index 09cbfab8..3e807381 100644
--- a/classDebugGui__coll__graph.md5
+++ b/classDebugGui__coll__graph.md5
@@ -1 +1 @@
-a03bb5aa9dcf4d9e3cad4ed13eec63e9
\ No newline at end of file
+73a9a54e75b6ef2735d80d2e932c03e2
\ No newline at end of file
diff --git a/classDebugGui__coll__graph.png b/classDebugGui__coll__graph.png
index 5a9cc7c0..ad4f1a8b 100644
Binary files a/classDebugGui__coll__graph.png and b/classDebugGui__coll__graph.png differ
diff --git a/classRenderThread-members.html b/classRenderThread-members.html
index c111e93b..c750a8d4 100644
--- a/classRenderThread-members.html
+++ b/classRenderThread-members.html
@@ -113,7 +113,7 @@
operator= (RenderThread &renderer)=deleteRenderThread
operator= (RenderThread &&renderer)=deleteRenderThread
- RenderThread (const Settings &settings, VulkanAPI &vulkanAPI, const WorldScene &worldScene, std::chrono::nanoseconds start_time)RenderThread
+ RenderThread (const Settings &settings, VulkanAPI &vulkanAPI, std::chrono::nanoseconds start_time)RenderThread
RenderThread (RenderThread &renderer)=deleteRenderThread
RenderThread (RenderThread &&renderer)=deleteRenderThread
~RenderThread ()RenderThread
diff --git a/classRenderThread.html b/classRenderThread.html
index 0f5a1f8e..7eab5c04 100644
--- a/classRenderThread.html
+++ b/classRenderThread.html
@@ -128,9 +128,9 @@
- RenderThread (const Settings &settings, VulkanAPI &vulkanAPI, const WorldScene &worldScene, std::chrono::nanoseconds start_time)
- Construct a new RenderThread object. More...
-
+ RenderThread (const Settings &settings, VulkanAPI &vulkanAPI, std::chrono::nanoseconds start_time)
+ Construct a new RenderThread object. More...
+
~RenderThread ()
Destroy the RenderThread object. More...
@@ -147,8 +147,8 @@
A wrapper for the thread that handles rendering.
This thread will run at max framerate possible Interacts with the vk::RenderAPI to draw the Scene Every function called from this class MUST be thread safe
-
-◆ RenderThread() [1/3]
+
+◆ RenderThread() [1/3]
@@ -165,12 +165,6 @@
VulkanAPI &
vulkanAPI ,
-
-
-
- const WorldScene &
- worldScene ,
-
diff --git a/classRenderThread.js b/classRenderThread.js
index f5f889fb..602617ad 100644
--- a/classRenderThread.js
+++ b/classRenderThread.js
@@ -1,6 +1,6 @@
var classRenderThread =
[
- [ "RenderThread", "classRenderThread.html#af5e1f5dbf6f05039dadfde54b65d7477", null ],
+ [ "RenderThread", "classRenderThread.html#ab10cf7a69745e49aa13fe2dd526d28a9", null ],
[ "~RenderThread", "classRenderThread.html#ac9a968ad63349a9eb1109d615406afd4", null ],
[ "RenderThread", "classRenderThread.html#a9b8dfb3f2d80db4e6c4d9009367e8cb1", null ],
[ "RenderThread", "classRenderThread.html#a53eb51bf51003e9aae33a74102d1e6e7", null ],
diff --git a/classUpdateThread-members.html b/classUpdateThread-members.html
index ac6eb62d..850a8b56 100644
--- a/classUpdateThread-members.html
+++ b/classUpdateThread-members.html
@@ -113,7 +113,7 @@
operator= (UpdateThread &other)=deleteUpdateThread
operator= (UpdateThread &&other)=deleteUpdateThread
- UpdateThread (Client &client, const Settings &settings, Window &window, WorldScene &world_scene, ClientWorld &world, VulkanAPI &vulkan_api, Sound::Engine &sound_engine, Event::Manager &event_manager, std::chrono::nanoseconds start_time)UpdateThread
+ UpdateThread (Client &client, const Settings &settings, Window &window, ClientWorld &world, VulkanAPI &vulkan_api, Sound::Engine &sound_engine, Event::Manager &event_manager, std::chrono::nanoseconds start_time)UpdateThread
UpdateThread (UpdateThread &other)=deleteUpdateThread
UpdateThread (UpdateThread &&other)=deleteUpdateThread
~UpdateThread ()UpdateThread
diff --git a/classUpdateThread.html b/classUpdateThread.html
index 4f394645..6ca755df 100644
--- a/classUpdateThread.html
+++ b/classUpdateThread.html
@@ -124,8 +124,8 @@
- UpdateThread (Client &client, const Settings &settings, Window &window, WorldScene &world_scene, ClientWorld &world, VulkanAPI &vulkan_api, Sound::Engine &sound_engine, Event::Manager &event_manager, std::chrono::nanoseconds start_time)
-
+ UpdateThread (Client &client, const Settings &settings, Window &window, ClientWorld &world, VulkanAPI &vulkan_api, Sound::Engine &sound_engine, Event::Manager &event_manager, std::chrono::nanoseconds start_time)
+
~UpdateThread ()
UpdateThread (UpdateThread &other)=delete
@@ -138,8 +138,8 @@
-
-◆ UpdateThread() [1/3]
+
+◆ UpdateThread() [1/3]
@@ -162,12 +162,6 @@
Window &
window ,
-
-
-
- WorldScene &
- world_scene ,
-
diff --git a/classUpdateThread.js b/classUpdateThread.js
index 8752dcaf..dc3d4155 100644
--- a/classUpdateThread.js
+++ b/classUpdateThread.js
@@ -1,6 +1,6 @@
var classUpdateThread =
[
- [ "UpdateThread", "classUpdateThread.html#a0f06786943dfc620dc2c6a0fa258da07", null ],
+ [ "UpdateThread", "classUpdateThread.html#af8cdf9742b83c2a0d9b5c50f42928e02", null ],
[ "~UpdateThread", "classUpdateThread.html#a6b0329b5ce1c37b523ca25276d180cbb", null ],
[ "UpdateThread", "classUpdateThread.html#ac4c818b0e4646770c22f3f095b251517", null ],
[ "UpdateThread", "classUpdateThread.html#a67633683c42a680171e9de4cb55e673b", null ],
diff --git a/classVulkanAPI-members.html b/classVulkanAPI-members.html
index af2b5dac..2f88f938 100644
--- a/classVulkanAPI-members.html
+++ b/classVulkanAPI-members.html
@@ -113,7 +113,9 @@
atmosphere_ubo VulkanAPI
block_textures VulkanAPI
- camera_ubo VulkanAPI
+ camera VulkanAPI
+ camera_ubo VulkanAPI
+ chunk_mesh_list VulkanAPI
chunk_pipeline VulkanAPI
color_attachement VulkanAPI
command_pool VulkanAPI
@@ -141,7 +143,9 @@
drawHudImage (const Descriptor &descriptor, const VkViewport &viewport)VulkanAPI
drawItemIcon (const VkViewport &viewport, const uint32_t layer)VulkanAPI
drawMesh (VkCommandBuffer command_buffer, const Pipeline &pipeline, const uint64_t mesh_id, const void *push_constants, const uint32_t push_constants_size, const VkShaderStageFlags push_constants_stage)VulkanAPI
- entity_pipeline VulkanAPI
+ entity_mesh_list VulkanAPI
+ entity_pipeline VulkanAPI
+ getPlayers () constVulkanAPI
global_descriptor VulkanAPI
graphics_queue VulkanAPI
hud_framebuffers VulkanAPI
@@ -165,6 +169,8 @@
lighting_framebuffers VulkanAPI
lighting_render_pass VulkanAPI
line_pipeline VulkanAPI
+ m_players VulkanAPI
+ m_target_block VulkanAPI
main_render_finished_semaphores VulkanAPI
max_frames_in_flight VulkanAPI
mesh_ids_to_destroy VulkanAPI
@@ -190,14 +196,16 @@
queue_family_indices VulkanAPI
recreateSwapChain (GLFWwindow *window)VulkanAPI
setImageLayout (VkCommandBuffer command_buffer, VkImage image, VkImageLayout old_layout, VkImageLayout new_layout, VkImageSubresourceRange subresource_range, VkAccessFlags srcAccessMask, VkAccessFlags dstAccessMask, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask)VulkanAPI
- shadow_framebuffers VulkanAPI
- shadow_map_depth_attachement VulkanAPI
- shadow_map_size VulkanAPI
- shadow_map_views VulkanAPI
- shadow_maps_count VulkanAPI
- shadow_pass_finished_semaphores VulkanAPI
- shadow_pipeline VulkanAPI
- shadow_render_pass VulkanAPI
+ setTargetBlock (const std::optional< glm::vec3 > &target_block)VulkanAPI
+ shadow_framebuffers VulkanAPI
+ shadow_map_depth_attachement VulkanAPI
+ shadow_map_size VulkanAPI
+ shadow_map_views VulkanAPI
+ shadow_maps_count VulkanAPI
+ shadow_pass_finished_semaphores VulkanAPI
+ shadow_pipeline VulkanAPI
+ shadow_render_pass VulkanAPI
+ show_debug_text VulkanAPI
single_time_command_fence VulkanAPI
skybox_cube_map VulkanAPI
skybox_pipeline VulkanAPI
@@ -205,16 +213,22 @@
sun_pipeline VulkanAPI
surface VulkanAPI
swapchain VulkanAPI
- test_image_pipeline VulkanAPI
- text_renderer VulkanAPI
- toolbar_cursor_image VulkanAPI
- toolbar_cursor_image_descriptor VulkanAPI
+ targetBlock () constVulkanAPI
+ test_image_pipeline VulkanAPI
+ text_renderer VulkanAPI
+ toolbar_cursor_image VulkanAPI
+ toolbar_cursor_image_descriptor VulkanAPI
+ toolbar_cursor_index VulkanAPI
toolbar_image VulkanAPI
toolbar_image_descriptor VulkanAPI
+ toolbar_items VulkanAPI
+ toolbar_items_mutex VulkanAPI mutable
TracyLockableN (std::mutex, transfer_operation_mutex, "Vulkan Transfer Operation")VulkanAPI
TracyLockableN (std::mutex, imgui_textures_mutex, "Vulkan Imgui Texture Mutex")VulkanAPI
TracyLockableN (std::mutex, mesh_map_mutex, "Vulkan Mesh Map Mutex")VulkanAPI
TracyLockableN (std::mutex, global_mutex, "Vulkan Global Mutex")VulkanAPI
+ TracyLockableN (std::mutex, m_player_mutex, "Player Render Data")VulkanAPI mutable
+ TracyLockableN (std::mutex, m_target_block_mutex, "Target Block")VulkanAPI mutable
transfer_command_buffers VulkanAPI
transfer_command_pool VulkanAPI
transfer_queue VulkanAPI
diff --git a/classVulkanAPI.html b/classVulkanAPI.html
index bc885c8e..32a7986b 100644
--- a/classVulkanAPI.html
+++ b/classVulkanAPI.html
@@ -119,14 +119,19 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -637,6 +670,23 @@
+
+
+
+◆ getPlayers()
+
+
@@ -871,6 +921,24 @@
+
+
+
+◆ setTargetBlock()
+
+
+
+
+
+ void VulkanAPI::setTargetBlock
+ (
+ const std::optional< glm::vec3 > &
+ target_block )
+
+
+
+
+
@@ -917,10 +985,27 @@
+
+
+
+◆ targetBlock()
+
+
+
+
+
+ std::optional< glm::vec3 > VulkanAPI::targetBlock
+ (
+ )
+ const
+
+
+
+
-◆ TracyLockableN() [1/4]
+◆ TracyLockableN() [1/6]
@@ -954,7 +1039,7 @@
-◆ TracyLockableN() [2/4]
+◆ TracyLockableN() [2/6]
+
+◆ TracyLockableN() [3/6]
+
+
+
+
+
+
+
+
+ VulkanAPI::TracyLockableN
+ (
+ std::mutex
+ ,
+
+
+
+
+ m_player_mutex
+ ,
+
+
+
+
+ "Player Render Data"
+
+
+
+
+ )
+
+
+
+
+
+mutable
+
+
+
+
+
+
+
+◆ TracyLockableN() [4/6]
+
+
+
+
+
+
+
+
+ VulkanAPI::TracyLockableN
+ (
+ std::mutex
+ ,
+
+
+
+
+ m_target_block_mutex
+ ,
+
+
+
+
+ "Target Block"
+
+
+
+
+ )
+
+
+
+
+
+mutable
+
+
+
+
-◆ TracyLockableN() [3/4]
+◆ TracyLockableN() [5/6]
@@ -1022,7 +1191,7 @@
-◆ TracyLockableN() [4/4]
+◆ TracyLockableN() [6/6]
+
+◆ camera
+
+
+
+
+
+ Camera VulkanAPI::camera
+
+
+
+
@@ -1212,6 +1395,20 @@
+
+
+◆ chunk_mesh_list
+
+
@@ -1506,6 +1703,20 @@
+
+
+◆ entity_mesh_list
+
+
@@ -1800,6 +2011,34 @@
+
+
+
+◆ m_players
+
+
+
+◆ m_target_block
+
+
+
+
+
+ std::optional<glm::vec3> VulkanAPI::m_target_block
+
+
+
+
@@ -2206,6 +2445,20 @@
+
+
+
+◆ show_debug_text
+
+
+
+
+
+ std::atomic<bool> VulkanAPI::show_debug_text = false
+
+
+
+
@@ -2346,6 +2599,20 @@
+
+
+
+◆ toolbar_cursor_index
+
+
+
+
+
+ std::atomic<int> VulkanAPI::toolbar_cursor_index = 0
+
+
+
+
@@ -2374,6 +2641,42 @@
+
+
+
+◆ toolbar_items
+
+
+
+◆ toolbar_items_mutex
+
+
+
+
+
+
+
+
+ std::mutex VulkanAPI::toolbar_items_mutex
+
+
+
+
+mutable
+
+
+
+
diff --git a/classVulkanAPI.js b/classVulkanAPI.js
index 4ccbb8b0..eba0399f 100644
--- a/classVulkanAPI.js
+++ b/classVulkanAPI.js
@@ -10,6 +10,7 @@ var classVulkanAPI =
[ "drawHudImage", "classVulkanAPI.html#ae58294d582cc0bcb04c4ece2350fba79", null ],
[ "drawItemIcon", "classVulkanAPI.html#acdf9faa7c2f01c5480088443d6cf1ece", null ],
[ "drawMesh", "classVulkanAPI.html#a3ca516c046ac41c08b2e56a6b47e5f46", null ],
+ [ "getPlayers", "classVulkanAPI.html#ae33a1cd788d12c4fa76f2dde42b801b0", null ],
[ "ImGuiTextureClear", "classVulkanAPI.html#ab6c5b3fce5155d0347f9514c25998d1f", null ],
[ "ImGuiTextureDraw", "classVulkanAPI.html#a370701861cf8380ffe16419af0744538", null ],
[ "ImGuiTexturePutPixel", "classVulkanAPI.html#a7af28a90999b1386bc621bb5ea6ef122", null ],
@@ -17,16 +18,22 @@ var classVulkanAPI =
[ "operator=", "classVulkanAPI.html#aaeca4e5455f3982bac572f63af925855", null ],
[ "recreateSwapChain", "classVulkanAPI.html#acb1a97c9af39c7527966e3f8eb5f7581", null ],
[ "setImageLayout", "classVulkanAPI.html#a5cf827ed1548a6c79b7c0113cf726892", null ],
+ [ "setTargetBlock", "classVulkanAPI.html#a359875799bbcad56d4aee24bcafe349c", null ],
[ "storeMesh", "classVulkanAPI.html#a7dbaba5ed78714b88d3f052d0b8ebc12", null ],
+ [ "targetBlock", "classVulkanAPI.html#ae911ac7050a57a619c7ac8e976555c17", null ],
[ "TracyLockableN", "classVulkanAPI.html#a67280ce7321d0f8a1d38365332a081a7", null ],
[ "TracyLockableN", "classVulkanAPI.html#a1fb46af26d8e1da6db861ba020de561e", null ],
+ [ "TracyLockableN", "classVulkanAPI.html#a48f9529d1362d33b9d36844b696cd8cc", null ],
+ [ "TracyLockableN", "classVulkanAPI.html#af1b74a42141e332033e0cae4c375675f", null ],
[ "TracyLockableN", "classVulkanAPI.html#a14fc68160346c09d0e62bef752f91300", null ],
[ "TracyLockableN", "classVulkanAPI.html#acaff5cd787c82103f731214aeeda369f", null ],
[ "transitionImageLayout", "classVulkanAPI.html#a48f6b428d99ea240a6ebdc1ad4dba0cd", null ],
[ "writeTextToDebugImage", "classVulkanAPI.html#a2f0ac0bfd8e2f9132d212730b0231a67", null ],
[ "atmosphere_ubo", "classVulkanAPI.html#a487ef8017a9c009c2e23143ae1e49b05", null ],
[ "block_textures", "classVulkanAPI.html#a887ed6c1ccefd7ec65a67f8f7f117d11", null ],
+ [ "camera", "classVulkanAPI.html#a8a6d7a28e77c8032b938ec9b3d79a1c7", null ],
[ "camera_ubo", "classVulkanAPI.html#aa5bb84d6e6b69d8a657e9e58a73ce95c", null ],
+ [ "chunk_mesh_list", "classVulkanAPI.html#a2ed25e24c325a567d3a25283f775c884", null ],
[ "chunk_pipeline", "classVulkanAPI.html#aed55454df00de407ecbd6443cfb83fcb", null ],
[ "color_attachement", "classVulkanAPI.html#a7598e68cc5cf8b943ee619b76483b77d", null ],
[ "command_pool", "classVulkanAPI.html#a512711a2bf5f70765279aca5f1e6c5dd", null ],
@@ -48,6 +55,7 @@ var classVulkanAPI =
[ "draw_command_buffers", "classVulkanAPI.html#ae3ca1ad478d46ff986a5c70ff3de9907", null ],
[ "draw_ctx", "classVulkanAPI.html#a07adf9175f5395986d9feb6eb87cfac6", null ],
[ "draw_shadow_pass_command_buffers", "classVulkanAPI.html#a2fcf70ece5470d2c97c197ebcd044c3c", null ],
+ [ "entity_mesh_list", "classVulkanAPI.html#a014e24d7872443cc72ba95aeb69d3fbc", null ],
[ "entity_pipeline", "classVulkanAPI.html#aa722fadde782da66e3c87930aa1c0617", null ],
[ "global_descriptor", "classVulkanAPI.html#a4df2e1e0e7c5ea663bd785f9d3a6be24", null ],
[ "graphics_queue", "classVulkanAPI.html#a3d2e2ba32d12d350853d6de00770eab9", null ],
@@ -69,6 +77,8 @@ var classVulkanAPI =
[ "lighting_framebuffers", "classVulkanAPI.html#a32b2991a33a67aac18e47097c38c2257", null ],
[ "lighting_render_pass", "classVulkanAPI.html#a686c7e9f200979296e890de8c2801e25", null ],
[ "line_pipeline", "classVulkanAPI.html#a28868afc63f2210693107cec8cd9e73a", null ],
+ [ "m_players", "classVulkanAPI.html#a81ce328c1e43ad688eef056e2976414b", null ],
+ [ "m_target_block", "classVulkanAPI.html#a842639e05e35b6dbe902b37459aa8258", null ],
[ "main_render_finished_semaphores", "classVulkanAPI.html#a1d0897c4f64ec32ad6d320b3b2108f71", null ],
[ "max_frames_in_flight", "classVulkanAPI.html#a3a845af151ddc322c31030ae33a7725f", null ],
[ "mesh_ids_to_destroy", "classVulkanAPI.html#af077051ab8c2e9346f85ebef42b87f5a", null ],
@@ -98,6 +108,7 @@ var classVulkanAPI =
[ "shadow_pass_finished_semaphores", "classVulkanAPI.html#ac41e405eb04698678e32c6380f2af93a", null ],
[ "shadow_pipeline", "classVulkanAPI.html#a34f25aa629476800fbf6acb0e6400d0f", null ],
[ "shadow_render_pass", "classVulkanAPI.html#adb8f28d802477d4121965de04856ddd0", null ],
+ [ "show_debug_text", "classVulkanAPI.html#ad43bcb9ba4a59ffdae7adcfcaff2d457", null ],
[ "single_time_command_fence", "classVulkanAPI.html#a10a2d2c305087b878e1518437fd6ca4e", null ],
[ "skybox_cube_map", "classVulkanAPI.html#a8ed172aa7168c80fb7610bb311a386ae", null ],
[ "skybox_pipeline", "classVulkanAPI.html#a44ee7e85011c6fdb0d0c14526d1fa59c", null ],
@@ -108,8 +119,11 @@ var classVulkanAPI =
[ "text_renderer", "classVulkanAPI.html#a45b5513ed644a7d06f561c664a2f60ed", null ],
[ "toolbar_cursor_image", "classVulkanAPI.html#a4e6e94b0fbb586cf525cd2aef1e72d3c", null ],
[ "toolbar_cursor_image_descriptor", "classVulkanAPI.html#ad01323e85880b8de8edb76aff86c8f57", null ],
+ [ "toolbar_cursor_index", "classVulkanAPI.html#ae0a3f9f25f0f7f2f7f11df256e3d5cd8", null ],
[ "toolbar_image", "classVulkanAPI.html#a706d2eb8e6ae954906b5822f4cc6e5e9", null ],
[ "toolbar_image_descriptor", "classVulkanAPI.html#a9fd2ce82f81a14307893a7140f142325", null ],
+ [ "toolbar_items", "classVulkanAPI.html#a7872b06444899aee66c234c660a13008", null ],
+ [ "toolbar_items_mutex", "classVulkanAPI.html#a63e27670713fea630e26308ee1df9eca", null ],
[ "transfer_command_buffers", "classVulkanAPI.html#a77a5993a4ce2374bb9c920a52476a669", null ],
[ "transfer_command_pool", "classVulkanAPI.html#a3f4d479c32e0010b49c8400eb96340ab", null ],
[ "transfer_queue", "classVulkanAPI.html#a0517937337ae0b3ad6e147526be0d960", null ],
diff --git a/classVulkanAPI__coll__graph.map b/classVulkanAPI__coll__graph.map
index a9201739..79cda2d1 100644
--- a/classVulkanAPI__coll__graph.map
+++ b/classVulkanAPI__coll__graph.map
@@ -1,10 +1,15 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/classVulkanAPI__coll__graph.md5 b/classVulkanAPI__coll__graph.md5
index 96dbe786..bcedece8 100644
--- a/classVulkanAPI__coll__graph.md5
+++ b/classVulkanAPI__coll__graph.md5
@@ -1 +1 @@
-b69af4f624dd2bf2a6d849f1cf47c0b9
\ No newline at end of file
+86241b0557c9cb3bdc1a341bd87d06be
\ No newline at end of file
diff --git a/classVulkanAPI__coll__graph.png b/classVulkanAPI__coll__graph.png
index 5cdbee3a..8831bb21 100644
Binary files a/classVulkanAPI__coll__graph.png and b/classVulkanAPI__coll__graph.png differ
diff --git a/classWorldScene-members.html b/classWorldScene-members.html
deleted file mode 100644
index 2a13b3c1..00000000
--- a/classWorldScene-members.html
+++ /dev/null
@@ -1,145 +0,0 @@
-
-
-
-
-
-
-
-
-VOX: Member List
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VOX
-
- A little voxel engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
-
-
-
-
-
This is the complete list of members for WorldScene , including all inherited members.
-
-
-
-
-
-
diff --git a/classWorldScene.html b/classWorldScene.html
deleted file mode 100644
index f3beec1c..00000000
--- a/classWorldScene.html
+++ /dev/null
@@ -1,682 +0,0 @@
-
-
-
-
-
-
-
-
-VOX: WorldScene Class Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VOX
-
- A little voxel engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
-
-
-
-
-
Class to hold the world scene. The instance of this class will be accessed by multiple threads so it will include synchronization logic.
- More...
-
-
#include <WorldScene.hpp >
-
-
-
-
-
Class to hold the world scene. The instance of this class will be accessed by multiple threads so it will include synchronization logic.
-
The WorldScene class will hold the mesh data and the camera data.
-
-
-
◆ WorldScene() [1/3]
-
-
-
-
-
- WorldScene::WorldScene
- (
- )
-
-
-
-
-
-
-
◆ ~WorldScene()
-
-
-
-
-
- WorldScene::~WorldScene
- (
- )
-
-
-
-
-
-
-
◆ WorldScene() [2/3]
-
-
-
-
-
-
-
-
- WorldScene::WorldScene
- (
- WorldScene &
- scene )
-
-
-
-
-
-delete
-
-
-
-
-
-
-
-
◆ WorldScene() [3/3]
-
-
-
-
-
-
-
-
- WorldScene::WorldScene
- (
- WorldScene &&
- scene )
-
-
-
-
-
-delete
-
-
-
-
-
-
-
-
-
◆ camera() [1/2]
-
-
-
-
-
-
-
-
- Camera & WorldScene::camera
- (
- )
-
-
-
-
-
-inline
-
-
-
-
-
Function to get the camera.
-
Returns A reference to the camera.
-
-
-
-
-
◆ camera() [2/2]
-
-
-
-
-
-
-
-
- const Camera & WorldScene::camera
- (
- )
- const
-
-
-
-
-inline
-
-
-
-
-
Function const to get the camera.
-
Returns A const reference to the camera.
-
-
-
-
-
◆ clearDebugBlocks()
-
-
-
-
-
- void WorldScene::clearDebugBlocks
- (
- )
-
-
-
-
-
-
-
-
-
◆ debugBlocks()
-
-
-
-
◆ getPlayers()
-
-
-
-
◆ operator=() [1/2]
-
-
-
-
◆ operator=() [2/2]
-
-
-
-
◆ setDebugBlock()
-
-
-
-
-
- void WorldScene::setDebugBlock
- (
- const std::vector< DebugBlock > &
- debug_block )
-
-
-
-
-
-
-
-
-
◆ setTargetBlock()
-
-
-
-
-
- void WorldScene::setTargetBlock
- (
- const std::optional< glm::vec3 > &
- target_block )
-
-
-
-
-
-
Function to set the target block.
-
Parameters
-
- target_block The position of the block the camera is looking at. Can be std::nullopt.
-
-
-
-
-
-
-
-
◆ targetBlock()
-
-
-
-
-
- std::optional< glm::vec3 > WorldScene::targetBlock
- (
- )
- const
-
-
-
-
-
Function to get the target block.
-
Returns The position of the block the camera is looking at.
-
-
-
-
-
◆ TracyLockableN()
-
-
-
-
-
-
-
-
- WorldScene::TracyLockableN
- (
- std::mutex
- ,
-
-
-
-
- m_player_mutex
- ,
-
-
-
-
- "Player Render Data"
-
-
-
-
- )
-
-
-
-
-
-mutable
-
-
-
-
-
-
-
-
-
◆ chunk_mesh_list
-
-
-
-
◆ entity_mesh_list
-
-
-
-
◆ m_players
-
-
-
-
◆ show_debug_text
-
-
-
-
-
- std::atomic<bool> WorldScene::show_debug_text = false
-
-
-
-
-
-
-
-
◆ toolbar_cursor_index
-
-
-
-
-
- std::atomic<int> WorldScene::toolbar_cursor_index = 0
-
-
-
-
-
-
-
-
◆ toolbar_items
-
-
-
-
◆ toolbar_items_mutex
-
-
-
-
-
-
-
-
- std::mutex WorldScene::toolbar_items_mutex
-
-
-
-
-mutable
-
-
-
-
-
-
-
The documentation for this class was generated from the following files:
-
-
-
-
-
-
diff --git a/classWorldScene.js b/classWorldScene.js
deleted file mode 100644
index 1db4bcbd..00000000
--- a/classWorldScene.js
+++ /dev/null
@@ -1,29 +0,0 @@
-var classWorldScene =
-[
- [ "ChunkMeshRenderData", "structWorldScene_1_1ChunkMeshRenderData.html", "structWorldScene_1_1ChunkMeshRenderData" ],
- [ "DebugBlock", "structWorldScene_1_1DebugBlock.html", "structWorldScene_1_1DebugBlock" ],
- [ "MeshRenderData", "structWorldScene_1_1MeshRenderData.html", "structWorldScene_1_1MeshRenderData" ],
- [ "PlayerRenderData", "structWorldScene_1_1PlayerRenderData.html", "structWorldScene_1_1PlayerRenderData" ],
- [ "WorldScene", "classWorldScene.html#a86c5a4b83213d28ce5c62eba9d35da64", null ],
- [ "~WorldScene", "classWorldScene.html#a96919a2cba5b6b6e544cc9b749e13ac8", null ],
- [ "WorldScene", "classWorldScene.html#a31e767d0a4e116e712a3ff9432b3b59b", null ],
- [ "WorldScene", "classWorldScene.html#a5066dc9503636b3dce03f2e1a0342c0e", null ],
- [ "camera", "classWorldScene.html#a71505cd83b2a2e9735a71cee2e353de9", null ],
- [ "camera", "classWorldScene.html#ad5100ff8f3edb4b7e9cbf65240169f05", null ],
- [ "clearDebugBlocks", "classWorldScene.html#a39f2d721590c28dcf1bd9723298cdd98", null ],
- [ "debugBlocks", "classWorldScene.html#aa30c05b2a0f01c1b9ba0be17fa80f732", null ],
- [ "getPlayers", "classWorldScene.html#a718802069c22ec6a63e06eacb09f0150", null ],
- [ "operator=", "classWorldScene.html#ab1ef2cb8d38726a515ec3042619b0ab5", null ],
- [ "operator=", "classWorldScene.html#ac514b789cf4d4195c3b0f0852a1a2b7b", null ],
- [ "setDebugBlock", "classWorldScene.html#a4af382fc1d4b7db877a750b07ceaf4b6", null ],
- [ "setTargetBlock", "classWorldScene.html#a4235cb886fbf5bd62b70d274a91e9a81", null ],
- [ "targetBlock", "classWorldScene.html#aba9acd92f94920f1ee870a735b38b0c8", null ],
- [ "TracyLockableN", "classWorldScene.html#a9ac4be621afef099e56afdbb6e08510f", null ],
- [ "chunk_mesh_list", "classWorldScene.html#ad21716e0b0ba9a66b1338020682218ac", null ],
- [ "entity_mesh_list", "classWorldScene.html#a39a8384c40aa13380dcae1d593e6f3cb", null ],
- [ "m_players", "classWorldScene.html#aec9e9052db57d23eafa3acf6d1562baa", null ],
- [ "show_debug_text", "classWorldScene.html#ab474095db5d0fdbaba9a05a3d5fae4af", null ],
- [ "toolbar_cursor_index", "classWorldScene.html#af4c1baa7200142d73a36afca4d440905", null ],
- [ "toolbar_items", "classWorldScene.html#a4daf1c8bf26318c7882cd540f28c9536", null ],
- [ "toolbar_items_mutex", "classWorldScene.html#aad5b6063a77a929054759c27291a8b88", null ]
-];
\ No newline at end of file
diff --git a/classWorldScene__coll__graph.map b/classWorldScene__coll__graph.map
deleted file mode 100644
index 0f261006..00000000
--- a/classWorldScene__coll__graph.map
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/classWorldScene__coll__graph.md5 b/classWorldScene__coll__graph.md5
deleted file mode 100644
index 8590d52f..00000000
--- a/classWorldScene__coll__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-05f18061ec07f595eb88054ad80e8545
\ No newline at end of file
diff --git a/classWorldScene__coll__graph.png b/classWorldScene__coll__graph.png
deleted file mode 100644
index 454ba730..00000000
Binary files a/classWorldScene__coll__graph.png and /dev/null differ
diff --git a/classes.html b/classes.html
index c9b41e90..23870c12 100644
--- a/classes.html
+++ b/classes.html
@@ -118,10 +118,10 @@
BaseError (task )Chunk::biomeInfo BlockActionPacket BlockInfo BlocksInfo ServerWorld::BlockUpdateData BlockUpdateThread BlockVertex Buffer
C
-Camera Chunk ChunkPacket::ChunkData ServerWorld::ChunkLoadUnloadData WorldScene::ChunkMeshRenderData ChunkPacket ChunkRequestPacket ChunkUnloadPacket Client Server::ClientDisconnected ClientPacketHandler ClientSocket ClientWorld Connection ConnectionPacket ConnectionSocket Buffer::CreateInfo Descriptor::CreateInfo Image::CreateInfo Pipeline::CreateInfo Swapchain::CreateInfo CreateMeshData CycleError (task )
+Camera Chunk ChunkPacket::ChunkData ServerWorld::ChunkLoadUnloadData ChunkMeshRenderData ChunkPacket ChunkRequestPacket ChunkUnloadPacket Client Server::ClientDisconnected ClientPacketHandler ClientSocket ClientWorld Connection ConnectionPacket ConnectionSocket Buffer::CreateInfo Descriptor::CreateInfo Image::CreateInfo Pipeline::CreateInfo Swapchain::CreateInfo CreateMeshData CycleError (task )
D
-Data (Sound )DataChunk (Sound )WorldScene::DebugBlock DebugGui Descriptor DisconnectPacket
+Data (Sound )DataChunk (Sound )DebugGui Descriptor DisconnectPacket
E
ECS EmptyGraphError (task )EmptyModuleError (task )Engine (Sound )EntityMovePacket EntityVertex Executor (task )
@@ -145,7 +145,7 @@
LineVertex LoadDistancePacket Logger
M
-Manager (Event )Mat4 Mesh WorldScene::MeshRenderData Mob ModelMatrix_push_constant
+Manager (Event )Mat4 Mesh MeshRenderData Mob ModelMatrix_push_constant
N
NetworkThread Executor::info::NodeInfo (task )
@@ -154,7 +154,7 @@
ObjLoader ObjVertex
P
-PacketFactory Perlin PingPacket Pipeline Player PlayerConnectedPacket PlayerListPacket::PlayerInfo PlayerListPacket PlayerModel PlayerMovePacket PlayerMoving (Event )WorldScene::PlayerRenderData ClientWorld::PlayerUseResult Poller
+PacketFactory Perlin PingPacket Pipeline Player PlayerConnectedPacket PlayerListPacket::PlayerInfo PlayerListPacket PlayerModel PlayerMovePacket PlayerMoving (Event )PlayerRenderData ClientWorld::PlayerUseResult Poller
Q
QueueFamilyIndices
@@ -175,7 +175,7 @@
PlayerModel::Vertex ViewFrustum ViewProjMatrices VulkanAPI VulkanMemoryAllocator
W
-PlayerModel::WalkAnimation Window World World::WorldGenerator WorldScene
+PlayerModel::WalkAnimation Window World World::WorldGenerator
diff --git a/define_8hpp.html b/define_8hpp.html
index 8df590bc..6a60a0a3 100644
--- a/define_8hpp.html
+++ b/define_8hpp.html
@@ -115,56 +115,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/define_8hpp__dep__incl.map b/define_8hpp__dep__incl.map
index 5787a348..9e4c93fd 100644
--- a/define_8hpp__dep__incl.map
+++ b/define_8hpp__dep__incl.map
@@ -1,52 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/define_8hpp__dep__incl.md5 b/define_8hpp__dep__incl.md5
index 5db54906..d076d91b 100644
--- a/define_8hpp__dep__incl.md5
+++ b/define_8hpp__dep__incl.md5
@@ -1 +1 @@
-a159c805092b90138d63d156eebeee24
\ No newline at end of file
+0dc304f8499989b1e301567c111b88c3
\ No newline at end of file
diff --git a/define_8hpp__dep__incl.png b/define_8hpp__dep__incl.png
index 4aa65ed6..4c75e31f 100644
Binary files a/define_8hpp__dep__incl.png and b/define_8hpp__dep__incl.png differ
diff --git a/dir_000000_000013.html b/dir_000000_000013.html
index 9742ca97..145c7d40 100644
--- a/dir_000000_000013.html
+++ b/dir_000000_000013.html
@@ -105,7 +105,7 @@
+app → scenes Relation
diff --git a/dir_000000_000020.html b/dir_000000_000020.html
index ca904a70..3c7a0549 100644
--- a/dir_000000_000020.html
+++ b/dir_000000_000020.html
@@ -105,7 +105,7 @@
+app → threads Relation
diff --git a/dir_000000_000022.html b/dir_000000_000022.html
index 3966aa02..042a680e 100644
--- a/dir_000000_000022.html
+++ b/dir_000000_000022.html
@@ -105,7 +105,7 @@
+app → utils Relation
diff --git a/dir_000000_000025.html b/dir_000000_000025.html
index 0f311629..b5c6d632 100644
--- a/dir_000000_000025.html
+++ b/dir_000000_000025.html
@@ -105,7 +105,7 @@
+app → world Relation
diff --git a/dir_000001_000013.html b/dir_000001_000013.html
deleted file mode 100644
index c8e34664..00000000
--- a/dir_000001_000013.html
+++ /dev/null
@@ -1,118 +0,0 @@
-
-
-
-
-
-
-
-
-
VOX: src/app/threads/block_update -> scenes Relation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VOX
-
- A little voxel engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
-
-
-
block_update → scenes Relation
-
-
-
-
-
diff --git a/dir_000002_000013.html b/dir_000002_000013.html
deleted file mode 100644
index 1408125b..00000000
--- a/dir_000002_000013.html
+++ /dev/null
@@ -1,118 +0,0 @@
-
-
-
-
-
-
-
-
-
VOX: src/app/network/client -> scenes Relation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VOX
-
- A little voxel engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
-
-
-
client → scenes Relation
-
-
-
-
-
diff --git a/dir_000006_000013.html b/dir_000006_000013.html
deleted file mode 100644
index 42e939b9..00000000
--- a/dir_000006_000013.html
+++ /dev/null
@@ -1,118 +0,0 @@
-
-
-
-
-
-
-
-
-
VOX: src/app/network -> scenes Relation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VOX
-
- A little voxel engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
-
-
-
network → scenes Relation
-
-
-
-
-
diff --git a/dir_000012_000013.html b/dir_000012_000013.html
deleted file mode 100644
index 1546d436..00000000
--- a/dir_000012_000013.html
+++ /dev/null
@@ -1,118 +0,0 @@
-
-
-
-
-
-
-
-
-
VOX: src/app/threads/render -> scenes Relation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VOX
-
- A little voxel engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
-
-
-
render → scenes Relation
-
-
-
-
-
diff --git a/dir_000013_000022.html b/dir_000013_000022.html
index 6221a446..64a318fe 100644
--- a/dir_000013_000022.html
+++ b/dir_000013_000022.html
@@ -105,7 +105,7 @@
+scenes → utils Relation
diff --git a/dir_000013_000025.html b/dir_000013_000025.html
deleted file mode 100644
index afeb0c1e..00000000
--- a/dir_000013_000025.html
+++ /dev/null
@@ -1,118 +0,0 @@
-
-
-
-
-
-
-
-
-
VOX: src/app/scenes -> world Relation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VOX
-
- A little voxel engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
-
-
-
-
-
-
-
diff --git a/dir_000017_000000.html b/dir_000017_000000.html
index cc0a16c3..e2516677 100644
--- a/dir_000017_000000.html
+++ b/dir_000017_000000.html
@@ -105,7 +105,7 @@
+src → app Relation
diff --git a/dir_000017_000022.html b/dir_000017_000022.html
index 7ad953b9..74bf8f65 100644
--- a/dir_000017_000022.html
+++ b/dir_000017_000022.html
@@ -105,7 +105,7 @@
+src → utils Relation
diff --git a/dir_000020_000013.html b/dir_000020_000013.html
deleted file mode 100644
index efaeb3ac..00000000
--- a/dir_000020_000013.html
+++ /dev/null
@@ -1,118 +0,0 @@
-
-
-
-
-
-
-
-
-
VOX: src/app/threads -> scenes Relation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VOX
-
- A little voxel engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
-
-
-
threads → scenes Relation
-
-
-
-
-
diff --git a/dir_000020_000025.html b/dir_000020_000025.html
index f8134d9d..62877610 100644
--- a/dir_000020_000025.html
+++ b/dir_000020_000025.html
@@ -105,7 +105,7 @@
-
threads → world Relation
+threads → world Relation
diff --git a/dir_000021_000013.html b/dir_000021_000013.html
deleted file mode 100644
index dcd971db..00000000
--- a/dir_000021_000013.html
+++ /dev/null
@@ -1,118 +0,0 @@
-
-
-
-
-
-
-
-
-
VOX: src/app/threads/update -> scenes Relation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VOX
-
- A little voxel engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
-
-
-
update → scenes Relation
-
-
-
-
-
diff --git a/dir_000021_000025.html b/dir_000021_000025.html
deleted file mode 100644
index 0a17f083..00000000
--- a/dir_000021_000025.html
+++ /dev/null
@@ -1,118 +0,0 @@
-
-
-
-
-
-
-
-
-
VOX: src/app/threads/update -> world Relation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VOX
-
- A little voxel engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
-
-
-
-
-
-
-
diff --git a/dir_000013_000020.html b/dir_000023_000013.html
similarity index 85%
rename from dir_000013_000020.html
rename to dir_000023_000013.html
index ee70c95c..0a68ae73 100644
--- a/dir_000013_000020.html
+++ b/dir_000023_000013.html
@@ -6,7 +6,7 @@
-
VOX: src/app/scenes -> threads Relation
+
VOX: src/app/vulkan -> scenes Relation
@@ -79,7 +79,7 @@
@@ -105,12 +105,12 @@
-
scenes → threads Relation
+vulkan → scenes Relation
diff --git a/dir_000023_000020.html b/dir_000023_000020.html
index a888b643..7a1030b8 100644
--- a/dir_000023_000020.html
+++ b/dir_000023_000020.html
@@ -105,7 +105,7 @@
-
vulkan → threads Relation
+vulkan → threads Relation
diff --git a/dir_000023_000025.html b/dir_000023_000025.html
index 10fee5d5..4cfd8e6d 100644
--- a/dir_000023_000025.html
+++ b/dir_000023_000025.html
@@ -105,7 +105,7 @@
+vulkan → world Relation
diff --git a/dir_000025_000013.html b/dir_000025_000013.html
index 3f04b7d6..a6f37237 100644
--- a/dir_000025_000013.html
+++ b/dir_000025_000013.html
@@ -105,7 +105,7 @@
+world → scenes Relation
diff --git a/dir_209d8d7e4b7bf4dfb7c512b3795ac445.html b/dir_209d8d7e4b7bf4dfb7c512b3795ac445.html
index e7bc749f..1b64410e 100644
--- a/dir_209d8d7e4b7bf4dfb7c512b3795ac445.html
+++ b/dir_209d8d7e4b7bf4dfb7c512b3795ac445.html
@@ -124,7 +124,7 @@
-
+
diff --git a/dir_209d8d7e4b7bf4dfb7c512b3795ac445_dep.map b/dir_209d8d7e4b7bf4dfb7c512b3795ac445_dep.map
index 27eea840..a582f35e 100644
--- a/dir_209d8d7e4b7bf4dfb7c512b3795ac445_dep.map
+++ b/dir_209d8d7e4b7bf4dfb7c512b3795ac445_dep.map
@@ -10,7 +10,7 @@
-
+
diff --git a/dir_209d8d7e4b7bf4dfb7c512b3795ac445_dep.md5 b/dir_209d8d7e4b7bf4dfb7c512b3795ac445_dep.md5
index bd4b7f9b..c5167e30 100644
--- a/dir_209d8d7e4b7bf4dfb7c512b3795ac445_dep.md5
+++ b/dir_209d8d7e4b7bf4dfb7c512b3795ac445_dep.md5
@@ -1 +1 @@
-97859e7b05e5de63bbc32aa7fc519939
\ No newline at end of file
+b7a356f0e2b948be15363e95c38f0ad6
\ No newline at end of file
diff --git a/dir_209d8d7e4b7bf4dfb7c512b3795ac445_dep.png b/dir_209d8d7e4b7bf4dfb7c512b3795ac445_dep.png
index 151eb626..c3ac3571 100644
Binary files a/dir_209d8d7e4b7bf4dfb7c512b3795ac445_dep.png and b/dir_209d8d7e4b7bf4dfb7c512b3795ac445_dep.png differ
diff --git a/dir_3b10795b623567d589c03ab0747682b0.html b/dir_3b10795b623567d589c03ab0747682b0.html
index 419a5d2f..d01d6d41 100644
--- a/dir_3b10795b623567d589c03ab0747682b0.html
+++ b/dir_3b10795b623567d589c03ab0747682b0.html
@@ -113,24 +113,20 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_3b10795b623567d589c03ab0747682b0_dep.map b/dir_3b10795b623567d589c03ab0747682b0_dep.map
index 751418e9..35b369f1 100644
--- a/dir_3b10795b623567d589c03ab0747682b0_dep.map
+++ b/dir_3b10795b623567d589c03ab0747682b0_dep.map
@@ -1,20 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_3b10795b623567d589c03ab0747682b0_dep.md5 b/dir_3b10795b623567d589c03ab0747682b0_dep.md5
index 341fc2c6..9ca7bcdb 100644
--- a/dir_3b10795b623567d589c03ab0747682b0_dep.md5
+++ b/dir_3b10795b623567d589c03ab0747682b0_dep.md5
@@ -1 +1 @@
-1a750854d82606acdfd8a32eaa111c9c
\ No newline at end of file
+4dc57f984eb73f02acb94e9b544ac52c
\ No newline at end of file
diff --git a/dir_3b10795b623567d589c03ab0747682b0_dep.png b/dir_3b10795b623567d589c03ab0747682b0_dep.png
index 1c2fe258..8db92070 100644
Binary files a/dir_3b10795b623567d589c03ab0747682b0_dep.png and b/dir_3b10795b623567d589c03ab0747682b0_dep.png differ
diff --git a/dir_4ef74e756346c53bf9c397b20b3a88d5.html b/dir_4ef74e756346c53bf9c397b20b3a88d5.html
index 36f9bd18..232f6fef 100644
--- a/dir_4ef74e756346c53bf9c397b20b3a88d5.html
+++ b/dir_4ef74e756346c53bf9c397b20b3a88d5.html
@@ -113,25 +113,23 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_4ef74e756346c53bf9c397b20b3a88d5_dep.map b/dir_4ef74e756346c53bf9c397b20b3a88d5_dep.map
index 67c8f9d4..bab41535 100644
--- a/dir_4ef74e756346c53bf9c397b20b3a88d5_dep.map
+++ b/dir_4ef74e756346c53bf9c397b20b3a88d5_dep.map
@@ -1,21 +1,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_4ef74e756346c53bf9c397b20b3a88d5_dep.md5 b/dir_4ef74e756346c53bf9c397b20b3a88d5_dep.md5
index a692e680..8e44e29a 100644
--- a/dir_4ef74e756346c53bf9c397b20b3a88d5_dep.md5
+++ b/dir_4ef74e756346c53bf9c397b20b3a88d5_dep.md5
@@ -1 +1 @@
-d1557e088c4305e979b7fa6452f67582
\ No newline at end of file
+31ea895f0bc5566bb8e7ba0104fabb37
\ No newline at end of file
diff --git a/dir_4ef74e756346c53bf9c397b20b3a88d5_dep.png b/dir_4ef74e756346c53bf9c397b20b3a88d5_dep.png
index 0213dad8..5efa8aea 100644
Binary files a/dir_4ef74e756346c53bf9c397b20b3a88d5_dep.png and b/dir_4ef74e756346c53bf9c397b20b3a88d5_dep.png differ
diff --git a/dir_5194e5fea318fda12687127c23f8aba1.html b/dir_5194e5fea318fda12687127c23f8aba1.html
index d1fc6e9a..37d3f4a0 100644
--- a/dir_5194e5fea318fda12687127c23f8aba1.html
+++ b/dir_5194e5fea318fda12687127c23f8aba1.html
@@ -113,56 +113,53 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_5194e5fea318fda12687127c23f8aba1_dep.map b/dir_5194e5fea318fda12687127c23f8aba1_dep.map
index 48e6c40c..5993cd5d 100644
--- a/dir_5194e5fea318fda12687127c23f8aba1_dep.map
+++ b/dir_5194e5fea318fda12687127c23f8aba1_dep.map
@@ -1,52 +1,49 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_5194e5fea318fda12687127c23f8aba1_dep.md5 b/dir_5194e5fea318fda12687127c23f8aba1_dep.md5
index d34c3bc3..06a19dcd 100644
--- a/dir_5194e5fea318fda12687127c23f8aba1_dep.md5
+++ b/dir_5194e5fea318fda12687127c23f8aba1_dep.md5
@@ -1 +1 @@
-60677bedc498f7f9e275b0c7864e2506
\ No newline at end of file
+459f81167e9d9033835dca9b284c6f16
\ No newline at end of file
diff --git a/dir_5194e5fea318fda12687127c23f8aba1_dep.png b/dir_5194e5fea318fda12687127c23f8aba1_dep.png
index 40ca95fd..a6bba879 100644
Binary files a/dir_5194e5fea318fda12687127c23f8aba1_dep.png and b/dir_5194e5fea318fda12687127c23f8aba1_dep.png differ
diff --git a/dir_5b9282acebde718df9b0353dfd74d407.html b/dir_5b9282acebde718df9b0353dfd74d407.html
index 6824c35f..c54c6a60 100644
--- a/dir_5b9282acebde718df9b0353dfd74d407.html
+++ b/dir_5b9282acebde718df9b0353dfd74d407.html
@@ -113,16 +113,14 @@
diff --git a/dir_5b9282acebde718df9b0353dfd74d407_dep.map b/dir_5b9282acebde718df9b0353dfd74d407_dep.map
index 59d29095..7d9b100f 100644
--- a/dir_5b9282acebde718df9b0353dfd74d407_dep.map
+++ b/dir_5b9282acebde718df9b0353dfd74d407_dep.map
@@ -1,12 +1,10 @@
-
+
-
+
-
+
-
-
-
-
+
+
diff --git a/dir_5b9282acebde718df9b0353dfd74d407_dep.md5 b/dir_5b9282acebde718df9b0353dfd74d407_dep.md5
index 7a8513e6..eeb26aff 100644
--- a/dir_5b9282acebde718df9b0353dfd74d407_dep.md5
+++ b/dir_5b9282acebde718df9b0353dfd74d407_dep.md5
@@ -1 +1 @@
-1903b0e0b91089145e2aaed84539b42b
\ No newline at end of file
+21a1f1a9d278e884731d3b57b99cfc3c
\ No newline at end of file
diff --git a/dir_5b9282acebde718df9b0353dfd74d407_dep.png b/dir_5b9282acebde718df9b0353dfd74d407_dep.png
index e1b53fba..b7f53f12 100644
Binary files a/dir_5b9282acebde718df9b0353dfd74d407_dep.png and b/dir_5b9282acebde718df9b0353dfd74d407_dep.png differ
diff --git a/dir_68267d1309a1af8e8297ef4c3efbcdba.html b/dir_68267d1309a1af8e8297ef4c3efbcdba.html
index 485045d9..b9bcaf33 100644
--- a/dir_68267d1309a1af8e8297ef4c3efbcdba.html
+++ b/dir_68267d1309a1af8e8297ef4c3efbcdba.html
@@ -114,10 +114,10 @@
-
+
-
-
+
+
diff --git a/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.map b/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.map
index 6079779a..43083e9f 100644
--- a/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.map
+++ b/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.map
@@ -1,8 +1,8 @@
-
+
-
-
+
+
diff --git a/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5 b/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5
index 9d7a7433..15333af5 100644
--- a/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5
+++ b/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5
@@ -1 +1 @@
-78b0c5eca5f1354e2f9ce8a33f637e46
\ No newline at end of file
+c53103473c3cf0d4b907d3c692cf9bd1
\ No newline at end of file
diff --git a/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.png b/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.png
index ca6b1651..d22b0bdc 100644
Binary files a/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.png and b/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.png differ
diff --git a/dir_7960643a946ec5b943973cbe85b3bc3e.html b/dir_7960643a946ec5b943973cbe85b3bc3e.html
index 9ad15823..76406c7e 100644
--- a/dir_7960643a946ec5b943973cbe85b3bc3e.html
+++ b/dir_7960643a946ec5b943973cbe85b3bc3e.html
@@ -120,8 +120,6 @@
-
-
diff --git a/dir_7960643a946ec5b943973cbe85b3bc3e_dep.map b/dir_7960643a946ec5b943973cbe85b3bc3e_dep.map
index a89fe128..00a5225a 100644
--- a/dir_7960643a946ec5b943973cbe85b3bc3e_dep.map
+++ b/dir_7960643a946ec5b943973cbe85b3bc3e_dep.map
@@ -1,12 +1,10 @@
-
+
-
-
diff --git a/dir_7960643a946ec5b943973cbe85b3bc3e_dep.md5 b/dir_7960643a946ec5b943973cbe85b3bc3e_dep.md5
index 3740631d..55d42c36 100644
--- a/dir_7960643a946ec5b943973cbe85b3bc3e_dep.md5
+++ b/dir_7960643a946ec5b943973cbe85b3bc3e_dep.md5
@@ -1 +1 @@
-61521ccddfde0dd4578b874d5b9f7aa0
\ No newline at end of file
+d2391227e888ef3dc4cda80e3bdbf79e
\ No newline at end of file
diff --git a/dir_7960643a946ec5b943973cbe85b3bc3e_dep.png b/dir_7960643a946ec5b943973cbe85b3bc3e_dep.png
index 9b55f647..0c0f2ec5 100644
Binary files a/dir_7960643a946ec5b943973cbe85b3bc3e_dep.png and b/dir_7960643a946ec5b943973cbe85b3bc3e_dep.png differ
diff --git a/dir_9e77af6eaa806545bdbb63a2c2e85e95.html b/dir_9e77af6eaa806545bdbb63a2c2e85e95.html
index fdc92f50..cd9a316e 100644
--- a/dir_9e77af6eaa806545bdbb63a2c2e85e95.html
+++ b/dir_9e77af6eaa806545bdbb63a2c2e85e95.html
@@ -122,8 +122,6 @@
-
-
diff --git a/dir_9e77af6eaa806545bdbb63a2c2e85e95_dep.map b/dir_9e77af6eaa806545bdbb63a2c2e85e95_dep.map
index 68577067..236f2ceb 100644
--- a/dir_9e77af6eaa806545bdbb63a2c2e85e95_dep.map
+++ b/dir_9e77af6eaa806545bdbb63a2c2e85e95_dep.map
@@ -8,7 +8,5 @@
-
-
diff --git a/dir_9e77af6eaa806545bdbb63a2c2e85e95_dep.md5 b/dir_9e77af6eaa806545bdbb63a2c2e85e95_dep.md5
index e72eb552..012b8ea6 100644
--- a/dir_9e77af6eaa806545bdbb63a2c2e85e95_dep.md5
+++ b/dir_9e77af6eaa806545bdbb63a2c2e85e95_dep.md5
@@ -1 +1 @@
-f886e4728941606a6e8be224a5284a82
\ No newline at end of file
+53565c5fc4a69d5339e22f45b2cb784e
\ No newline at end of file
diff --git a/dir_9e77af6eaa806545bdbb63a2c2e85e95_dep.png b/dir_9e77af6eaa806545bdbb63a2c2e85e95_dep.png
index 40741168..c1d9a5a6 100644
Binary files a/dir_9e77af6eaa806545bdbb63a2c2e85e95_dep.png and b/dir_9e77af6eaa806545bdbb63a2c2e85e95_dep.png differ
diff --git a/dir_b1761ed663595ed5d6faaeadad515f12.html b/dir_b1761ed663595ed5d6faaeadad515f12.html
index 8e6f41df..60ddff06 100644
--- a/dir_b1761ed663595ed5d6faaeadad515f12.html
+++ b/dir_b1761ed663595ed5d6faaeadad515f12.html
@@ -114,13 +114,15 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/dir_b1761ed663595ed5d6faaeadad515f12_dep.map b/dir_b1761ed663595ed5d6faaeadad515f12_dep.map
index 86271d93..768f8b32 100644
--- a/dir_b1761ed663595ed5d6faaeadad515f12_dep.map
+++ b/dir_b1761ed663595ed5d6faaeadad515f12_dep.map
@@ -1,10 +1,12 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/dir_b1761ed663595ed5d6faaeadad515f12_dep.md5 b/dir_b1761ed663595ed5d6faaeadad515f12_dep.md5
index c812f556..958793af 100644
--- a/dir_b1761ed663595ed5d6faaeadad515f12_dep.md5
+++ b/dir_b1761ed663595ed5d6faaeadad515f12_dep.md5
@@ -1 +1 @@
-760b596f1a0c72edc65e97700c5c5294
\ No newline at end of file
+046f11536c9a46f96244b7d4f1330afc
\ No newline at end of file
diff --git a/dir_b1761ed663595ed5d6faaeadad515f12_dep.png b/dir_b1761ed663595ed5d6faaeadad515f12_dep.png
index 21da1fbc..ef108331 100644
Binary files a/dir_b1761ed663595ed5d6faaeadad515f12_dep.png and b/dir_b1761ed663595ed5d6faaeadad515f12_dep.png differ
diff --git a/dir_ce67dc49e7b7521052d4b4fbb7c7077e.html b/dir_ce67dc49e7b7521052d4b4fbb7c7077e.html
index 6ca043c5..e8d46e16 100644
--- a/dir_ce67dc49e7b7521052d4b4fbb7c7077e.html
+++ b/dir_ce67dc49e7b7521052d4b4fbb7c7077e.html
@@ -113,14 +113,10 @@
diff --git a/dir_ce67dc49e7b7521052d4b4fbb7c7077e.js b/dir_ce67dc49e7b7521052d4b4fbb7c7077e.js
index 4c4fb45e..089f4fac 100644
--- a/dir_ce67dc49e7b7521052d4b4fbb7c7077e.js
+++ b/dir_ce67dc49e7b7521052d4b4fbb7c7077e.js
@@ -1,7 +1,5 @@
var dir_ce67dc49e7b7521052d4b4fbb7c7077e =
[
[ "Camera.cpp", "Camera_8cpp.html", null ],
- [ "Camera.hpp", "Camera_8hpp.html", "Camera_8hpp" ],
- [ "WorldScene.cpp", "WorldScene_8cpp.html", null ],
- [ "WorldScene.hpp", "WorldScene_8hpp.html", "WorldScene_8hpp" ]
+ [ "Camera.hpp", "Camera_8hpp.html", "Camera_8hpp" ]
];
\ No newline at end of file
diff --git a/dir_ce67dc49e7b7521052d4b4fbb7c7077e_dep.map b/dir_ce67dc49e7b7521052d4b4fbb7c7077e_dep.map
index 071b1ada..7f5b6a05 100644
--- a/dir_ce67dc49e7b7521052d4b4fbb7c7077e_dep.map
+++ b/dir_ce67dc49e7b7521052d4b4fbb7c7077e_dep.map
@@ -1,10 +1,6 @@
-
-
-
-
-
-
-
-
+
+
+
+
diff --git a/dir_ce67dc49e7b7521052d4b4fbb7c7077e_dep.md5 b/dir_ce67dc49e7b7521052d4b4fbb7c7077e_dep.md5
index 5559cfb8..0e905cc4 100644
--- a/dir_ce67dc49e7b7521052d4b4fbb7c7077e_dep.md5
+++ b/dir_ce67dc49e7b7521052d4b4fbb7c7077e_dep.md5
@@ -1 +1 @@
-0a791d390152eca9344a42a5ad042e88
\ No newline at end of file
+2f766bac40f5671aa869b43d1002cb06
\ No newline at end of file
diff --git a/dir_ce67dc49e7b7521052d4b4fbb7c7077e_dep.png b/dir_ce67dc49e7b7521052d4b4fbb7c7077e_dep.png
index 08bae56e..fc6e9ead 100644
Binary files a/dir_ce67dc49e7b7521052d4b4fbb7c7077e_dep.png and b/dir_ce67dc49e7b7521052d4b4fbb7c7077e_dep.png differ
diff --git a/dir_e2d4946961cb2f7a598bb8a45601bca0.html b/dir_e2d4946961cb2f7a598bb8a45601bca0.html
index 1e12eacd..d5ada2b7 100644
--- a/dir_e2d4946961cb2f7a598bb8a45601bca0.html
+++ b/dir_e2d4946961cb2f7a598bb8a45601bca0.html
@@ -113,45 +113,40 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
diff --git a/dir_e2d4946961cb2f7a598bb8a45601bca0_dep.map b/dir_e2d4946961cb2f7a598bb8a45601bca0_dep.map
index 2ab597ff..bf297873 100644
--- a/dir_e2d4946961cb2f7a598bb8a45601bca0_dep.map
+++ b/dir_e2d4946961cb2f7a598bb8a45601bca0_dep.map
@@ -1,41 +1,36 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/dir_e2d4946961cb2f7a598bb8a45601bca0_dep.md5 b/dir_e2d4946961cb2f7a598bb8a45601bca0_dep.md5
index 2bb7d320..19253f0b 100644
--- a/dir_e2d4946961cb2f7a598bb8a45601bca0_dep.md5
+++ b/dir_e2d4946961cb2f7a598bb8a45601bca0_dep.md5
@@ -1 +1 @@
-3abdc2cd82d7d5b7cf9a4681d078cf21
\ No newline at end of file
+d43fd1fcdabe20e181370f7d15274fc2
\ No newline at end of file
diff --git a/dir_e2d4946961cb2f7a598bb8a45601bca0_dep.png b/dir_e2d4946961cb2f7a598bb8a45601bca0_dep.png
index aec3f137..2a75f1f2 100644
Binary files a/dir_e2d4946961cb2f7a598bb8a45601bca0_dep.png and b/dir_e2d4946961cb2f7a598bb8a45601bca0_dep.png differ
diff --git a/files.html b/files.html
index 487b4d8c..a60d284e 100644
--- a/files.html
+++ b/files.html
@@ -187,8 +187,6 @@
► scenes
Camera.cpp
Camera.hpp
- WorldScene.cpp
- WorldScene.hpp
► sound
AudioData.cpp
AudioData.hpp
diff --git a/ft__format_8hpp.html b/ft__format_8hpp.html
index 84315243..1fa4677c 100644
--- a/ft__format_8hpp.html
+++ b/ft__format_8hpp.html
@@ -127,56 +127,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ft__format_8hpp__dep__incl.map b/ft__format_8hpp__dep__incl.map
index a36cb185..6fdb9cc5 100644
--- a/ft__format_8hpp__dep__incl.map
+++ b/ft__format_8hpp__dep__incl.map
@@ -1,52 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ft__format_8hpp__dep__incl.md5 b/ft__format_8hpp__dep__incl.md5
index 192d6519..70e3da56 100644
--- a/ft__format_8hpp__dep__incl.md5
+++ b/ft__format_8hpp__dep__incl.md5
@@ -1 +1 @@
-681628ec3afaaac58a808d521112f673
\ No newline at end of file
+ec4b4cd196ee2301a95c319629a517a9
\ No newline at end of file
diff --git a/ft__format_8hpp__dep__incl.png b/ft__format_8hpp__dep__incl.png
index 52925487..d28ac6fe 100644
Binary files a/ft__format_8hpp__dep__incl.png and b/ft__format_8hpp__dep__incl.png differ
diff --git a/functions.html b/functions.html
index 6d847a45..01f6cdbf 100644
--- a/functions.html
+++ b/functions.html
@@ -137,7 +137,7 @@ - a -
atmosphere_radius : AtmosphereParams , DebugGui
atmosphere_ubo : VulkanAPI
Atomic() : Atomic< T >
-attack_animation : WorldScene::PlayerRenderData
+attack_animation : PlayerRenderData
AttackAnimation() : PlayerModel::AttackAnimation
attribute_descriptions : Pipeline::CreateInfo
audio_data : Sound::Instance
diff --git a/functions_b.html b/functions_b.html
index 326be051..858f13b4 100644
--- a/functions_b.html
+++ b/functions_b.html
@@ -128,10 +128,11 @@ - b -
BlockActionPacket() : BlockActionPacket
BlockArray : Chunk
blocks : ChunkPacket::ChunkData
-BlockUpdateThread() : BlockUpdateThread
+BlockUpdateThread() : BlockUpdateThread
BlockVertex() : BlockVertex
+buffer : Buffer
Buffer() : Buffer
-buffer : Buffer , Mesh
+buffer : Mesh
buffer_info : GlobalDescriptorWrite
buffer_memory : Mesh
buffers : UBO
diff --git a/functions_c.html b/functions_c.html
index 2c8d0de0..2a87d223 100644
--- a/functions_c.html
+++ b/functions_c.html
@@ -110,7 +110,7 @@
- c -
calculatePlayerMovement() : ClientWorld
Camera() : Camera
-camera() : Player , WorldScene
+camera() : Player , VulkanAPI
camera_ubo : VulkanAPI
cameraPosition() : Player
canAttack() : Player
@@ -122,27 +122,26 @@ - c -
changeTicket() : ServerWorld
chest_pos : PlayerModel
chest_size : PlayerModel
-Chunk() : Chunk
+Chunk() : Chunk
chunk_count_history : DebugGui
chunk_gen_time_history : DebugGui
chunk_load_queue_size_history : DebugGui
chunk_mesh_count : DebugGui
-chunk_mesh_list : WorldScene
+chunk_mesh_list : VulkanAPI
chunk_pipeline : VulkanAPI
chunk_pos : ChunkPacket::ChunkData
chunk_render_time_history : DebugGui
chunk_unload_queue_size_history : DebugGui
chunk_unload_time_history : DebugGui
-ChunkData() : ChunkPacket::ChunkData
+ChunkData() : ChunkPacket::ChunkData
ChunkGenList : World::WorldGenerator
-ChunkPacket() : ChunkPacket
+ChunkPacket() : ChunkPacket
ChunkRequestPacket() : ChunkRequestPacket
chunks : CreateMeshData
chunks_to_load : ServerWorld::ChunkLoadUnloadData
chunks_to_unload : ServerWorld::ChunkLoadUnloadData
ChunkUnloadPacket() : ChunkUnloadPacket
clear() : Buffer , Descriptor , Image , ImGuiTexture , Pipeline , Swapchain , task::TaskGraph
-clearDebugBlocks() : WorldScene
clearReadBuffer() : Connection
Client() : Client
ClientDisconnected() : Server::ClientDisconnected
@@ -151,14 +150,14 @@ - c -
ClientWorld() : ClientWorld
Clone() : BlockActionPacket , ChunkPacket , ChunkRequestPacket , ChunkUnloadPacket , ConnectionPacket , DisconnectPacket , IPacket , LoadDistancePacket , PingPacket , PlayerConnectedPacket , PlayerListPacket , PlayerMovePacket
close() : Socket
-color : GlobalPushConstant , WorldScene::DebugBlock
+color : GlobalPushConstant
color_attachement : VulkanAPI
color_formats : Pipeline::CreateInfo
command_pool : VulkanAPI
compute_command_buffers : VulkanAPI
compute_finished_semaphores : VulkanAPI
configure() : Logger
-Connection() : Connection
+Connection() : Connection
connection_id : Player
ConnectionPacket() : ConnectionPacket
ConnectionSocket() : ConnectionSocket
diff --git a/functions_d.html b/functions_d.html
index ae3c849c..04bfecef 100644
--- a/functions_d.html
+++ b/functions_d.html
@@ -116,7 +116,6 @@ - d -
debug_info_image : VulkanAPI
debug_info_image_descriptor : VulkanAPI
debug_messenger : VulkanAPI
-debugBlocks() : WorldScene
DebugGui() : DebugGui
default_speed : Player
depth_attachement : VulkanAPI
@@ -138,7 +137,7 @@ - d -
Dimensions : CreateMeshData
direction() : Player
disconnect() : Server
-DisconnectPacket() : DisconnectPacket
+DisconnectPacket() : DisconnectPacket
displacement : Event::PlayerMoving
dmat() : Mat4
draw_command_buffers : VulkanAPI
diff --git a/functions_e.html b/functions_e.html
index c052b5f0..f18911c0 100644
--- a/functions_e.html
+++ b/functions_e.html
@@ -123,7 +123,7 @@ - e -
Engine() : Sound::Engine
Entity : ECS
entity_ids : Chunk
-entity_mesh_list : WorldScene
+entity_mesh_list : VulkanAPI
entity_pipeline : VulkanAPI
erase() : IdList< Key, Value, container, IdGen >
erosion : Chunk::biomeInfo , DebugGui
diff --git a/functions_func_b.html b/functions_func_b.html
index ea0f0467..626e0721 100644
--- a/functions_func_b.html
+++ b/functions_func_b.html
@@ -111,7 +111,7 @@ - b -
diff --git a/functions_func_c.html b/functions_func_c.html
index 68837156..aa51113a 100644
--- a/functions_func_c.html
+++ b/functions_func_c.html
@@ -110,7 +110,7 @@
- c -
calculatePlayerMovement() : ClientWorld
Camera() : Camera
-camera() : Player , WorldScene
+camera() : Player
cameraPosition() : Player
canAttack() : Player
cancel() : task::Future< T >
@@ -118,19 +118,18 @@ - c -
canUse() : Player
changePlayerViewMode() : ClientWorld
changeTicket() : ServerWorld
-Chunk() : Chunk
+Chunk() : Chunk
ChunkData() : ChunkPacket::ChunkData
-ChunkPacket() : ChunkPacket
-ChunkRequestPacket() : ChunkRequestPacket
+ChunkPacket() : ChunkPacket
+ChunkRequestPacket() : ChunkRequestPacket
ChunkUnloadPacket() : ChunkUnloadPacket
clear() : Buffer , Descriptor , Image , ImGuiTexture , Pipeline , Swapchain , task::TaskGraph
-clearDebugBlocks() : WorldScene
clearReadBuffer() : Connection
Client() : Client
ClientDisconnected() : Server::ClientDisconnected
ClientPacketHandler() : ClientPacketHandler
-ClientSocket() : ClientSocket
-ClientWorld() : ClientWorld
+ClientSocket() : ClientSocket
+ClientWorld() : ClientWorld
Clone() : BlockActionPacket , ChunkPacket , ChunkRequestPacket , ChunkUnloadPacket , ConnectionPacket , DisconnectPacket , IPacket , LoadDistancePacket , PingPacket , PlayerConnectedPacket , PlayerListPacket , PlayerMovePacket
close() : Socket
configure() : Logger
diff --git a/functions_func_d.html b/functions_func_d.html
index 1bb753ab..f8ba42c9 100644
--- a/functions_func_d.html
+++ b/functions_func_d.html
@@ -111,7 +111,6 @@ - d -
data() : History< T, N >
Data() : Sound::Data
dataToSend() : Connection
-debugBlocks() : WorldScene
DebugGui() : DebugGui
Descriptor() : Descriptor
Deserialize() : BlockActionPacket , ChunkPacket , ChunkRequestPacket , ChunkUnloadPacket , ConnectionPacket , DisconnectPacket , IPacket , LoadDistancePacket , PingPacket , PlayerConnectedPacket , PlayerListPacket , PlayerMovePacket
diff --git a/functions_func_g.html b/functions_func_g.html
index 657a883b..802bbe72 100644
--- a/functions_func_g.html
+++ b/functions_func_g.html
@@ -120,7 +120,7 @@ - g -
getBlock() : Chunk , CreateMeshData , StructureInfo
getBlockChunkPosition() : World
GetBlockID() : BlockActionPacket
-getBlockLight() : Chunk
+getBlockLight() : Chunk
getBlocks() : Chunk
getBlockUpdateChunks() : ServerWorld
getCamera() : ClientWorld
@@ -165,7 +165,7 @@ - g -
GetPlayerId() : ConnectionPacket , DisconnectPacket , PlayerConnectedPacket , PlayerMovePacket
getPlayerPosition() : ClientWorld
GetPlayers() : PlayerListPacket
-getPlayers() : WorldScene
+getPlayers() : VulkanAPI
GetPosition() : BlockActionPacket
getPosition() : Chunk
GetPosition() : ConnectionPacket , PlayerMovePacket
diff --git a/functions_func_o.html b/functions_func_o.html
index 455af6d4..1c37afcf 100644
--- a/functions_func_o.html
+++ b/functions_func_o.html
@@ -113,7 +113,7 @@ - o -
operator VkCommandBuffer() : SingleTimeCommand
operator()() : ServerWorld::Ticket::hash , std::hash< Chunk::genLevel > , std::hash< glm::ivec2 > , std::hash< glm::ivec3 > , std::hash< ObjVertex > , std::hash< ServerWorld::Ticket > , std::hash< std::pair< glm::ivec3, Chunk::genLevel > >
operator<<() : Logger
-operator=() : Atomic< T > , BlockActionPacket , BlockUpdateThread , Buffer , Camera , Chunk::biomeInfo , Chunk , ChunkPacket , ChunkRequestPacket , ChunkUnloadPacket , Client , ClientPacketHandler , ClientSocket , ClientWorld , Connection , ConnectionPacket , ConnectionSocket , CreateMeshData , Descriptor , DisconnectPacket , ECS , HitBox , IdGenerator< IdType > , IdList< Key, Value, container, IdGen > , Image , IPacket , LoadDistancePacket , Mob , NetworkThread , PacketFactory , PingPacket , Pipeline , Player , PlayerConnectedPacket , PlayerListPacket , PlayerModel , PlayerMovePacket , Poller , RenderThread , Server , ServerBlockUpdateThread , ServerPacketHandler , ServerSocket , ServerWorld , Settings , SingleTimeCommand , Socket , Status , Swapchain , task::Executor , task::Future< T > , task::Graph , task::Task , task::TaskGraph , task::TaskNode , ThreadPoolAccessor , ThreadSafeQueue< T > , UpdateThread , VulkanAPI , VulkanMemoryAllocator , World , WorldScene
+operator=() : Atomic< T > , BlockActionPacket , BlockUpdateThread , Buffer , Camera , Chunk::biomeInfo , Chunk , ChunkPacket , ChunkRequestPacket , ChunkUnloadPacket , Client , ClientPacketHandler , ClientSocket , ClientWorld , Connection , ConnectionPacket , ConnectionSocket , CreateMeshData , Descriptor , DisconnectPacket , ECS , HitBox , IdGenerator< IdType > , IdList< Key, Value, container, IdGen > , Image , IPacket , LoadDistancePacket , Mob , NetworkThread , PacketFactory , PingPacket , Pipeline , Player , PlayerConnectedPacket , PlayerListPacket , PlayerModel , PlayerMovePacket , Poller , RenderThread , Server , ServerBlockUpdateThread , ServerPacketHandler , ServerSocket , ServerWorld , Settings , SingleTimeCommand , Socket , Status , Swapchain , task::Executor , task::Future< T > , task::Graph , task::Task , task::TaskGraph , task::TaskNode , ThreadPoolAccessor , ThreadSafeQueue< T > , UpdateThread , VulkanAPI , VulkanMemoryAllocator , World
operator==() : ObjVertex , ServerWorld::Ticket , Socket
otherUpdate() : ClientWorld
diff --git a/functions_func_r.html b/functions_func_r.html
index ec1c8c9d..fd9b7c15 100644
--- a/functions_func_r.html
+++ b/functions_func_r.html
@@ -120,7 +120,7 @@ - r -
removeSucessor() : task::TaskNode
removeTicket() : ServerWorld
renderText() : TextRenderer
-RenderThread() : RenderThread
+RenderThread() : RenderThread
reset() : task::Task
resetTask() : task::Task
rotate() : Mat4
diff --git a/functions_func_s.html b/functions_func_s.html
index 902235c7..fad9aa4b 100644
--- a/functions_func_s.html
+++ b/functions_func_s.html
@@ -136,7 +136,6 @@ - s -
SetConnectionId() : IPacket
SetCounter() : PingPacket
setData() : task::Task
-setDebugBlock() : WorldScene
SetDisplacement() : PlayerMovePacket
SetDistance() : LoadDistancePacket
setGenLevel() : Chunk
@@ -159,7 +158,7 @@ - s -
setRenderDistance() : ClientWorld
setServerLoadDistance() : ClientWorld
setSkyLight() : Chunk
-setTargetBlock() : WorldScene
+setTargetBlock() : VulkanAPI
setTimestamp() : Logger
Settings() : Settings
shouldClose() : Window
@@ -179,10 +178,10 @@ - s -
startFall() : Mob , Player
startJump() : Mob , Player
startUse() : Player
-Status() : Status
+Status() : Status
stop() : PlayerModel::AttackAnimation , PlayerModel::WalkAnimation , Server , Timer< ChronoCount, HistorySize >
storeMesh() : VulkanAPI
-StructureInfo() : StructureInfo
+StructureInfo() : StructureInfo
submit() : ThreadPool , ThreadPoolAccessor
subscribe() : Event::Manager
succceed() : task::Task
diff --git a/functions_func_t.html b/functions_func_t.html
index 47dd89a4..9871eb0d 100644
--- a/functions_func_t.html
+++ b/functions_func_t.html
@@ -108,7 +108,7 @@
- t -
-targetBlock() : WorldScene
+targetBlock() : VulkanAPI
Task() : task::Task
TaskGraph() : task::TaskGraph
TaskNode() : task::TaskNode
@@ -120,11 +120,11 @@ - t -
time_since_start() : PlayerModel::AttackAnimation , PlayerModel::WalkAnimation
Timer() : Timer< ChronoCount, HistorySize >
toBiomeCoord() : Chunk
-toBiomeIndex() : Chunk
+toBiomeIndex() : Chunk
toCoord() : Chunk
toHeightIndex() : Chunk
toIndex() : Chunk
-TracyLockableN() : Mob , Player , VulkanAPI , World , WorldScene
+TracyLockableN() : Mob , Player , VulkanAPI , World
Transform() : Transform
transitionImageLayout() : VulkanAPI
transitionLayout() : Image
diff --git a/functions_func_u.html b/functions_func_u.html
index 41685513..0f644b58 100644
--- a/functions_func_u.html
+++ b/functions_func_u.html
@@ -123,7 +123,7 @@ - u -
diff --git a/functions_func_w.html b/functions_func_w.html
index 56f84c4b..b5a48614 100644
--- a/functions_func_w.html
+++ b/functions_func_w.html
@@ -119,7 +119,6 @@ - w -
diff --git a/functions_func_~.html b/functions_func_~.html
index a2dccad9..a06c056c 100644
--- a/functions_func_~.html
+++ b/functions_func_~.html
@@ -183,7 +183,6 @@ - ~ -
diff --git a/functions_g.html b/functions_g.html
index 8fe2e032..3b371611 100644
--- a/functions_g.html
+++ b/functions_g.html
@@ -109,8 +109,8 @@
- g -
g : AtmosphereParams , DebugGui
-gameMode : Player
GameMode : Player
+gameMode : Player
genLevel : Chunk
geom_path : Pipeline::CreateInfo
get() : Atomic< T > , BlocksInfo , IdList< Key, Value, container, IdGen > , ItemsInfo , StructuresInfo
@@ -151,7 +151,7 @@ - g -
getGenLevel() : Chunk
getGLFWwindow() : Window
getGraph() : task::TaskNode
-getHeight() : Chunk
+getHeight() : Chunk
getHeights() : Chunk
getHighestLoadLevel() : Chunk
GetId() : PingPacket
@@ -159,7 +159,7 @@ - g -
GetInstance() : PacketFactory
getInstance() : StructuresInfo , VulkanMemoryAllocator
getKeyState() : Input
-getLight() : Chunk , CreateMeshData
+getLight() : Chunk , CreateMeshData
getLoadDistance() : ServerWorld
getLoadLevel() : Chunk
getMaxTextureCoord() : BlockVertex
@@ -170,7 +170,7 @@ - g -
GetPlayerId() : ConnectionPacket , DisconnectPacket , PlayerConnectedPacket , PlayerMovePacket
getPlayerPosition() : ClientWorld
GetPlayers() : PlayerListPacket
-getPlayers() : WorldScene
+getPlayers() : VulkanAPI
GetPosition() : BlockActionPacket
getPosition() : Chunk
GetPosition() : ConnectionPacket , PlayerMovePacket
@@ -182,7 +182,7 @@ - g -
getRenderInfo() : Camera
getScroll() : Input
getServerLoadDistance() : ClientWorld
-getSkyLight() : Chunk
+getSkyLight() : Chunk
getSocket() : Connection
getStaticType() : Event::AbstractEvent , Event::PlayerMoving
getSucessors() : task::TaskNode
diff --git a/functions_i.html b/functions_i.html
index 8584d329..9851a3ea 100644
--- a/functions_i.html
+++ b/functions_i.html
@@ -109,12 +109,11 @@
- i -
icosphere_mesh_id : VulkanAPI
-id : BlockInfo , PlayerListPacket::PlayerInfo , Server::ClientDisconnected , Server::sendInfo , Sound::DataChunk , Sound::FMTChunk , Sound::RIFFChunk , StructureInfo , WorldScene::ChunkMeshRenderData , WorldScene::MeshRenderData
+id : BlockInfo , ChunkMeshRenderData , MeshRenderData , PlayerListPacket::PlayerInfo , Server::ClientDisconnected , Server::sendInfo , Sound::DataChunk , Sound::FMTChunk , Sound::RIFFChunk , StructureInfo
IdGenerator() : IdGenerator< IdType >
IdList() : IdList< Key, Value, container, IdGen >
-image : Image
Image() : Image
-image : ImGuiTexture
+image : Image , ImGuiTexture
image_available_semaphores : VulkanAPI
image_format : Swapchain
image_info : GlobalDescriptorWrite
diff --git a/functions_l.html b/functions_l.html
index e33c41be..5b4b84b3 100644
--- a/functions_l.html
+++ b/functions_l.html
@@ -113,8 +113,9 @@ - l -
left_arm_pos : PlayerModel
left_leg_pos : PlayerModel
leg_size : PlayerModel
+level() : Logger
Level : Logger
-level() : Logger , ServerWorld::Ticket
+level : ServerWorld::Ticket
light : ChunkPacket::ChunkData
light_dir : ShadowMapLight
light_mat_ubo : VulkanAPI
diff --git a/functions_m.html b/functions_m.html
index 43d66e10..09043e2f 100644
--- a/functions_m.html
+++ b/functions_m.html
@@ -114,8 +114,9 @@ - m -
m_mobs : World
m_my_player_id : ClientWorld
m_pings : Client , Server
-m_players : World , WorldScene
+m_players : VulkanAPI , World
m_sockfd : Socket
+m_target_block : VulkanAPI
m_threadPool : World
m_world_generator : World
main_render_finished_semaphores : VulkanAPI
@@ -136,7 +137,7 @@ - m -
mesh_map : VulkanAPI
mip_levels : Image::CreateInfo , Image
Mob() : Mob
-model : ModelMatrix_push_constant , Transform , WorldScene::ChunkMeshRenderData , WorldScene::MeshRenderData
+model : ChunkMeshRenderData , MeshRenderData , ModelMatrix_push_constant , Transform
modifyBlock() : ClientWorld
module : task::Executor::info::NodeInfo
mouseSensitivity() : Settings
diff --git a/functions_o.html b/functions_o.html
index ca614dce..63782817 100644
--- a/functions_o.html
+++ b/functions_o.html
@@ -117,7 +117,7 @@ - o -
operator VkCommandBuffer() : SingleTimeCommand
operator()() : ServerWorld::Ticket::hash , std::hash< Chunk::genLevel > , std::hash< glm::ivec2 > , std::hash< glm::ivec3 > , std::hash< ObjVertex > , std::hash< ServerWorld::Ticket > , std::hash< std::pair< glm::ivec3, Chunk::genLevel > >
operator<<() : Logger
-operator=() : Atomic< T > , BlockActionPacket , BlockUpdateThread , Buffer , Camera , Chunk::biomeInfo , Chunk , ChunkPacket , ChunkRequestPacket , ChunkUnloadPacket , Client , ClientPacketHandler , ClientSocket , ClientWorld , Connection , ConnectionPacket , ConnectionSocket , CreateMeshData , Descriptor , DisconnectPacket , ECS , HitBox , IdGenerator< IdType > , IdList< Key, Value, container, IdGen > , Image , IPacket , LoadDistancePacket , Mob , NetworkThread , PacketFactory , PingPacket , Pipeline , Player , PlayerConnectedPacket , PlayerListPacket , PlayerModel , PlayerMovePacket , Poller , RenderThread , Server , ServerBlockUpdateThread , ServerPacketHandler , ServerSocket , ServerWorld , Settings , SingleTimeCommand , Socket , Status , Swapchain , task::Executor , task::Future< T > , task::Graph , task::Task , task::TaskGraph , task::TaskNode , ThreadPoolAccessor , ThreadSafeQueue< T > , UpdateThread , VulkanAPI , VulkanMemoryAllocator , World , WorldScene
+operator=() : Atomic< T > , BlockActionPacket , BlockUpdateThread , Buffer , Camera , Chunk::biomeInfo , Chunk , ChunkPacket , ChunkRequestPacket , ChunkUnloadPacket , Client , ClientPacketHandler , ClientSocket , ClientWorld , Connection , ConnectionPacket , ConnectionSocket , CreateMeshData , Descriptor , DisconnectPacket , ECS , HitBox , IdGenerator< IdType > , IdList< Key, Value, container, IdGen > , Image , IPacket , LoadDistancePacket , Mob , NetworkThread , PacketFactory , PingPacket , Pipeline , Player , PlayerConnectedPacket , PlayerListPacket , PlayerModel , PlayerMovePacket , Poller , RenderThread , Server , ServerBlockUpdateThread , ServerPacketHandler , ServerSocket , ServerWorld , Settings , SingleTimeCommand , Socket , Status , Swapchain , task::Executor , task::Future< T > , task::Graph , task::Task , task::TaskGraph , task::TaskNode , ThreadPoolAccessor , ThreadSafeQueue< T > , UpdateThread , VulkanAPI , VulkanMemoryAllocator , World
operator==() : ObjVertex , ServerWorld::Ticket , Socket
otherUpdate() : ClientWorld
output_attachement : VulkanAPI
diff --git a/functions_p.html b/functions_p.html
index fb044f9b..6c8dedd7 100644
--- a/functions_p.html
+++ b/functions_p.html
@@ -119,7 +119,7 @@ - p -
Pipeline() : Pipeline
pipeline : Pipeline
Pipeline() : Pipeline
-pitch : Player , WorldScene::PlayerRenderData
+pitch : Player , PlayerRenderData
placeBlock() : ServerWorld
plane_distances : ShadowMapLight
Player() : Player
@@ -153,7 +153,7 @@ - p -
popPacket() : Client
POS : CreateMeshData
pos : EntityVertex , ItemVertex , LineVertex , ObjVertex , PlayerModel::Vertex
-position : Camera::RenderInfo , HitBox , PlayerListPacket::PlayerInfo , ServerWorld::BlockUpdateData , ServerWorld::Ticket , Transform , WorldScene::DebugBlock , WorldScene::PlayerRenderData
+position : Camera::RenderInfo , HitBox , PlayerListPacket::PlayerInfo , PlayerRenderData , ServerWorld::BlockUpdateData , ServerWorld::Ticket , Transform
precede() : task::Task
prerender_item_icon_framebuffer : VulkanAPI
prerender_item_icon_pipeline : VulkanAPI
diff --git a/functions_r.html b/functions_r.html
index 27ad1890..6bfcd168 100644
--- a/functions_r.html
+++ b/functions_r.html
@@ -125,7 +125,7 @@ - r -
render_pass : Pipeline::CreateInfo
rendered_triangles : DebugGui
renderText() : TextRenderer
-RenderThread() : RenderThread
+RenderThread() : RenderThread
reset() : task::Task
resetTask() : task::Task
right_arm_pos : PlayerModel
diff --git a/functions_s.html b/functions_s.html
index f37c18d3..3ad9fd51 100644
--- a/functions_s.html
+++ b/functions_s.html
@@ -133,8 +133,8 @@ - s -
set_count : Descriptor::CreateInfo
set_task() : task::Task
SetAction() : BlockActionPacket
-setBiome() : Chunk
-setBlock() : Chunk , ServerWorld
+setBiome() : Chunk
+setBlock() : Chunk , ServerWorld
setBlockColumn() : Chunk
SetBlockID() : BlockActionPacket
setBlockLight() : Chunk
@@ -145,7 +145,6 @@ - s -
SetConnectionId() : IPacket
SetCounter() : PingPacket
setData() : task::Task
-setDebugBlock() : WorldScene
SetDisplacement() : PlayerMovePacket
SetDistance() : LoadDistancePacket
setGenLevel() : Chunk
@@ -169,7 +168,7 @@ - s -
sets : Descriptor
setServerLoadDistance() : ClientWorld
setSkyLight() : Chunk
-setTargetBlock() : WorldScene
+setTargetBlock() : VulkanAPI
setTimestamp() : Logger
Settings() : Settings
shadow_framebuffers : VulkanAPI
@@ -184,15 +183,15 @@ - s -
shouldClose() : Window
shouldCollide() : Player
shouldFall() : Player
-show_debug_text : WorldScene
+show_debug_text : VulkanAPI
single_time_command_fence : VulkanAPI
-SingleTimeCommand() : SingleTimeCommand
+SingleTimeCommand() : SingleTimeCommand
Size() : BlockActionPacket
size : Buffer::CreateInfo , Buffer
Size() : ChunkPacket , ChunkRequestPacket , ChunkUnloadPacket , ConnectionPacket , DisconnectPacket
size() : History< T, N > , HitBox , IdList< Key, Value, container, IdGen >
Size() : IPacket , LoadDistancePacket , PingPacket , PlayerConnectedPacket , PlayerListPacket , PlayerMovePacket
-size : Sound::DataChunk , Sound::FMTChunk , Sound::RIFFChunk , StructureInfo , ThreadSafeQueue< T > , WorldScene::DebugBlock
+size : Sound::DataChunk , Sound::FMTChunk , Sound::RIFFChunk , StructureInfo , ThreadSafeQueue< T >
skybox_cube_map : VulkanAPI
skybox_pipeline : VulkanAPI
sneak_speed_factor : Player
@@ -224,9 +223,8 @@ - s -
diff --git a/functions_t.html b/functions_t.html
index cf317523..f14643a0 100644
--- a/functions_t.html
+++ b/functions_t.html
@@ -109,10 +109,10 @@
- t -
target_position : Mob
-targetBlock() : WorldScene
+targetBlock() : VulkanAPI
targeted_block : Player
task : task::Executor::info::AsyncInfo
-Task() : task::Task
+Task() : task::Task
task::Executor : task::TaskGraph , task::TaskNode
TaskGraph : task::Executor , task::TaskGraph , task::TaskNode
TaskNode : task::Executor , task::TaskGraph , task::TaskNode
@@ -129,28 +129,28 @@ - t -
texture : BlockInfo
texture_index : ItemVertex
texture_names : BlockInfo
-ThreadPoolAccessor() : ThreadPoolAccessor
-ThreadSafeQueue() : ThreadSafeQueue< T >
+ThreadPoolAccessor() : ThreadPoolAccessor
+ThreadSafeQueue() : ThreadSafeQueue< T >
TicketMultiMap : ServerWorld
tiling : Image::CreateInfo
time_since_start() : PlayerModel::AttackAnimation , PlayerModel::WalkAnimation
Timer() : Timer< ChronoCount, HistorySize >
toBiomeCoord() : Chunk
-toBiomeIndex() : Chunk
+toBiomeIndex() : Chunk
toCoord() : Chunk
toHeightIndex() : Chunk
toIndex() : Chunk
toolbar_cursor : Player
toolbar_cursor_image : VulkanAPI
toolbar_cursor_image_descriptor : VulkanAPI
-toolbar_cursor_index : WorldScene
+toolbar_cursor_index : VulkanAPI
toolbar_image : VulkanAPI
toolbar_image_descriptor : VulkanAPI
-toolbar_items : Player , WorldScene
-toolbar_items_mutex : WorldScene
+toolbar_items : Player , VulkanAPI
+toolbar_items_mutex : VulkanAPI
topology : Pipeline::CreateInfo
TRACE : Logger
-TracyLockableN() : Mob , Player , VulkanAPI , World , WorldScene
+TracyLockableN() : Mob , Player , VulkanAPI , World
transfer_command_buffers : VulkanAPI
transfer_command_pool : VulkanAPI
transfer_family : QueueFamilyIndices
diff --git a/functions_u.html b/functions_u.html
index 60cb73a6..8a6d02f3 100644
--- a/functions_u.html
+++ b/functions_u.html
@@ -124,7 +124,7 @@ - u -
updatePlayerPosition() : ClientWorld
updatePlayerTargetBlock() : ClientWorld
updateSkyLight() : World
-UpdateThread() : UpdateThread
+UpdateThread() : UpdateThread
ups : DebugGui
usage : Buffer::CreateInfo , Image::CreateInfo
used_by_frame : Mesh
diff --git a/functions_v.html b/functions_v.html
index 34db677f..3bb6938f 100644
--- a/functions_v.html
+++ b/functions_v.html
@@ -121,7 +121,7 @@ - v -
view_proj : ShadowMapLight
ViewFrustum() : ViewFrustum
ViewMode : Player
-visible : WorldScene::PlayerRenderData
+visible : PlayerRenderData
vk : DebugGui
vkCreateDebugUtilsMessengerEXT : VulkanAPI
vkDestroyDebugUtilsMessengerEXT : VulkanAPI
diff --git a/functions_vars.html b/functions_vars.html
index 3a9066cf..9f74b648 100644
--- a/functions_vars.html
+++ b/functions_vars.html
@@ -114,7 +114,7 @@ - a -
aspect_mask : Image , Image::CreateInfo
atmosphere_radius : AtmosphereParams , DebugGui
atmosphere_ubo : VulkanAPI
-attack_animation : WorldScene::PlayerRenderData
+attack_animation : PlayerRenderData
attribute_descriptions : Pipeline::CreateInfo
audio_data : Sound::Instance
audio_format : Sound::Data , Sound::FMTChunk
diff --git a/functions_vars_c.html b/functions_vars_c.html
index edea15a0..1238edf6 100644
--- a/functions_vars_c.html
+++ b/functions_vars_c.html
@@ -108,6 +108,7 @@
- c -
+camera : VulkanAPI
camera_ubo : VulkanAPI
capabilities : Swapchain::SupportDetails
chest_pos : PlayerModel
@@ -116,7 +117,7 @@ - c -
chunk_gen_time_history : DebugGui
chunk_load_queue_size_history : DebugGui
chunk_mesh_count : DebugGui
-chunk_mesh_list : WorldScene
+chunk_mesh_list : VulkanAPI
chunk_pipeline : VulkanAPI
chunk_pos : ChunkPacket::ChunkData
chunk_render_time_history : DebugGui
@@ -125,7 +126,7 @@ - c -
chunks : CreateMeshData
chunks_to_load : ServerWorld::ChunkLoadUnloadData
chunks_to_unload : ServerWorld::ChunkLoadUnloadData
-color : GlobalPushConstant , WorldScene::DebugBlock
+color : GlobalPushConstant
color_attachement : VulkanAPI
color_formats : Pipeline::CreateInfo
command_pool : VulkanAPI
diff --git a/functions_vars_e.html b/functions_vars_e.html
index 1a04e612..25b00d9e 100644
--- a/functions_vars_e.html
+++ b/functions_vars_e.html
@@ -113,7 +113,7 @@ - e -
enable_alpha_blending : Pipeline::CreateInfo
ended : Sound::Instance
entity_ids : Chunk
-entity_mesh_list : WorldScene
+entity_mesh_list : VulkanAPI
entity_pipeline : VulkanAPI
erosion : Chunk::biomeInfo , DebugGui
erosion_texture_id : DebugGui
diff --git a/functions_vars_i.html b/functions_vars_i.html
index b1e95677..cff8cec9 100644
--- a/functions_vars_i.html
+++ b/functions_vars_i.html
@@ -109,7 +109,7 @@
- i -
icosphere_mesh_id : VulkanAPI
-id : BlockInfo , PlayerListPacket::PlayerInfo , Server::sendInfo , Sound::DataChunk , Sound::FMTChunk , Sound::RIFFChunk , StructureInfo , WorldScene::ChunkMeshRenderData , WorldScene::MeshRenderData
+id : BlockInfo , ChunkMeshRenderData , MeshRenderData , PlayerListPacket::PlayerInfo , Server::sendInfo , Sound::DataChunk , Sound::FMTChunk , Sound::RIFFChunk , StructureInfo
image : Image , ImGuiTexture
image_available_semaphores : VulkanAPI
image_format : Swapchain
diff --git a/functions_vars_m.html b/functions_vars_m.html
index a389d29f..1946e182 100644
--- a/functions_vars_m.html
+++ b/functions_vars_m.html
@@ -114,8 +114,9 @@ - m -
m_mobs : World
m_my_player_id : ClientWorld
m_pings : Client , Server
-m_players : World , WorldScene
+m_players : VulkanAPI , World
m_sockfd : Socket
+m_target_block : VulkanAPI
m_threadPool : World
m_world_generator : World
main_render_finished_semaphores : VulkanAPI
@@ -129,7 +130,7 @@ - m -
diff --git a/functions_vars_p.html b/functions_vars_p.html
index e89cfaf6..e31aca94 100644
--- a/functions_vars_p.html
+++ b/functions_vars_p.html
@@ -112,7 +112,7 @@ - p -
parent : Transform
physical_device : VulkanAPI
pipeline : Pipeline
-pitch : Player , WorldScene::PlayerRenderData
+pitch : Player , PlayerRenderData
plane_distances : ShadowMapLight
player_chest_mesh_id : VulkanAPI
player_head_mesh_id : VulkanAPI
@@ -132,7 +132,7 @@ - p -
polygon_mode : Pipeline::CreateInfo
pool : Descriptor
pos : EntityVertex , ItemVertex , LineVertex , ObjVertex , PlayerModel::Vertex
-position : Camera::RenderInfo , HitBox , PlayerListPacket::PlayerInfo , ServerWorld::BlockUpdateData , ServerWorld::Ticket , Transform , WorldScene::DebugBlock , WorldScene::PlayerRenderData
+position : Camera::RenderInfo , HitBox , PlayerListPacket::PlayerInfo , PlayerRenderData , ServerWorld::BlockUpdateData , ServerWorld::Ticket , Transform
prerender_item_icon_framebuffer : VulkanAPI
prerender_item_icon_pipeline : VulkanAPI
prerender_item_icon_render_pass : VulkanAPI
diff --git a/functions_vars_s.html b/functions_vars_s.html
index d1b83cc6..ed86ffcc 100644
--- a/functions_vars_s.html
+++ b/functions_vars_s.html
@@ -129,9 +129,9 @@ - s -
shadow_pipeline : VulkanAPI
shadow_render_pass : VulkanAPI
should_jump : Mob
-show_debug_text : WorldScene
+show_debug_text : VulkanAPI
single_time_command_fence : VulkanAPI
-size : Buffer::CreateInfo , HitBox , Sound::DataChunk , Sound::FMTChunk , Sound::RIFFChunk , StructureInfo , WorldScene::DebugBlock
+size : Buffer::CreateInfo , HitBox , Sound::DataChunk , Sound::FMTChunk , Sound::RIFFChunk , StructureInfo
skybox_cube_map : VulkanAPI
skybox_pipeline : VulkanAPI
sneak_speed_factor : Player
diff --git a/functions_vars_t.html b/functions_vars_t.html
index 556c4f19..6bc16b98 100644
--- a/functions_vars_t.html
+++ b/functions_vars_t.html
@@ -125,11 +125,11 @@ - t -
toolbar_cursor : Player
toolbar_cursor_image : VulkanAPI
toolbar_cursor_image_descriptor : VulkanAPI
-toolbar_cursor_index : WorldScene
+toolbar_cursor_index : VulkanAPI
toolbar_image : VulkanAPI
toolbar_image_descriptor : VulkanAPI
-toolbar_items : Player , WorldScene
-toolbar_items_mutex : WorldScene
+toolbar_items : Player , VulkanAPI
+toolbar_items_mutex : VulkanAPI
topology : Pipeline::CreateInfo
transfer_command_buffers : VulkanAPI
transfer_command_pool : VulkanAPI
diff --git a/functions_vars_v.html b/functions_vars_v.html
index 1cb64609..882ddcac 100644
--- a/functions_vars_v.html
+++ b/functions_vars_v.html
@@ -118,7 +118,7 @@ - v -
view_frustum : Camera::RenderInfo
view_mode : Player
view_proj : ShadowMapLight
-visible : WorldScene::PlayerRenderData
+visible : PlayerRenderData
vk : DebugGui
vkCreateDebugUtilsMessengerEXT : VulkanAPI
vkDestroyDebugUtilsMessengerEXT : VulkanAPI
diff --git a/functions_vars_w.html b/functions_vars_w.html
index 921392fe..1c5a6d45 100644
--- a/functions_vars_w.html
+++ b/functions_vars_w.html
@@ -108,9 +108,9 @@
- w -
-walk_animation : WorldScene::PlayerRenderData
+walk_animation : PlayerRenderData
water_framebuffers : VulkanAPI
-water_id : WorldScene::ChunkMeshRenderData
+water_id : ChunkMeshRenderData
water_indices : CreateMeshData
water_pipeline : VulkanAPI
water_render_pass : VulkanAPI
diff --git a/functions_vars_y.html b/functions_vars_y.html
index 78228200..2a57cfdd 100644
--- a/functions_vars_y.html
+++ b/functions_vars_y.html
@@ -108,7 +108,7 @@
- y -
diff --git a/functions_w.html b/functions_w.html
index 7cb37743..b6ba99d9 100644
--- a/functions_w.html
+++ b/functions_w.html
@@ -113,11 +113,11 @@ - w -
waitForFinishedTasks() : ThreadPoolAccessor
waitForTask() : ThreadPoolAccessor
waitForTasks() : ThreadPoolAccessor
-walk_animation : WorldScene::PlayerRenderData
+walk_animation : PlayerRenderData
WalkAnimation() : PlayerModel::WalkAnimation
WARNING : Logger
water_framebuffers : VulkanAPI
-water_id : WorldScene::ChunkMeshRenderData
+water_id : ChunkMeshRenderData
water_indices : CreateMeshData
water_pipeline : VulkanAPI
water_render_pass : VulkanAPI
@@ -130,7 +130,6 @@ - w -
diff --git a/functions_y.html b/functions_y.html
index 0b4077eb..c0fb179d 100644
--- a/functions_y.html
+++ b/functions_y.html
@@ -109,7 +109,7 @@
- y -
diff --git a/functions_~.html b/functions_~.html
index 4065a1ff..a30d16dd 100644
--- a/functions_~.html
+++ b/functions_~.html
@@ -183,7 +183,6 @@ - ~ -
diff --git a/hashes_8hpp.html b/hashes_8hpp.html
index e91ff9a9..6d595256 100644
--- a/hashes_8hpp.html
+++ b/hashes_8hpp.html
@@ -130,56 +130,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/hashes_8hpp__dep__incl.map b/hashes_8hpp__dep__incl.map
index 4b38a3bf..d6dbb400 100644
--- a/hashes_8hpp__dep__incl.map
+++ b/hashes_8hpp__dep__incl.map
@@ -1,52 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/hashes_8hpp__dep__incl.md5 b/hashes_8hpp__dep__incl.md5
index 91b19bf1..f1d0c185 100644
--- a/hashes_8hpp__dep__incl.md5
+++ b/hashes_8hpp__dep__incl.md5
@@ -1 +1 @@
-d0da71ad84f654cdd1a4b909d001c602
\ No newline at end of file
+7c7dd2d85ca1ee3c720378e834e73222
\ No newline at end of file
diff --git a/hashes_8hpp__dep__incl.png b/hashes_8hpp__dep__incl.png
index f2bfefd3..13b842a1 100644
Binary files a/hashes_8hpp__dep__incl.png and b/hashes_8hpp__dep__incl.png differ
diff --git a/hierarchy.html b/hierarchy.html
index af48a6bb..1b1228fa 100644
--- a/hierarchy.html
+++ b/hierarchy.html
@@ -131,7 +131,7 @@
C Chunk
C ChunkPacket::ChunkData
C ServerWorld::ChunkLoadUnloadData
- C WorldScene::ChunkMeshRenderData
+ C ChunkMeshRenderData
C Client
C ClientPacketHandler
C Connection
@@ -143,145 +143,143 @@
C CreateMeshData
C Sound::Data
C Sound::DataChunk
- C WorldScene::DebugBlock
- C DebugGui
- C Descriptor
- C ECS
- ► C std::enable_shared_from_this
- C task::TaskGraph
- C Sound::Engine
- C EntityVertex
- ► C std::exception
- C Client::ServerDisconnected
- C Server::ClientDisconnected
- ► C task::BaseError
- C task::CycleError
- C task::EmptyGraphError
- C task::EmptyModuleError
- C task::TaskNotFromSameGraphError
- C task::Executor
- C Face
- C Sound::FMTChunk
- C FrustumPoints
- ► C std::future
- C task::Future< T >
- C GlobalDescriptorWrite
- C GlobalPushConstant
- C task::Graph
- C task::Executor::info::GraphInfo
- ► C Event::HandlerWrapperInterface
- C Event::HandlerWrapper< EventType >
- C ServerWorld::Ticket::hash
- C std::hash< Chunk::genLevel >
- C std::hash< glm::ivec2 >
- C std::hash< glm::ivec3 >
- C std::hash< ObjVertex >
- C std::hash< ServerWorld::Ticket >
- C std::hash< std::pair< glm::ivec3, Chunk::genLevel > >
- C History< T, N >
- C History< float, 100 >
- C History< float, 1000 >
- C History< size_t, 100 >
- C HitBox
- C IdGenerator< IdType >
- C IdGenerator< Key >
- C IdGenerator< uint64_t >
- C Image
- C ImGuiTexture
- C Input
- C Sound::Instance
- ► C IPacket
- C BlockActionPacket
- C ChunkPacket
- C ChunkRequestPacket
- C ChunkUnloadPacket
- C ConnectionPacket
- C DisconnectPacket
- C LoadDistancePacket
- C PingPacket
- C PlayerConnectedPacket
- C PlayerListPacket
- C PlayerMovePacket
- ► C IServerToClientPacket
- C EntityMovePacket
- C ItemInfo
- C ItemsInfo
- C ItemVertex
- C JoinThreads
- C LineVertex
- C Logger A class for logging messages to the console and to files
- C Event::Manager
- C Mat4
- C Mesh
- C WorldScene::MeshRenderData
- C Mob
- C ModelMatrix_push_constant The push constant for the model matrix
- C NetworkThread
- C task::Executor::info::NodeInfo
- C ObjLoader
- C ObjVertex
- ► C std::ofstream
- C FileOutput A class that represents a file used for output with RAII
- C PacketFactory
- C Perlin Perlin noise generator
- C Pipeline
- C Player
- C PlayerListPacket::PlayerInfo
- C PlayerModel
- C WorldScene::PlayerRenderData
- C ClientWorld::PlayerUseResult
- C Poller
- C QueueFamilyIndices
- C RayCastOnBlockResult
- C Camera::RenderInfo
- C RenderThread A wrapper for the thread that handles rendering
- C Sound::RIFFChunk
- C Server::sendInfo
- C Server
- C ServerBlockUpdateThread An implementation of the thread wrapper for the thread that handles block updates
- C ServerPacketHandler
- C Settings Class to hold the settings of the application
- C ShadowMapLight
- C SingleTimeCommand
- ► C Socket
- C ClientSocket
- C ConnectionSocket
- C ServerSocket
- C Status
- C StructureInfo
- C StructuresInfo
- C Swapchain::SupportDetails
- C Swapchain
- C task::Task
- C task::TaskNode
- C test
- C TextRenderer
- C ThreadPool
- C ThreadPoolAccessor
- C ThreadSafeQueue< T >
- C ThreadSafeQueue< Server::sendInfo >
- C ThreadSafeQueue< std::shared_ptr< IPacket > >
- C ServerWorld::Ticket
- C Timer< ChronoCount, HistorySize >
- C Transform
- C UBO
- ► C std::unordered_map
- C IdList< uint64_t, WorldScene::ChunkMeshRenderData >
- C IdList< uint64_t, WorldScene::MeshRenderData >
- C IdList< Key, Value, container, IdGen >
- C UpdateThread
- C PlayerModel::Vertex
- C ViewFrustum
- C ViewProjMatrices
- C VulkanAPI
- C VulkanMemoryAllocator Singleton class to keep track of allocated memory
- C PlayerModel::WalkAnimation
- C Window
- ► C World
- C ClientWorld
- C ServerWorld
- C World::WorldGenerator
- C WorldScene Class to hold the world scene. The instance of this class will be accessed by multiple threads so it will include synchronization logic
+ C DebugGui
+ C Descriptor
+ C ECS
+ ► C std::enable_shared_from_this
+ C task::TaskGraph
+ C Sound::Engine
+ C EntityVertex
+ ► C std::exception
+ C Client::ServerDisconnected
+ C Server::ClientDisconnected
+ ► C task::BaseError
+ C task::CycleError
+ C task::EmptyGraphError
+ C task::EmptyModuleError
+ C task::TaskNotFromSameGraphError
+ C task::Executor
+ C Face
+ C Sound::FMTChunk
+ C FrustumPoints
+ ► C std::future
+ C task::Future< T >
+ C GlobalDescriptorWrite
+ C GlobalPushConstant
+ C task::Graph
+ C task::Executor::info::GraphInfo
+ ► C Event::HandlerWrapperInterface
+ C Event::HandlerWrapper< EventType >
+ C ServerWorld::Ticket::hash
+ C std::hash< Chunk::genLevel >
+ C std::hash< glm::ivec2 >
+ C std::hash< glm::ivec3 >
+ C std::hash< ObjVertex >
+ C std::hash< ServerWorld::Ticket >
+ C std::hash< std::pair< glm::ivec3, Chunk::genLevel > >
+ C History< T, N >
+ C History< float, 100 >
+ C History< float, 1000 >
+ C History< size_t, 100 >
+ C HitBox
+ C IdGenerator< IdType >
+ C IdGenerator< Key >
+ C IdGenerator< uint64_t >
+ C Image
+ C ImGuiTexture
+ C Input
+ C Sound::Instance
+ ► C IPacket
+ C BlockActionPacket
+ C ChunkPacket
+ C ChunkRequestPacket
+ C ChunkUnloadPacket
+ C ConnectionPacket
+ C DisconnectPacket
+ C LoadDistancePacket
+ C PingPacket
+ C PlayerConnectedPacket
+ C PlayerListPacket
+ C PlayerMovePacket
+ ► C IServerToClientPacket
+ C EntityMovePacket
+ C ItemInfo
+ C ItemsInfo
+ C ItemVertex
+ C JoinThreads
+ C LineVertex
+ C Logger A class for logging messages to the console and to files
+ C Event::Manager
+ C Mat4
+ C Mesh
+ C MeshRenderData
+ C Mob
+ C ModelMatrix_push_constant The push constant for the model matrix
+ C NetworkThread
+ C task::Executor::info::NodeInfo
+ C ObjLoader
+ C ObjVertex
+ ► C std::ofstream
+ C FileOutput A class that represents a file used for output with RAII
+ C PacketFactory
+ C Perlin Perlin noise generator
+ C Pipeline
+ C Player
+ C PlayerListPacket::PlayerInfo
+ C PlayerModel
+ C PlayerRenderData
+ C ClientWorld::PlayerUseResult
+ C Poller
+ C QueueFamilyIndices
+ C RayCastOnBlockResult
+ C Camera::RenderInfo
+ C RenderThread A wrapper for the thread that handles rendering
+ C Sound::RIFFChunk
+ C Server::sendInfo
+ C Server
+ C ServerBlockUpdateThread An implementation of the thread wrapper for the thread that handles block updates
+ C ServerPacketHandler
+ C Settings Class to hold the settings of the application
+ C ShadowMapLight
+ C SingleTimeCommand
+ ► C Socket
+ C ClientSocket
+ C ConnectionSocket
+ C ServerSocket
+ C Status
+ C StructureInfo
+ C StructuresInfo
+ C Swapchain::SupportDetails
+ C Swapchain
+ C task::Task
+ C task::TaskNode
+ C test
+ C TextRenderer
+ C ThreadPool
+ C ThreadPoolAccessor
+ C ThreadSafeQueue< T >
+ C ThreadSafeQueue< Server::sendInfo >
+ C ThreadSafeQueue< std::shared_ptr< IPacket > >
+ C ServerWorld::Ticket
+ C Timer< ChronoCount, HistorySize >
+ C Transform
+ C UBO
+ ► C std::unordered_map
+ C IdList< uint64_t, ChunkMeshRenderData >
+ C IdList< uint64_t, MeshRenderData >
+ C IdList< Key, Value, container, IdGen >
+ C UpdateThread
+ C PlayerModel::Vertex
+ C ViewFrustum
+ C ViewProjMatrices
+ C VulkanAPI
+ C VulkanMemoryAllocator Singleton class to keep track of allocated memory
+ C PlayerModel::WalkAnimation
+ C Window
+ ► C World
+ C ClientWorld
+ C ServerWorld
+ C World::WorldGenerator
diff --git a/hierarchy.js b/hierarchy.js
index ba82be1a..c63175c9 100644
--- a/hierarchy.js
+++ b/hierarchy.js
@@ -20,7 +20,7 @@ var hierarchy =
[ "Chunk", "classChunk.html", null ],
[ "ChunkPacket::ChunkData", "structChunkPacket_1_1ChunkData.html", null ],
[ "ServerWorld::ChunkLoadUnloadData", "structServerWorld_1_1ChunkLoadUnloadData.html", null ],
- [ "WorldScene::ChunkMeshRenderData", "structWorldScene_1_1ChunkMeshRenderData.html", null ],
+ [ "ChunkMeshRenderData", "structChunkMeshRenderData.html", null ],
[ "Client", "classClient.html", null ],
[ "ClientPacketHandler", "classClientPacketHandler.html", null ],
[ "Connection", "classConnection.html", null ],
@@ -32,7 +32,6 @@ var hierarchy =
[ "CreateMeshData", "classCreateMeshData.html", null ],
[ "Sound::Data", "classSound_1_1Data.html", null ],
[ "Sound::DataChunk", "structSound_1_1DataChunk.html", null ],
- [ "WorldScene::DebugBlock", "structWorldScene_1_1DebugBlock.html", null ],
[ "DebugGui", "classDebugGui.html", null ],
[ "Descriptor", "classDescriptor.html", null ],
[ "ECS", "classECS.html", null ],
@@ -109,7 +108,7 @@ var hierarchy =
[ "Event::Manager", "classEvent_1_1Manager.html", null ],
[ "Mat4", "classMat4.html", null ],
[ "Mesh", "structMesh.html", null ],
- [ "WorldScene::MeshRenderData", "structWorldScene_1_1MeshRenderData.html", null ],
+ [ "MeshRenderData", "structMeshRenderData.html", null ],
[ "Mob", "classMob.html", null ],
[ "ModelMatrix_push_constant", "structModelMatrix__push__constant.html", null ],
[ "NetworkThread", "classNetworkThread.html", null ],
@@ -125,7 +124,7 @@ var hierarchy =
[ "Player", "classPlayer.html", null ],
[ "PlayerListPacket::PlayerInfo", "structPlayerListPacket_1_1PlayerInfo.html", null ],
[ "PlayerModel", "classPlayerModel.html", null ],
- [ "WorldScene::PlayerRenderData", "structWorldScene_1_1PlayerRenderData.html", null ],
+ [ "PlayerRenderData", "structPlayerRenderData.html", null ],
[ "ClientWorld::PlayerUseResult", "structClientWorld_1_1PlayerUseResult.html", null ],
[ "Poller", "classPoller.html", null ],
[ "QueueFamilyIndices", "structQueueFamilyIndices.html", null ],
@@ -164,8 +163,8 @@ var hierarchy =
[ "Transform", "classTransform.html", null ],
[ "UBO", "structUBO.html", null ],
[ "std::unordered_map", null, [
- [ "IdList< uint64_t, WorldScene::ChunkMeshRenderData >", "classIdList.html", null ],
- [ "IdList< uint64_t, WorldScene::MeshRenderData >", "classIdList.html", null ],
+ [ "IdList< uint64_t, ChunkMeshRenderData >", "classIdList.html", null ],
+ [ "IdList< uint64_t, MeshRenderData >", "classIdList.html", null ],
[ "IdList< Key, Value, container, IdGen >", "classIdList.html", null ]
] ],
[ "UpdateThread", "classUpdateThread.html", null ],
@@ -180,6 +179,5 @@ var hierarchy =
[ "ClientWorld", "classClientWorld.html", null ],
[ "ServerWorld", "classServerWorld.html", null ]
] ],
- [ "World::WorldGenerator", "classWorld_1_1WorldGenerator.html", null ],
- [ "WorldScene", "classWorldScene.html", null ]
+ [ "World::WorldGenerator", "classWorld_1_1WorldGenerator.html", null ]
];
\ No newline at end of file
diff --git a/inherit_graph_100.map b/inherit_graph_100.map
index 809e0c27..1f2f7bf2 100644
--- a/inherit_graph_100.map
+++ b/inherit_graph_100.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_100.md5 b/inherit_graph_100.md5
index ccb762dc..b1baa466 100644
--- a/inherit_graph_100.md5
+++ b/inherit_graph_100.md5
@@ -1 +1 @@
-a663f5ddeda336e228f4aa39605e561f
\ No newline at end of file
+43cf8507e53cd50c049f5e6e1416f31b
\ No newline at end of file
diff --git a/inherit_graph_100.png b/inherit_graph_100.png
index dd995a94..f3a78566 100644
Binary files a/inherit_graph_100.png and b/inherit_graph_100.png differ
diff --git a/inherit_graph_101.map b/inherit_graph_101.map
index c5bb48e9..c5ab8a18 100644
--- a/inherit_graph_101.map
+++ b/inherit_graph_101.map
@@ -1,4 +1,3 @@
-
-
+
diff --git a/inherit_graph_101.md5 b/inherit_graph_101.md5
index d2de8a5a..e3f42520 100644
--- a/inherit_graph_101.md5
+++ b/inherit_graph_101.md5
@@ -1 +1 @@
-51c1611f02fe5c28397f8af8e6836b2d
\ No newline at end of file
+20755fce9084a9dd76dcef0fa5e91b8f
\ No newline at end of file
diff --git a/inherit_graph_101.png b/inherit_graph_101.png
index d3817ca3..0bb7adbe 100644
Binary files a/inherit_graph_101.png and b/inherit_graph_101.png differ
diff --git a/inherit_graph_102.map b/inherit_graph_102.map
index 064f125f..c0eca51d 100644
--- a/inherit_graph_102.map
+++ b/inherit_graph_102.map
@@ -1,6 +1,3 @@
-
-
-
-
+
diff --git a/inherit_graph_102.md5 b/inherit_graph_102.md5
index f9e13cb9..d95cb2fc 100644
--- a/inherit_graph_102.md5
+++ b/inherit_graph_102.md5
@@ -1 +1 @@
-9d5321138ef1cd8659f6d77b04ed8c1a
\ No newline at end of file
+cd014d1956137a4dfc992dd4bd7003dd
\ No newline at end of file
diff --git a/inherit_graph_102.png b/inherit_graph_102.png
index 63a6af1a..a4e8cac7 100644
Binary files a/inherit_graph_102.png and b/inherit_graph_102.png differ
diff --git a/inherit_graph_103.map b/inherit_graph_103.map
index 2210e2a8..809e0c27 100644
--- a/inherit_graph_103.map
+++ b/inherit_graph_103.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_103.md5 b/inherit_graph_103.md5
index d4a98214..ccb762dc 100644
--- a/inherit_graph_103.md5
+++ b/inherit_graph_103.md5
@@ -1 +1 @@
-de8456fa1c622073793632c17f4f4964
\ No newline at end of file
+a663f5ddeda336e228f4aa39605e561f
\ No newline at end of file
diff --git a/inherit_graph_103.png b/inherit_graph_103.png
index 27006406..dd995a94 100644
Binary files a/inherit_graph_103.png and b/inherit_graph_103.png differ
diff --git a/inherit_graph_104.map b/inherit_graph_104.map
index e0ef1932..c5bb48e9 100644
--- a/inherit_graph_104.map
+++ b/inherit_graph_104.map
@@ -1,3 +1,4 @@
-
+
+
diff --git a/inherit_graph_104.md5 b/inherit_graph_104.md5
index eab68911..d2de8a5a 100644
--- a/inherit_graph_104.md5
+++ b/inherit_graph_104.md5
@@ -1 +1 @@
-eca0530249a87b05d803866381f67adf
\ No newline at end of file
+51c1611f02fe5c28397f8af8e6836b2d
\ No newline at end of file
diff --git a/inherit_graph_104.png b/inherit_graph_104.png
index 748e1c80..d3817ca3 100644
Binary files a/inherit_graph_104.png and b/inherit_graph_104.png differ
diff --git a/inherit_graph_105.map b/inherit_graph_105.map
index 7b30f542..3fea3744 100644
--- a/inherit_graph_105.map
+++ b/inherit_graph_105.map
@@ -1,3 +1,6 @@
-
+
+
+
+
diff --git a/inherit_graph_105.md5 b/inherit_graph_105.md5
index dcde72cb..733fc7d8 100644
--- a/inherit_graph_105.md5
+++ b/inherit_graph_105.md5
@@ -1 +1 @@
-548f8e6fc67b6bc2a9bb9034aca54f54
\ No newline at end of file
+3dc77816118c633dd432e90c2c3b81ab
\ No newline at end of file
diff --git a/inherit_graph_105.png b/inherit_graph_105.png
index 01934f12..414a0f9d 100644
Binary files a/inherit_graph_105.png and b/inherit_graph_105.png differ
diff --git a/inherit_graph_106.map b/inherit_graph_106.map
index 493aa47b..2210e2a8 100644
--- a/inherit_graph_106.map
+++ b/inherit_graph_106.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_106.md5 b/inherit_graph_106.md5
index ede5204b..d4a98214 100644
--- a/inherit_graph_106.md5
+++ b/inherit_graph_106.md5
@@ -1 +1 @@
-c3464ae59287efe14afb3ae5b892db0b
\ No newline at end of file
+de8456fa1c622073793632c17f4f4964
\ No newline at end of file
diff --git a/inherit_graph_106.png b/inherit_graph_106.png
index 83004457..27006406 100644
Binary files a/inherit_graph_106.png and b/inherit_graph_106.png differ
diff --git a/inherit_graph_107.map b/inherit_graph_107.map
index 82d66d8c..e0ef1932 100644
--- a/inherit_graph_107.map
+++ b/inherit_graph_107.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_107.md5 b/inherit_graph_107.md5
index b161f796..eab68911 100644
--- a/inherit_graph_107.md5
+++ b/inherit_graph_107.md5
@@ -1 +1 @@
-555c9f62fd24853f8dd5f14259b5ceec
\ No newline at end of file
+eca0530249a87b05d803866381f67adf
\ No newline at end of file
diff --git a/inherit_graph_107.png b/inherit_graph_107.png
index 0f0ead29..748e1c80 100644
Binary files a/inherit_graph_107.png and b/inherit_graph_107.png differ
diff --git a/inherit_graph_108.map b/inherit_graph_108.map
index 3c11e9bd..7b30f542 100644
--- a/inherit_graph_108.map
+++ b/inherit_graph_108.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_108.md5 b/inherit_graph_108.md5
index a9b3ed6c..dcde72cb 100644
--- a/inherit_graph_108.md5
+++ b/inherit_graph_108.md5
@@ -1 +1 @@
-2d2ebc9e96bd9752f6b63c68d9b88784
\ No newline at end of file
+548f8e6fc67b6bc2a9bb9034aca54f54
\ No newline at end of file
diff --git a/inherit_graph_108.png b/inherit_graph_108.png
index 885215c3..01934f12 100644
Binary files a/inherit_graph_108.png and b/inherit_graph_108.png differ
diff --git a/inherit_graph_109.map b/inherit_graph_109.map
index f5143819..493aa47b 100644
--- a/inherit_graph_109.map
+++ b/inherit_graph_109.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_109.md5 b/inherit_graph_109.md5
index 7fb3a710..ede5204b 100644
--- a/inherit_graph_109.md5
+++ b/inherit_graph_109.md5
@@ -1 +1 @@
-b164f7a865149d4be108f68da4db4c51
\ No newline at end of file
+c3464ae59287efe14afb3ae5b892db0b
\ No newline at end of file
diff --git a/inherit_graph_109.png b/inherit_graph_109.png
index 039c2d1e..83004457 100644
Binary files a/inherit_graph_109.png and b/inherit_graph_109.png differ
diff --git a/inherit_graph_110.map b/inherit_graph_110.map
index 09e22d56..82d66d8c 100644
--- a/inherit_graph_110.map
+++ b/inherit_graph_110.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_110.md5 b/inherit_graph_110.md5
index 14e1b07a..b161f796 100644
--- a/inherit_graph_110.md5
+++ b/inherit_graph_110.md5
@@ -1 +1 @@
-abb80489543d80f611047c28c3ca02fc
\ No newline at end of file
+555c9f62fd24853f8dd5f14259b5ceec
\ No newline at end of file
diff --git a/inherit_graph_110.png b/inherit_graph_110.png
index aec64497..0f0ead29 100644
Binary files a/inherit_graph_110.png and b/inherit_graph_110.png differ
diff --git a/inherit_graph_111.map b/inherit_graph_111.map
index d03e80de..3c11e9bd 100644
--- a/inherit_graph_111.map
+++ b/inherit_graph_111.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_111.md5 b/inherit_graph_111.md5
index 560fa407..a9b3ed6c 100644
--- a/inherit_graph_111.md5
+++ b/inherit_graph_111.md5
@@ -1 +1 @@
-58aca342ef0528423012247c4aa383ee
\ No newline at end of file
+2d2ebc9e96bd9752f6b63c68d9b88784
\ No newline at end of file
diff --git a/inherit_graph_111.png b/inherit_graph_111.png
index 8aeda99f..885215c3 100644
Binary files a/inherit_graph_111.png and b/inherit_graph_111.png differ
diff --git a/inherit_graph_112.map b/inherit_graph_112.map
index 77f2c3ea..f5143819 100644
--- a/inherit_graph_112.map
+++ b/inherit_graph_112.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_112.md5 b/inherit_graph_112.md5
index 22a84925..7fb3a710 100644
--- a/inherit_graph_112.md5
+++ b/inherit_graph_112.md5
@@ -1 +1 @@
-792b95225fb677d73407c4cbbe8ddafb
\ No newline at end of file
+b164f7a865149d4be108f68da4db4c51
\ No newline at end of file
diff --git a/inherit_graph_112.png b/inherit_graph_112.png
index 3fa09e91..039c2d1e 100644
Binary files a/inherit_graph_112.png and b/inherit_graph_112.png differ
diff --git a/inherit_graph_113.map b/inherit_graph_113.map
index 3c765845..09e22d56 100644
--- a/inherit_graph_113.map
+++ b/inherit_graph_113.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_113.md5 b/inherit_graph_113.md5
index f7f3bd60..14e1b07a 100644
--- a/inherit_graph_113.md5
+++ b/inherit_graph_113.md5
@@ -1 +1 @@
-47a158b5f671de1f2f1cb82a668af7f9
\ No newline at end of file
+abb80489543d80f611047c28c3ca02fc
\ No newline at end of file
diff --git a/inherit_graph_113.png b/inherit_graph_113.png
index f4e84026..aec64497 100644
Binary files a/inherit_graph_113.png and b/inherit_graph_113.png differ
diff --git a/inherit_graph_114.map b/inherit_graph_114.map
index 1a8d9c83..d03e80de 100644
--- a/inherit_graph_114.map
+++ b/inherit_graph_114.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_114.md5 b/inherit_graph_114.md5
index c1db062b..560fa407 100644
--- a/inherit_graph_114.md5
+++ b/inherit_graph_114.md5
@@ -1 +1 @@
-c97cc480f2530146532e6adcab8e7f4b
\ No newline at end of file
+58aca342ef0528423012247c4aa383ee
\ No newline at end of file
diff --git a/inherit_graph_114.png b/inherit_graph_114.png
index 52b8e0cf..8aeda99f 100644
Binary files a/inherit_graph_114.png and b/inherit_graph_114.png differ
diff --git a/inherit_graph_115.map b/inherit_graph_115.map
index 181aca30..77f2c3ea 100644
--- a/inherit_graph_115.map
+++ b/inherit_graph_115.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_115.md5 b/inherit_graph_115.md5
index 78ac9f4d..22a84925 100644
--- a/inherit_graph_115.md5
+++ b/inherit_graph_115.md5
@@ -1 +1 @@
-bcaf8e391ba6e69cf6f2dd2125b3755d
\ No newline at end of file
+792b95225fb677d73407c4cbbe8ddafb
\ No newline at end of file
diff --git a/inherit_graph_115.png b/inherit_graph_115.png
index 061e7cdf..3fa09e91 100644
Binary files a/inherit_graph_115.png and b/inherit_graph_115.png differ
diff --git a/inherit_graph_116.map b/inherit_graph_116.map
index 6e9ff8db..3c765845 100644
--- a/inherit_graph_116.map
+++ b/inherit_graph_116.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_116.md5 b/inherit_graph_116.md5
index fecd8890..f7f3bd60 100644
--- a/inherit_graph_116.md5
+++ b/inherit_graph_116.md5
@@ -1 +1 @@
-57f49447c45fe8027d18d1882d47038c
\ No newline at end of file
+47a158b5f671de1f2f1cb82a668af7f9
\ No newline at end of file
diff --git a/inherit_graph_116.png b/inherit_graph_116.png
index 01f437bf..f4e84026 100644
Binary files a/inherit_graph_116.png and b/inherit_graph_116.png differ
diff --git a/inherit_graph_117.map b/inherit_graph_117.map
index 8473107e..1a8d9c83 100644
--- a/inherit_graph_117.map
+++ b/inherit_graph_117.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_117.md5 b/inherit_graph_117.md5
index de80fb67..c1db062b 100644
--- a/inherit_graph_117.md5
+++ b/inherit_graph_117.md5
@@ -1 +1 @@
-4198ca49559dc6e68a8f4159ebe7fd77
\ No newline at end of file
+c97cc480f2530146532e6adcab8e7f4b
\ No newline at end of file
diff --git a/inherit_graph_117.png b/inherit_graph_117.png
index 43ccf82e..52b8e0cf 100644
Binary files a/inherit_graph_117.png and b/inherit_graph_117.png differ
diff --git a/inherit_graph_118.map b/inherit_graph_118.map
index a3a11489..181aca30 100644
--- a/inherit_graph_118.map
+++ b/inherit_graph_118.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_118.md5 b/inherit_graph_118.md5
index 45cf3ea7..78ac9f4d 100644
--- a/inherit_graph_118.md5
+++ b/inherit_graph_118.md5
@@ -1 +1 @@
-6938db89f6744092812cc49eaa24b80a
\ No newline at end of file
+bcaf8e391ba6e69cf6f2dd2125b3755d
\ No newline at end of file
diff --git a/inherit_graph_118.png b/inherit_graph_118.png
index c1daa087..061e7cdf 100644
Binary files a/inherit_graph_118.png and b/inherit_graph_118.png differ
diff --git a/inherit_graph_119.map b/inherit_graph_119.map
index 31fa6bc5..6e9ff8db 100644
--- a/inherit_graph_119.map
+++ b/inherit_graph_119.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_119.md5 b/inherit_graph_119.md5
index adaec6b1..fecd8890 100644
--- a/inherit_graph_119.md5
+++ b/inherit_graph_119.md5
@@ -1 +1 @@
-b9465dc2aea18ed79a9c7773c79cbe0b
\ No newline at end of file
+57f49447c45fe8027d18d1882d47038c
\ No newline at end of file
diff --git a/inherit_graph_119.png b/inherit_graph_119.png
index 6b540ba2..01f437bf 100644
Binary files a/inherit_graph_119.png and b/inherit_graph_119.png differ
diff --git a/inherit_graph_120.map b/inherit_graph_120.map
index fa8add59..8473107e 100644
--- a/inherit_graph_120.map
+++ b/inherit_graph_120.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_120.md5 b/inherit_graph_120.md5
index 39736427..de80fb67 100644
--- a/inherit_graph_120.md5
+++ b/inherit_graph_120.md5
@@ -1 +1 @@
-7db35c6e43be652c38f2759c817b0122
\ No newline at end of file
+4198ca49559dc6e68a8f4159ebe7fd77
\ No newline at end of file
diff --git a/inherit_graph_120.png b/inherit_graph_120.png
index 078bc89b..43ccf82e 100644
Binary files a/inherit_graph_120.png and b/inherit_graph_120.png differ
diff --git a/inherit_graph_121.map b/inherit_graph_121.map
index 429f435a..a3a11489 100644
--- a/inherit_graph_121.map
+++ b/inherit_graph_121.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_121.md5 b/inherit_graph_121.md5
index 7120aaa7..45cf3ea7 100644
--- a/inherit_graph_121.md5
+++ b/inherit_graph_121.md5
@@ -1 +1 @@
-22ef378e40f51a2d2cc9dd6a410ec37e
\ No newline at end of file
+6938db89f6744092812cc49eaa24b80a
\ No newline at end of file
diff --git a/inherit_graph_121.png b/inherit_graph_121.png
index e66dec22..c1daa087 100644
Binary files a/inherit_graph_121.png and b/inherit_graph_121.png differ
diff --git a/inherit_graph_122.map b/inherit_graph_122.map
index dcac1a30..31fa6bc5 100644
--- a/inherit_graph_122.map
+++ b/inherit_graph_122.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_122.md5 b/inherit_graph_122.md5
index 35bca92c..adaec6b1 100644
--- a/inherit_graph_122.md5
+++ b/inherit_graph_122.md5
@@ -1 +1 @@
-445e6d0d72b379a76f81f1301516943d
\ No newline at end of file
+b9465dc2aea18ed79a9c7773c79cbe0b
\ No newline at end of file
diff --git a/inherit_graph_122.png b/inherit_graph_122.png
index ace11b92..6b540ba2 100644
Binary files a/inherit_graph_122.png and b/inherit_graph_122.png differ
diff --git a/inherit_graph_123.map b/inherit_graph_123.map
index ca119c21..fa8add59 100644
--- a/inherit_graph_123.map
+++ b/inherit_graph_123.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_123.md5 b/inherit_graph_123.md5
index f379fd5b..39736427 100644
--- a/inherit_graph_123.md5
+++ b/inherit_graph_123.md5
@@ -1 +1 @@
-c64dd79211ba1b7cf163c0e3086fa2a0
\ No newline at end of file
+7db35c6e43be652c38f2759c817b0122
\ No newline at end of file
diff --git a/inherit_graph_123.png b/inherit_graph_123.png
index 0ccae13a..078bc89b 100644
Binary files a/inherit_graph_123.png and b/inherit_graph_123.png differ
diff --git a/inherit_graph_124.map b/inherit_graph_124.map
index 70375732..429f435a 100644
--- a/inherit_graph_124.map
+++ b/inherit_graph_124.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_124.md5 b/inherit_graph_124.md5
index 9f29ae14..7120aaa7 100644
--- a/inherit_graph_124.md5
+++ b/inherit_graph_124.md5
@@ -1 +1 @@
-24cd44fe1869eb58d5b4545bb78afbf2
\ No newline at end of file
+22ef378e40f51a2d2cc9dd6a410ec37e
\ No newline at end of file
diff --git a/inherit_graph_124.png b/inherit_graph_124.png
index 97e8e6e4..e66dec22 100644
Binary files a/inherit_graph_124.png and b/inherit_graph_124.png differ
diff --git a/inherit_graph_125.map b/inherit_graph_125.map
index 68a27421..dcac1a30 100644
--- a/inherit_graph_125.map
+++ b/inherit_graph_125.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_125.md5 b/inherit_graph_125.md5
index e7b142a0..35bca92c 100644
--- a/inherit_graph_125.md5
+++ b/inherit_graph_125.md5
@@ -1 +1 @@
-81036cde553570725e3a705be9565068
\ No newline at end of file
+445e6d0d72b379a76f81f1301516943d
\ No newline at end of file
diff --git a/inherit_graph_125.png b/inherit_graph_125.png
index 0c801771..ace11b92 100644
Binary files a/inherit_graph_125.png and b/inherit_graph_125.png differ
diff --git a/inherit_graph_126.map b/inherit_graph_126.map
index aaee1d04..ca119c21 100644
--- a/inherit_graph_126.map
+++ b/inherit_graph_126.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_126.md5 b/inherit_graph_126.md5
index 8968732b..f379fd5b 100644
--- a/inherit_graph_126.md5
+++ b/inherit_graph_126.md5
@@ -1 +1 @@
-4ace168cb196b7ff481060a1aae612bf
\ No newline at end of file
+c64dd79211ba1b7cf163c0e3086fa2a0
\ No newline at end of file
diff --git a/inherit_graph_126.png b/inherit_graph_126.png
index d65f272f..0ccae13a 100644
Binary files a/inherit_graph_126.png and b/inherit_graph_126.png differ
diff --git a/inherit_graph_127.map b/inherit_graph_127.map
index 8fe91527..70375732 100644
--- a/inherit_graph_127.map
+++ b/inherit_graph_127.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_127.md5 b/inherit_graph_127.md5
index e2d3ac5c..9f29ae14 100644
--- a/inherit_graph_127.md5
+++ b/inherit_graph_127.md5
@@ -1 +1 @@
-7f28f32d9a023280f68ce47cbbe65b7a
\ No newline at end of file
+24cd44fe1869eb58d5b4545bb78afbf2
\ No newline at end of file
diff --git a/inherit_graph_127.png b/inherit_graph_127.png
index 4a56e87a..97e8e6e4 100644
Binary files a/inherit_graph_127.png and b/inherit_graph_127.png differ
diff --git a/inherit_graph_128.map b/inherit_graph_128.map
index 1147def4..68a27421 100644
--- a/inherit_graph_128.map
+++ b/inherit_graph_128.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_128.md5 b/inherit_graph_128.md5
index 0aaeded7..e7b142a0 100644
--- a/inherit_graph_128.md5
+++ b/inherit_graph_128.md5
@@ -1 +1 @@
-5db932b416e9a8a5be39d3b0366c6ceb
\ No newline at end of file
+81036cde553570725e3a705be9565068
\ No newline at end of file
diff --git a/inherit_graph_128.png b/inherit_graph_128.png
index 03d903f0..0c801771 100644
Binary files a/inherit_graph_128.png and b/inherit_graph_128.png differ
diff --git a/inherit_graph_129.map b/inherit_graph_129.map
index 3b9e8eb7..aaee1d04 100644
--- a/inherit_graph_129.map
+++ b/inherit_graph_129.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_129.md5 b/inherit_graph_129.md5
index 75ee8a0e..8968732b 100644
--- a/inherit_graph_129.md5
+++ b/inherit_graph_129.md5
@@ -1 +1 @@
-49e498650f9f31cdc512554722029b36
\ No newline at end of file
+4ace168cb196b7ff481060a1aae612bf
\ No newline at end of file
diff --git a/inherit_graph_129.png b/inherit_graph_129.png
index 4660fa88..d65f272f 100644
Binary files a/inherit_graph_129.png and b/inherit_graph_129.png differ
diff --git a/inherit_graph_130.map b/inherit_graph_130.map
index b03242b5..8fe91527 100644
--- a/inherit_graph_130.map
+++ b/inherit_graph_130.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_130.md5 b/inherit_graph_130.md5
index c99e2031..e2d3ac5c 100644
--- a/inherit_graph_130.md5
+++ b/inherit_graph_130.md5
@@ -1 +1 @@
-b11c42cbce9d293163f83528cea447dc
\ No newline at end of file
+7f28f32d9a023280f68ce47cbbe65b7a
\ No newline at end of file
diff --git a/inherit_graph_130.png b/inherit_graph_130.png
index 600e68e2..4a56e87a 100644
Binary files a/inherit_graph_130.png and b/inherit_graph_130.png differ
diff --git a/inherit_graph_131.map b/inherit_graph_131.map
index 75b55dc7..1147def4 100644
--- a/inherit_graph_131.map
+++ b/inherit_graph_131.map
@@ -1,5 +1,3 @@
-
-
-
+
diff --git a/inherit_graph_131.md5 b/inherit_graph_131.md5
index fd40e47a..0aaeded7 100644
--- a/inherit_graph_131.md5
+++ b/inherit_graph_131.md5
@@ -1 +1 @@
-e37b9787a663c81aceaa440b197c0374
\ No newline at end of file
+5db932b416e9a8a5be39d3b0366c6ceb
\ No newline at end of file
diff --git a/inherit_graph_131.png b/inherit_graph_131.png
index 06a57209..03d903f0 100644
Binary files a/inherit_graph_131.png and b/inherit_graph_131.png differ
diff --git a/inherit_graph_132.map b/inherit_graph_132.map
index 37ce76ae..3b9e8eb7 100644
--- a/inherit_graph_132.map
+++ b/inherit_graph_132.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_132.md5 b/inherit_graph_132.md5
index 32a97893..75ee8a0e 100644
--- a/inherit_graph_132.md5
+++ b/inherit_graph_132.md5
@@ -1 +1 @@
-029d2f2a08d22342bb2df48f5c043721
\ No newline at end of file
+49e498650f9f31cdc512554722029b36
\ No newline at end of file
diff --git a/inherit_graph_132.png b/inherit_graph_132.png
index abc28fc2..4660fa88 100644
Binary files a/inherit_graph_132.png and b/inherit_graph_132.png differ
diff --git a/inherit_graph_133.map b/inherit_graph_133.map
index 9939c307..b03242b5 100644
--- a/inherit_graph_133.map
+++ b/inherit_graph_133.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_133.md5 b/inherit_graph_133.md5
index 12be9184..c99e2031 100644
--- a/inherit_graph_133.md5
+++ b/inherit_graph_133.md5
@@ -1 +1 @@
-c2bfe9413eb3837eb5de40ca2e1faebf
\ No newline at end of file
+b11c42cbce9d293163f83528cea447dc
\ No newline at end of file
diff --git a/inherit_graph_133.png b/inherit_graph_133.png
index 86a64b87..600e68e2 100644
Binary files a/inherit_graph_133.png and b/inherit_graph_133.png differ
diff --git a/inherit_graph_134.map b/inherit_graph_134.map
index a98671ba..75b55dc7 100644
--- a/inherit_graph_134.map
+++ b/inherit_graph_134.map
@@ -1,3 +1,5 @@
-
+
+
+
diff --git a/inherit_graph_134.md5 b/inherit_graph_134.md5
index ed39e34e..fd40e47a 100644
--- a/inherit_graph_134.md5
+++ b/inherit_graph_134.md5
@@ -1 +1 @@
-76cba03728d4ea39262fdd3eedf5a7fe
\ No newline at end of file
+e37b9787a663c81aceaa440b197c0374
\ No newline at end of file
diff --git a/inherit_graph_134.png b/inherit_graph_134.png
index 856a165d..06a57209 100644
Binary files a/inherit_graph_134.png and b/inherit_graph_134.png differ
diff --git a/inherit_graph_135.map b/inherit_graph_135.map
index 956179f9..37ce76ae 100644
--- a/inherit_graph_135.map
+++ b/inherit_graph_135.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_135.md5 b/inherit_graph_135.md5
index d5bc6925..32a97893 100644
--- a/inherit_graph_135.md5
+++ b/inherit_graph_135.md5
@@ -1 +1 @@
-1b1abbacdb0886bc3f992b44fd4f8d7e
\ No newline at end of file
+029d2f2a08d22342bb2df48f5c043721
\ No newline at end of file
diff --git a/inherit_graph_135.png b/inherit_graph_135.png
index c09c7eb5..abc28fc2 100644
Binary files a/inherit_graph_135.png and b/inherit_graph_135.png differ
diff --git a/inherit_graph_136.map b/inherit_graph_136.map
deleted file mode 100644
index badd5a5f..00000000
--- a/inherit_graph_136.map
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
diff --git a/inherit_graph_136.md5 b/inherit_graph_136.md5
deleted file mode 100644
index 669617a9..00000000
--- a/inherit_graph_136.md5
+++ /dev/null
@@ -1 +0,0 @@
-82eff2c17d4a74c151d9d0509c0839ea
\ No newline at end of file
diff --git a/inherit_graph_136.png b/inherit_graph_136.png
deleted file mode 100644
index 182931c6..00000000
Binary files a/inherit_graph_136.png and /dev/null differ
diff --git a/inherit_graph_137.map b/inherit_graph_137.map
deleted file mode 100644
index 596a0c04..00000000
--- a/inherit_graph_137.map
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
diff --git a/inherit_graph_137.md5 b/inherit_graph_137.md5
deleted file mode 100644
index c3adbd4c..00000000
--- a/inherit_graph_137.md5
+++ /dev/null
@@ -1 +0,0 @@
-4a4905c415fdabe776c3438ccf1e656d
\ No newline at end of file
diff --git a/inherit_graph_137.png b/inherit_graph_137.png
deleted file mode 100644
index d575c441..00000000
Binary files a/inherit_graph_137.png and /dev/null differ
diff --git a/inherit_graph_14.map b/inherit_graph_14.map
index 5351a220..ff0abdc3 100644
--- a/inherit_graph_14.map
+++ b/inherit_graph_14.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_14.md5 b/inherit_graph_14.md5
index 37d6998b..94c53737 100644
--- a/inherit_graph_14.md5
+++ b/inherit_graph_14.md5
@@ -1 +1 @@
-90fc7e3333b4631d6619c66fb27f4425
\ No newline at end of file
+b009c5585e9405d67ce276fa301755c5
\ No newline at end of file
diff --git a/inherit_graph_14.png b/inherit_graph_14.png
index 0cddcb25..9c727ea8 100644
Binary files a/inherit_graph_14.png and b/inherit_graph_14.png differ
diff --git a/inherit_graph_15.map b/inherit_graph_15.map
index 76b10829..5351a220 100644
--- a/inherit_graph_15.map
+++ b/inherit_graph_15.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_15.md5 b/inherit_graph_15.md5
index f02c6a3e..37d6998b 100644
--- a/inherit_graph_15.md5
+++ b/inherit_graph_15.md5
@@ -1 +1 @@
-73edbddce2981809b3f52ef0c1a103a9
\ No newline at end of file
+90fc7e3333b4631d6619c66fb27f4425
\ No newline at end of file
diff --git a/inherit_graph_15.png b/inherit_graph_15.png
index 1176c981..0cddcb25 100644
Binary files a/inherit_graph_15.png and b/inherit_graph_15.png differ
diff --git a/inherit_graph_16.map b/inherit_graph_16.map
index 9035b9ae..76b10829 100644
--- a/inherit_graph_16.map
+++ b/inherit_graph_16.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_16.md5 b/inherit_graph_16.md5
index 3872d5b5..f02c6a3e 100644
--- a/inherit_graph_16.md5
+++ b/inherit_graph_16.md5
@@ -1 +1 @@
-9d8266943f2bbfe9b0e8c3b226b4fc99
\ No newline at end of file
+73edbddce2981809b3f52ef0c1a103a9
\ No newline at end of file
diff --git a/inherit_graph_16.png b/inherit_graph_16.png
index 7edacb39..1176c981 100644
Binary files a/inherit_graph_16.png and b/inherit_graph_16.png differ
diff --git a/inherit_graph_17.map b/inherit_graph_17.map
index 176d13bb..9035b9ae 100644
--- a/inherit_graph_17.map
+++ b/inherit_graph_17.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_17.md5 b/inherit_graph_17.md5
index 00972afc..3872d5b5 100644
--- a/inherit_graph_17.md5
+++ b/inherit_graph_17.md5
@@ -1 +1 @@
-bc88d422cfcb86f0dd8c7061b90acf07
\ No newline at end of file
+9d8266943f2bbfe9b0e8c3b226b4fc99
\ No newline at end of file
diff --git a/inherit_graph_17.png b/inherit_graph_17.png
index 48430ec1..7edacb39 100644
Binary files a/inherit_graph_17.png and b/inherit_graph_17.png differ
diff --git a/inherit_graph_18.map b/inherit_graph_18.map
index 5080b530..176d13bb 100644
--- a/inherit_graph_18.map
+++ b/inherit_graph_18.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_18.md5 b/inherit_graph_18.md5
index 8060c80c..00972afc 100644
--- a/inherit_graph_18.md5
+++ b/inherit_graph_18.md5
@@ -1 +1 @@
-80ff9e9ad2773248dc1a8ba3c8375101
\ No newline at end of file
+bc88d422cfcb86f0dd8c7061b90acf07
\ No newline at end of file
diff --git a/inherit_graph_18.png b/inherit_graph_18.png
index 5adbb606..48430ec1 100644
Binary files a/inherit_graph_18.png and b/inherit_graph_18.png differ
diff --git a/inherit_graph_19.map b/inherit_graph_19.map
index 4da73f0d..5080b530 100644
--- a/inherit_graph_19.map
+++ b/inherit_graph_19.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_19.md5 b/inherit_graph_19.md5
index 7edba63c..8060c80c 100644
--- a/inherit_graph_19.md5
+++ b/inherit_graph_19.md5
@@ -1 +1 @@
-94a7470de081532e205ba5645a9932ca
\ No newline at end of file
+80ff9e9ad2773248dc1a8ba3c8375101
\ No newline at end of file
diff --git a/inherit_graph_19.png b/inherit_graph_19.png
index 44534e6c..5adbb606 100644
Binary files a/inherit_graph_19.png and b/inherit_graph_19.png differ
diff --git a/inherit_graph_20.map b/inherit_graph_20.map
index ce5c9d40..4da73f0d 100644
--- a/inherit_graph_20.map
+++ b/inherit_graph_20.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_20.md5 b/inherit_graph_20.md5
index 75f933ac..7edba63c 100644
--- a/inherit_graph_20.md5
+++ b/inherit_graph_20.md5
@@ -1 +1 @@
-9a16a89188b16da32cf697daecdcb8af
\ No newline at end of file
+94a7470de081532e205ba5645a9932ca
\ No newline at end of file
diff --git a/inherit_graph_20.png b/inherit_graph_20.png
index dc6ffd4f..44534e6c 100644
Binary files a/inherit_graph_20.png and b/inherit_graph_20.png differ
diff --git a/inherit_graph_21.map b/inherit_graph_21.map
index 552c922c..ce5c9d40 100644
--- a/inherit_graph_21.map
+++ b/inherit_graph_21.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_21.md5 b/inherit_graph_21.md5
index c3b6db2a..75f933ac 100644
--- a/inherit_graph_21.md5
+++ b/inherit_graph_21.md5
@@ -1 +1 @@
-fe59a615f313bc9888a1493ee33cc1f6
\ No newline at end of file
+9a16a89188b16da32cf697daecdcb8af
\ No newline at end of file
diff --git a/inherit_graph_21.png b/inherit_graph_21.png
index 3a4306b8..dc6ffd4f 100644
Binary files a/inherit_graph_21.png and b/inherit_graph_21.png differ
diff --git a/inherit_graph_22.map b/inherit_graph_22.map
index 25dc2f43..552c922c 100644
--- a/inherit_graph_22.map
+++ b/inherit_graph_22.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_22.md5 b/inherit_graph_22.md5
index 1b6ea792..c3b6db2a 100644
--- a/inherit_graph_22.md5
+++ b/inherit_graph_22.md5
@@ -1 +1 @@
-14a52ab3d9c22d0b8359914b2816d13e
\ No newline at end of file
+fe59a615f313bc9888a1493ee33cc1f6
\ No newline at end of file
diff --git a/inherit_graph_22.png b/inherit_graph_22.png
index c683efd0..3a4306b8 100644
Binary files a/inherit_graph_22.png and b/inherit_graph_22.png differ
diff --git a/inherit_graph_23.map b/inherit_graph_23.map
index c5ecb67a..25dc2f43 100644
--- a/inherit_graph_23.map
+++ b/inherit_graph_23.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_23.md5 b/inherit_graph_23.md5
index 5e6a9a28..1b6ea792 100644
--- a/inherit_graph_23.md5
+++ b/inherit_graph_23.md5
@@ -1 +1 @@
-280988ac4b743dd3a19cff229991f245
\ No newline at end of file
+14a52ab3d9c22d0b8359914b2816d13e
\ No newline at end of file
diff --git a/inherit_graph_23.png b/inherit_graph_23.png
index 22ad81dc..c683efd0 100644
Binary files a/inherit_graph_23.png and b/inherit_graph_23.png differ
diff --git a/inherit_graph_24.map b/inherit_graph_24.map
index e42ff99c..c5ecb67a 100644
--- a/inherit_graph_24.map
+++ b/inherit_graph_24.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_24.md5 b/inherit_graph_24.md5
index d2defe90..5e6a9a28 100644
--- a/inherit_graph_24.md5
+++ b/inherit_graph_24.md5
@@ -1 +1 @@
-a16fabac902fc24d352cdbefd383e84c
\ No newline at end of file
+280988ac4b743dd3a19cff229991f245
\ No newline at end of file
diff --git a/inherit_graph_24.png b/inherit_graph_24.png
index 8ae8ba58..22ad81dc 100644
Binary files a/inherit_graph_24.png and b/inherit_graph_24.png differ
diff --git a/inherit_graph_25.map b/inherit_graph_25.map
index 2e3dfb3d..e42ff99c 100644
--- a/inherit_graph_25.map
+++ b/inherit_graph_25.map
@@ -1,4 +1,3 @@
-
-
+
diff --git a/inherit_graph_25.md5 b/inherit_graph_25.md5
index 74d9b89c..d2defe90 100644
--- a/inherit_graph_25.md5
+++ b/inherit_graph_25.md5
@@ -1 +1 @@
-23a704a65bcf5cca3c48c632e4a5aec7
\ No newline at end of file
+a16fabac902fc24d352cdbefd383e84c
\ No newline at end of file
diff --git a/inherit_graph_25.png b/inherit_graph_25.png
index f98061da..8ae8ba58 100644
Binary files a/inherit_graph_25.png and b/inherit_graph_25.png differ
diff --git a/inherit_graph_26.map b/inherit_graph_26.map
index 58bd9bb8..2e3dfb3d 100644
--- a/inherit_graph_26.map
+++ b/inherit_graph_26.map
@@ -1,4 +1,4 @@
-
-
+
+
diff --git a/inherit_graph_26.md5 b/inherit_graph_26.md5
index 05387eaa..74d9b89c 100644
--- a/inherit_graph_26.md5
+++ b/inherit_graph_26.md5
@@ -1 +1 @@
-3eef386d0fae9d6de229e16d6e7ce341
\ No newline at end of file
+23a704a65bcf5cca3c48c632e4a5aec7
\ No newline at end of file
diff --git a/inherit_graph_26.png b/inherit_graph_26.png
index 51ccde9e..f98061da 100644
Binary files a/inherit_graph_26.png and b/inherit_graph_26.png differ
diff --git a/inherit_graph_27.map b/inherit_graph_27.map
index 273f6c3d..58bd9bb8 100644
--- a/inherit_graph_27.map
+++ b/inherit_graph_27.map
@@ -1,3 +1,4 @@
-
+
+
diff --git a/inherit_graph_27.md5 b/inherit_graph_27.md5
index 5c17cef5..05387eaa 100644
--- a/inherit_graph_27.md5
+++ b/inherit_graph_27.md5
@@ -1 +1 @@
-244bba0b33b84f31faa4a93a75036b43
\ No newline at end of file
+3eef386d0fae9d6de229e16d6e7ce341
\ No newline at end of file
diff --git a/inherit_graph_27.png b/inherit_graph_27.png
index 9891ab05..51ccde9e 100644
Binary files a/inherit_graph_27.png and b/inherit_graph_27.png differ
diff --git a/inherit_graph_28.map b/inherit_graph_28.map
index 20845907..273f6c3d 100644
--- a/inherit_graph_28.map
+++ b/inherit_graph_28.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_28.md5 b/inherit_graph_28.md5
index 13043b0e..5c17cef5 100644
--- a/inherit_graph_28.md5
+++ b/inherit_graph_28.md5
@@ -1 +1 @@
-9098f7e92e89422553a6f6971c7710fb
\ No newline at end of file
+244bba0b33b84f31faa4a93a75036b43
\ No newline at end of file
diff --git a/inherit_graph_28.png b/inherit_graph_28.png
index 7c57446e..9891ab05 100644
Binary files a/inherit_graph_28.png and b/inherit_graph_28.png differ
diff --git a/inherit_graph_29.map b/inherit_graph_29.map
index bbada434..20845907 100644
--- a/inherit_graph_29.map
+++ b/inherit_graph_29.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_29.md5 b/inherit_graph_29.md5
index 06d8a477..13043b0e 100644
--- a/inherit_graph_29.md5
+++ b/inherit_graph_29.md5
@@ -1 +1 @@
-2fe53772b69748f86e6a5ea6bc0276d3
\ No newline at end of file
+9098f7e92e89422553a6f6971c7710fb
\ No newline at end of file
diff --git a/inherit_graph_29.png b/inherit_graph_29.png
index e4bfa632..7c57446e 100644
Binary files a/inherit_graph_29.png and b/inherit_graph_29.png differ
diff --git a/inherit_graph_30.map b/inherit_graph_30.map
index 8f653f52..bbada434 100644
--- a/inherit_graph_30.map
+++ b/inherit_graph_30.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_30.md5 b/inherit_graph_30.md5
index b71b9a74..06d8a477 100644
--- a/inherit_graph_30.md5
+++ b/inherit_graph_30.md5
@@ -1 +1 @@
-7be24c006559c820da3a0069940a2828
\ No newline at end of file
+2fe53772b69748f86e6a5ea6bc0276d3
\ No newline at end of file
diff --git a/inherit_graph_30.png b/inherit_graph_30.png
index 2031ba5d..e4bfa632 100644
Binary files a/inherit_graph_30.png and b/inherit_graph_30.png differ
diff --git a/inherit_graph_31.map b/inherit_graph_31.map
index e51e1576..8f653f52 100644
--- a/inherit_graph_31.map
+++ b/inherit_graph_31.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_31.md5 b/inherit_graph_31.md5
index 8174b7ab..b71b9a74 100644
--- a/inherit_graph_31.md5
+++ b/inherit_graph_31.md5
@@ -1 +1 @@
-16ab14be659859076c3c88ba2e498d91
\ No newline at end of file
+7be24c006559c820da3a0069940a2828
\ No newline at end of file
diff --git a/inherit_graph_31.png b/inherit_graph_31.png
index 18520646..2031ba5d 100644
Binary files a/inherit_graph_31.png and b/inherit_graph_31.png differ
diff --git a/inherit_graph_32.map b/inherit_graph_32.map
index 56b2d7e6..e51e1576 100644
--- a/inherit_graph_32.map
+++ b/inherit_graph_32.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_32.md5 b/inherit_graph_32.md5
index 01190066..8174b7ab 100644
--- a/inherit_graph_32.md5
+++ b/inherit_graph_32.md5
@@ -1 +1 @@
-56aa0df94a213cb27e131869770eaeb1
\ No newline at end of file
+16ab14be659859076c3c88ba2e498d91
\ No newline at end of file
diff --git a/inherit_graph_32.png b/inherit_graph_32.png
index 0ef9e17d..18520646 100644
Binary files a/inherit_graph_32.png and b/inherit_graph_32.png differ
diff --git a/inherit_graph_33.map b/inherit_graph_33.map
index 1c38766b..56b2d7e6 100644
--- a/inherit_graph_33.map
+++ b/inherit_graph_33.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_33.md5 b/inherit_graph_33.md5
index 0825ac27..01190066 100644
--- a/inherit_graph_33.md5
+++ b/inherit_graph_33.md5
@@ -1 +1 @@
-e7e8f167b070e4eb64a2830a3c6a382c
\ No newline at end of file
+56aa0df94a213cb27e131869770eaeb1
\ No newline at end of file
diff --git a/inherit_graph_33.png b/inherit_graph_33.png
index c02b2e2e..0ef9e17d 100644
Binary files a/inherit_graph_33.png and b/inherit_graph_33.png differ
diff --git a/inherit_graph_34.map b/inherit_graph_34.map
index 9e151a56..1c38766b 100644
--- a/inherit_graph_34.map
+++ b/inherit_graph_34.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_34.md5 b/inherit_graph_34.md5
index 4aa67f5a..0825ac27 100644
--- a/inherit_graph_34.md5
+++ b/inherit_graph_34.md5
@@ -1 +1 @@
-6f5628894fa470676bf60f82c0e12b92
\ No newline at end of file
+e7e8f167b070e4eb64a2830a3c6a382c
\ No newline at end of file
diff --git a/inherit_graph_34.png b/inherit_graph_34.png
index 6af0e9de..c02b2e2e 100644
Binary files a/inherit_graph_34.png and b/inherit_graph_34.png differ
diff --git a/inherit_graph_35.map b/inherit_graph_35.map
index bf338ef0..9e151a56 100644
--- a/inherit_graph_35.map
+++ b/inherit_graph_35.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_35.md5 b/inherit_graph_35.md5
index d2bcd976..4aa67f5a 100644
--- a/inherit_graph_35.md5
+++ b/inherit_graph_35.md5
@@ -1 +1 @@
-daa90b0c1fe6265fa664e2e3137e0fca
\ No newline at end of file
+6f5628894fa470676bf60f82c0e12b92
\ No newline at end of file
diff --git a/inherit_graph_35.png b/inherit_graph_35.png
index 82e0fae5..6af0e9de 100644
Binary files a/inherit_graph_35.png and b/inherit_graph_35.png differ
diff --git a/inherit_graph_36.map b/inherit_graph_36.map
index cc3acad4..bf338ef0 100644
--- a/inherit_graph_36.map
+++ b/inherit_graph_36.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_36.md5 b/inherit_graph_36.md5
index cacbb56d..d2bcd976 100644
--- a/inherit_graph_36.md5
+++ b/inherit_graph_36.md5
@@ -1 +1 @@
-4880be816d672d386d1186ac86ed60bf
\ No newline at end of file
+daa90b0c1fe6265fa664e2e3137e0fca
\ No newline at end of file
diff --git a/inherit_graph_36.png b/inherit_graph_36.png
index bcdae222..82e0fae5 100644
Binary files a/inherit_graph_36.png and b/inherit_graph_36.png differ
diff --git a/inherit_graph_37.map b/inherit_graph_37.map
index 98c638a9..cc3acad4 100644
--- a/inherit_graph_37.map
+++ b/inherit_graph_37.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_37.md5 b/inherit_graph_37.md5
index ad971828..cacbb56d 100644
--- a/inherit_graph_37.md5
+++ b/inherit_graph_37.md5
@@ -1 +1 @@
-57093ccaa01d85279af68ba2cae03515
\ No newline at end of file
+4880be816d672d386d1186ac86ed60bf
\ No newline at end of file
diff --git a/inherit_graph_37.png b/inherit_graph_37.png
index c809d08a..bcdae222 100644
Binary files a/inherit_graph_37.png and b/inherit_graph_37.png differ
diff --git a/inherit_graph_38.map b/inherit_graph_38.map
index 77b3d606..98c638a9 100644
--- a/inherit_graph_38.map
+++ b/inherit_graph_38.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_38.md5 b/inherit_graph_38.md5
index 098ae675..ad971828 100644
--- a/inherit_graph_38.md5
+++ b/inherit_graph_38.md5
@@ -1 +1 @@
-099d448825dc5da3397bd2a68a91ea4f
\ No newline at end of file
+57093ccaa01d85279af68ba2cae03515
\ No newline at end of file
diff --git a/inherit_graph_38.png b/inherit_graph_38.png
index f30e49b9..c809d08a 100644
Binary files a/inherit_graph_38.png and b/inherit_graph_38.png differ
diff --git a/inherit_graph_39.map b/inherit_graph_39.map
index 6568f38e..77b3d606 100644
--- a/inherit_graph_39.map
+++ b/inherit_graph_39.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_39.md5 b/inherit_graph_39.md5
index 189c6b74..098ae675 100644
--- a/inherit_graph_39.md5
+++ b/inherit_graph_39.md5
@@ -1 +1 @@
-c21c3e278bd31e248782e04708213577
\ No newline at end of file
+099d448825dc5da3397bd2a68a91ea4f
\ No newline at end of file
diff --git a/inherit_graph_39.png b/inherit_graph_39.png
index 57328317..f30e49b9 100644
Binary files a/inherit_graph_39.png and b/inherit_graph_39.png differ
diff --git a/inherit_graph_40.map b/inherit_graph_40.map
index 63b5eef1..6568f38e 100644
--- a/inherit_graph_40.map
+++ b/inherit_graph_40.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_40.md5 b/inherit_graph_40.md5
index d68f2ed9..189c6b74 100644
--- a/inherit_graph_40.md5
+++ b/inherit_graph_40.md5
@@ -1 +1 @@
-a4804d06ed761816dc177f3a7825d624
\ No newline at end of file
+c21c3e278bd31e248782e04708213577
\ No newline at end of file
diff --git a/inherit_graph_40.png b/inherit_graph_40.png
index afe491bc..57328317 100644
Binary files a/inherit_graph_40.png and b/inherit_graph_40.png differ
diff --git a/inherit_graph_41.map b/inherit_graph_41.map
index 606eb8ec..63b5eef1 100644
--- a/inherit_graph_41.map
+++ b/inherit_graph_41.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_41.md5 b/inherit_graph_41.md5
index 83843b46..d68f2ed9 100644
--- a/inherit_graph_41.md5
+++ b/inherit_graph_41.md5
@@ -1 +1 @@
-fb1df241eb6b2a294db6c8426049762d
\ No newline at end of file
+a4804d06ed761816dc177f3a7825d624
\ No newline at end of file
diff --git a/inherit_graph_41.png b/inherit_graph_41.png
index ac50096c..afe491bc 100644
Binary files a/inherit_graph_41.png and b/inherit_graph_41.png differ
diff --git a/inherit_graph_42.map b/inherit_graph_42.map
index d56bdae5..606eb8ec 100644
--- a/inherit_graph_42.map
+++ b/inherit_graph_42.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_42.md5 b/inherit_graph_42.md5
index b9b58bd8..83843b46 100644
--- a/inherit_graph_42.md5
+++ b/inherit_graph_42.md5
@@ -1 +1 @@
-44e1ca45a6142667e3d2295b830dfda0
\ No newline at end of file
+fb1df241eb6b2a294db6c8426049762d
\ No newline at end of file
diff --git a/inherit_graph_42.png b/inherit_graph_42.png
index 70f76493..ac50096c 100644
Binary files a/inherit_graph_42.png and b/inherit_graph_42.png differ
diff --git a/inherit_graph_43.map b/inherit_graph_43.map
index 58187cab..d56bdae5 100644
--- a/inherit_graph_43.map
+++ b/inherit_graph_43.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_43.md5 b/inherit_graph_43.md5
index 5121f1ff..b9b58bd8 100644
--- a/inherit_graph_43.md5
+++ b/inherit_graph_43.md5
@@ -1 +1 @@
-5283110f853739bfa882614aa514615a
\ No newline at end of file
+44e1ca45a6142667e3d2295b830dfda0
\ No newline at end of file
diff --git a/inherit_graph_43.png b/inherit_graph_43.png
index 27e37999..70f76493 100644
Binary files a/inherit_graph_43.png and b/inherit_graph_43.png differ
diff --git a/inherit_graph_44.map b/inherit_graph_44.map
index 3f597dcb..58187cab 100644
--- a/inherit_graph_44.map
+++ b/inherit_graph_44.map
@@ -1,14 +1,3 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/inherit_graph_44.md5 b/inherit_graph_44.md5
index ec91f070..5121f1ff 100644
--- a/inherit_graph_44.md5
+++ b/inherit_graph_44.md5
@@ -1 +1 @@
-a517261de1d3259df725173af1d53b81
\ No newline at end of file
+5283110f853739bfa882614aa514615a
\ No newline at end of file
diff --git a/inherit_graph_44.png b/inherit_graph_44.png
index 582166c6..27e37999 100644
Binary files a/inherit_graph_44.png and b/inherit_graph_44.png differ
diff --git a/inherit_graph_45.map b/inherit_graph_45.map
index f15a252e..3f597dcb 100644
--- a/inherit_graph_45.map
+++ b/inherit_graph_45.map
@@ -1,4 +1,14 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/inherit_graph_45.md5 b/inherit_graph_45.md5
index 83f2dbc8..ec91f070 100644
--- a/inherit_graph_45.md5
+++ b/inherit_graph_45.md5
@@ -1 +1 @@
-47af685f7eb652f3b0f7d430e0806d64
\ No newline at end of file
+a517261de1d3259df725173af1d53b81
\ No newline at end of file
diff --git a/inherit_graph_45.png b/inherit_graph_45.png
index 398db36d..582166c6 100644
Binary files a/inherit_graph_45.png and b/inherit_graph_45.png differ
diff --git a/inherit_graph_46.map b/inherit_graph_46.map
index 33b7ebc2..f15a252e 100644
--- a/inherit_graph_46.map
+++ b/inherit_graph_46.map
@@ -1,3 +1,4 @@
-
+
+
diff --git a/inherit_graph_46.md5 b/inherit_graph_46.md5
index 8ef97323..83f2dbc8 100644
--- a/inherit_graph_46.md5
+++ b/inherit_graph_46.md5
@@ -1 +1 @@
-bc3562fceb723fe2c2cfaafe44b44871
\ No newline at end of file
+47af685f7eb652f3b0f7d430e0806d64
\ No newline at end of file
diff --git a/inherit_graph_46.png b/inherit_graph_46.png
index 46829965..398db36d 100644
Binary files a/inherit_graph_46.png and b/inherit_graph_46.png differ
diff --git a/inherit_graph_47.map b/inherit_graph_47.map
index bef12dc2..33b7ebc2 100644
--- a/inherit_graph_47.map
+++ b/inherit_graph_47.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_47.md5 b/inherit_graph_47.md5
index b42143e0..8ef97323 100644
--- a/inherit_graph_47.md5
+++ b/inherit_graph_47.md5
@@ -1 +1 @@
-80aabba0e5e25cbc217721692f795f1b
\ No newline at end of file
+bc3562fceb723fe2c2cfaafe44b44871
\ No newline at end of file
diff --git a/inherit_graph_47.png b/inherit_graph_47.png
index 226dd847..46829965 100644
Binary files a/inherit_graph_47.png and b/inherit_graph_47.png differ
diff --git a/inherit_graph_48.map b/inherit_graph_48.map
index 2a0530e0..bef12dc2 100644
--- a/inherit_graph_48.map
+++ b/inherit_graph_48.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_48.md5 b/inherit_graph_48.md5
index a35cfe9e..b42143e0 100644
--- a/inherit_graph_48.md5
+++ b/inherit_graph_48.md5
@@ -1 +1 @@
-147e8c1cc321b62265cf05fd447f7cc1
\ No newline at end of file
+80aabba0e5e25cbc217721692f795f1b
\ No newline at end of file
diff --git a/inherit_graph_48.png b/inherit_graph_48.png
index d40a5b6d..226dd847 100644
Binary files a/inherit_graph_48.png and b/inherit_graph_48.png differ
diff --git a/inherit_graph_49.map b/inherit_graph_49.map
index d6b98c86..2a0530e0 100644
--- a/inherit_graph_49.map
+++ b/inherit_graph_49.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_49.md5 b/inherit_graph_49.md5
index b0eb16b9..a35cfe9e 100644
--- a/inherit_graph_49.md5
+++ b/inherit_graph_49.md5
@@ -1 +1 @@
-c50303cbf8bef6aa79beada8cb459e32
\ No newline at end of file
+147e8c1cc321b62265cf05fd447f7cc1
\ No newline at end of file
diff --git a/inherit_graph_49.png b/inherit_graph_49.png
index a4407d47..d40a5b6d 100644
Binary files a/inherit_graph_49.png and b/inherit_graph_49.png differ
diff --git a/inherit_graph_50.map b/inherit_graph_50.map
index 8e635a32..d6b98c86 100644
--- a/inherit_graph_50.map
+++ b/inherit_graph_50.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_50.md5 b/inherit_graph_50.md5
index 9d91d60a..b0eb16b9 100644
--- a/inherit_graph_50.md5
+++ b/inherit_graph_50.md5
@@ -1 +1 @@
-08be42949ebdbf47311d8959d3729468
\ No newline at end of file
+c50303cbf8bef6aa79beada8cb459e32
\ No newline at end of file
diff --git a/inherit_graph_50.png b/inherit_graph_50.png
index 0816c99d..a4407d47 100644
Binary files a/inherit_graph_50.png and b/inherit_graph_50.png differ
diff --git a/inherit_graph_51.map b/inherit_graph_51.map
index 300ab1c1..8e635a32 100644
--- a/inherit_graph_51.map
+++ b/inherit_graph_51.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_51.md5 b/inherit_graph_51.md5
index 5e1a5008..9d91d60a 100644
--- a/inherit_graph_51.md5
+++ b/inherit_graph_51.md5
@@ -1 +1 @@
-0a530888aa1bb6bde821daca803c90f0
\ No newline at end of file
+08be42949ebdbf47311d8959d3729468
\ No newline at end of file
diff --git a/inherit_graph_51.png b/inherit_graph_51.png
index 283b110b..0816c99d 100644
Binary files a/inherit_graph_51.png and b/inherit_graph_51.png differ
diff --git a/inherit_graph_52.map b/inherit_graph_52.map
index 6329c052..300ab1c1 100644
--- a/inherit_graph_52.map
+++ b/inherit_graph_52.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_52.md5 b/inherit_graph_52.md5
index 6c4f4a79..5e1a5008 100644
--- a/inherit_graph_52.md5
+++ b/inherit_graph_52.md5
@@ -1 +1 @@
-45d5849e1cae208e919f4510f98a049a
\ No newline at end of file
+0a530888aa1bb6bde821daca803c90f0
\ No newline at end of file
diff --git a/inherit_graph_52.png b/inherit_graph_52.png
index 8d6ae6c9..283b110b 100644
Binary files a/inherit_graph_52.png and b/inherit_graph_52.png differ
diff --git a/inherit_graph_53.map b/inherit_graph_53.map
index 14975886..6329c052 100644
--- a/inherit_graph_53.map
+++ b/inherit_graph_53.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_53.md5 b/inherit_graph_53.md5
index 402bcdab..6c4f4a79 100644
--- a/inherit_graph_53.md5
+++ b/inherit_graph_53.md5
@@ -1 +1 @@
-d77f9ea25f6fd9845003205fed3e2edf
\ No newline at end of file
+45d5849e1cae208e919f4510f98a049a
\ No newline at end of file
diff --git a/inherit_graph_53.png b/inherit_graph_53.png
index d4b0f71f..8d6ae6c9 100644
Binary files a/inherit_graph_53.png and b/inherit_graph_53.png differ
diff --git a/inherit_graph_54.map b/inherit_graph_54.map
index cb7f4e9c..14975886 100644
--- a/inherit_graph_54.map
+++ b/inherit_graph_54.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_54.md5 b/inherit_graph_54.md5
index 2db3743c..402bcdab 100644
--- a/inherit_graph_54.md5
+++ b/inherit_graph_54.md5
@@ -1 +1 @@
-d5a101857138d54e102a5cd9f4407dcc
\ No newline at end of file
+d77f9ea25f6fd9845003205fed3e2edf
\ No newline at end of file
diff --git a/inherit_graph_54.png b/inherit_graph_54.png
index cd589539..d4b0f71f 100644
Binary files a/inherit_graph_54.png and b/inherit_graph_54.png differ
diff --git a/inherit_graph_55.map b/inherit_graph_55.map
index 069e9c26..cf6cf49a 100644
--- a/inherit_graph_55.map
+++ b/inherit_graph_55.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_55.md5 b/inherit_graph_55.md5
index 14da1386..1c93db40 100644
--- a/inherit_graph_55.md5
+++ b/inherit_graph_55.md5
@@ -1 +1 @@
-380a1884c90206604a835d5dc1b916cb
\ No newline at end of file
+98c49284d2e46fa78d11b1b2b89dcb08
\ No newline at end of file
diff --git a/inherit_graph_55.png b/inherit_graph_55.png
index e425071f..cc173698 100644
Binary files a/inherit_graph_55.png and b/inherit_graph_55.png differ
diff --git a/inherit_graph_56.map b/inherit_graph_56.map
index 597ea415..cb7f4e9c 100644
--- a/inherit_graph_56.map
+++ b/inherit_graph_56.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_56.md5 b/inherit_graph_56.md5
index 84edc5e2..2db3743c 100644
--- a/inherit_graph_56.md5
+++ b/inherit_graph_56.md5
@@ -1 +1 @@
-3674e384a08ed9f1231aff16288aa8cf
\ No newline at end of file
+d5a101857138d54e102a5cd9f4407dcc
\ No newline at end of file
diff --git a/inherit_graph_56.png b/inherit_graph_56.png
index 07013237..cd589539 100644
Binary files a/inherit_graph_56.png and b/inherit_graph_56.png differ
diff --git a/inherit_graph_57.map b/inherit_graph_57.map
index ae524002..069e9c26 100644
--- a/inherit_graph_57.map
+++ b/inherit_graph_57.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_57.md5 b/inherit_graph_57.md5
index f7e59429..14da1386 100644
--- a/inherit_graph_57.md5
+++ b/inherit_graph_57.md5
@@ -1 +1 @@
-e2156b9f496ed1322287dee7ef866b76
\ No newline at end of file
+380a1884c90206604a835d5dc1b916cb
\ No newline at end of file
diff --git a/inherit_graph_57.png b/inherit_graph_57.png
index 45981672..e425071f 100644
Binary files a/inherit_graph_57.png and b/inherit_graph_57.png differ
diff --git a/inherit_graph_58.map b/inherit_graph_58.map
index 5be7945b..597ea415 100644
--- a/inherit_graph_58.map
+++ b/inherit_graph_58.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_58.md5 b/inherit_graph_58.md5
index 7ab2086d..84edc5e2 100644
--- a/inherit_graph_58.md5
+++ b/inherit_graph_58.md5
@@ -1 +1 @@
-4278dac221bf556014dbcf2fc7187706
\ No newline at end of file
+3674e384a08ed9f1231aff16288aa8cf
\ No newline at end of file
diff --git a/inherit_graph_58.png b/inherit_graph_58.png
index 66ed2ad3..07013237 100644
Binary files a/inherit_graph_58.png and b/inherit_graph_58.png differ
diff --git a/inherit_graph_59.map b/inherit_graph_59.map
index 7c308e2f..ae524002 100644
--- a/inherit_graph_59.map
+++ b/inherit_graph_59.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_59.md5 b/inherit_graph_59.md5
index 1bd3365e..f7e59429 100644
--- a/inherit_graph_59.md5
+++ b/inherit_graph_59.md5
@@ -1 +1 @@
-d5c2a38a89860e00bb3f06f6b96549af
\ No newline at end of file
+e2156b9f496ed1322287dee7ef866b76
\ No newline at end of file
diff --git a/inherit_graph_59.png b/inherit_graph_59.png
index acd1f8b6..45981672 100644
Binary files a/inherit_graph_59.png and b/inherit_graph_59.png differ
diff --git a/inherit_graph_60.map b/inherit_graph_60.map
index abd388f6..5be7945b 100644
--- a/inherit_graph_60.map
+++ b/inherit_graph_60.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_60.md5 b/inherit_graph_60.md5
index e65df0f2..7ab2086d 100644
--- a/inherit_graph_60.md5
+++ b/inherit_graph_60.md5
@@ -1 +1 @@
-6c842c702da1b591e3e362743762e06d
\ No newline at end of file
+4278dac221bf556014dbcf2fc7187706
\ No newline at end of file
diff --git a/inherit_graph_60.png b/inherit_graph_60.png
index c4179b36..66ed2ad3 100644
Binary files a/inherit_graph_60.png and b/inherit_graph_60.png differ
diff --git a/inherit_graph_61.map b/inherit_graph_61.map
index e4d32920..7c308e2f 100644
--- a/inherit_graph_61.map
+++ b/inherit_graph_61.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_61.md5 b/inherit_graph_61.md5
index 78b0732b..1bd3365e 100644
--- a/inherit_graph_61.md5
+++ b/inherit_graph_61.md5
@@ -1 +1 @@
-2def5eca6d13083ce339f035e43ddde7
\ No newline at end of file
+d5c2a38a89860e00bb3f06f6b96549af
\ No newline at end of file
diff --git a/inherit_graph_61.png b/inherit_graph_61.png
index e38016f4..acd1f8b6 100644
Binary files a/inherit_graph_61.png and b/inherit_graph_61.png differ
diff --git a/inherit_graph_62.map b/inherit_graph_62.map
index 25f6377d..abd388f6 100644
--- a/inherit_graph_62.map
+++ b/inherit_graph_62.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_62.md5 b/inherit_graph_62.md5
index 39a100d1..e65df0f2 100644
--- a/inherit_graph_62.md5
+++ b/inherit_graph_62.md5
@@ -1 +1 @@
-4208231599dd774dbbc5b78239cbbd2a
\ No newline at end of file
+6c842c702da1b591e3e362743762e06d
\ No newline at end of file
diff --git a/inherit_graph_62.png b/inherit_graph_62.png
index bc1517a0..c4179b36 100644
Binary files a/inherit_graph_62.png and b/inherit_graph_62.png differ
diff --git a/inherit_graph_63.map b/inherit_graph_63.map
index f68e0902..e4d32920 100644
--- a/inherit_graph_63.map
+++ b/inherit_graph_63.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_63.md5 b/inherit_graph_63.md5
index 00d8f05e..78b0732b 100644
--- a/inherit_graph_63.md5
+++ b/inherit_graph_63.md5
@@ -1 +1 @@
-8548072559ed0e63bb3557476e423f5f
\ No newline at end of file
+2def5eca6d13083ce339f035e43ddde7
\ No newline at end of file
diff --git a/inherit_graph_63.png b/inherit_graph_63.png
index d81135d2..e38016f4 100644
Binary files a/inherit_graph_63.png and b/inherit_graph_63.png differ
diff --git a/inherit_graph_64.map b/inherit_graph_64.map
index 5a8a69ef..25f6377d 100644
--- a/inherit_graph_64.map
+++ b/inherit_graph_64.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_64.md5 b/inherit_graph_64.md5
index 6f007e21..39a100d1 100644
--- a/inherit_graph_64.md5
+++ b/inherit_graph_64.md5
@@ -1 +1 @@
-8b9df2a2112552cac5fa01ab478e24a9
\ No newline at end of file
+4208231599dd774dbbc5b78239cbbd2a
\ No newline at end of file
diff --git a/inherit_graph_64.png b/inherit_graph_64.png
index 1a9eeb5d..bc1517a0 100644
Binary files a/inherit_graph_64.png and b/inherit_graph_64.png differ
diff --git a/inherit_graph_65.map b/inherit_graph_65.map
index c0b5b3ae..f68e0902 100644
--- a/inherit_graph_65.map
+++ b/inherit_graph_65.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_65.md5 b/inherit_graph_65.md5
index c16d05d5..00d8f05e 100644
--- a/inherit_graph_65.md5
+++ b/inherit_graph_65.md5
@@ -1 +1 @@
-cd4143a493e94152e7027f22f026533d
\ No newline at end of file
+8548072559ed0e63bb3557476e423f5f
\ No newline at end of file
diff --git a/inherit_graph_65.png b/inherit_graph_65.png
index 3f4873c3..d81135d2 100644
Binary files a/inherit_graph_65.png and b/inherit_graph_65.png differ
diff --git a/inherit_graph_66.map b/inherit_graph_66.map
index 4d5579f2..5a8a69ef 100644
--- a/inherit_graph_66.map
+++ b/inherit_graph_66.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_66.md5 b/inherit_graph_66.md5
index 4442d404..6f007e21 100644
--- a/inherit_graph_66.md5
+++ b/inherit_graph_66.md5
@@ -1 +1 @@
-e1d5a1a2f2f39e0605fb281612f6c504
\ No newline at end of file
+8b9df2a2112552cac5fa01ab478e24a9
\ No newline at end of file
diff --git a/inherit_graph_66.png b/inherit_graph_66.png
index 852cb546..1a9eeb5d 100644
Binary files a/inherit_graph_66.png and b/inherit_graph_66.png differ
diff --git a/inherit_graph_67.map b/inherit_graph_67.map
index e7195cd8..c0b5b3ae 100644
--- a/inherit_graph_67.map
+++ b/inherit_graph_67.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_67.md5 b/inherit_graph_67.md5
index 47501b6e..c16d05d5 100644
--- a/inherit_graph_67.md5
+++ b/inherit_graph_67.md5
@@ -1 +1 @@
-3244357ab40eb618f3a1f92122400d22
\ No newline at end of file
+cd4143a493e94152e7027f22f026533d
\ No newline at end of file
diff --git a/inherit_graph_67.png b/inherit_graph_67.png
index 50c6163d..3f4873c3 100644
Binary files a/inherit_graph_67.png and b/inherit_graph_67.png differ
diff --git a/inherit_graph_68.map b/inherit_graph_68.map
index 4225dd06..4d5579f2 100644
--- a/inherit_graph_68.map
+++ b/inherit_graph_68.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_68.md5 b/inherit_graph_68.md5
index 80144f2a..4442d404 100644
--- a/inherit_graph_68.md5
+++ b/inherit_graph_68.md5
@@ -1 +1 @@
-cb204a460ed1181f291748f1a7a691ae
\ No newline at end of file
+e1d5a1a2f2f39e0605fb281612f6c504
\ No newline at end of file
diff --git a/inherit_graph_68.png b/inherit_graph_68.png
index 4f107e7d..852cb546 100644
Binary files a/inherit_graph_68.png and b/inherit_graph_68.png differ
diff --git a/inherit_graph_69.map b/inherit_graph_69.map
index 4adde50e..e7195cd8 100644
--- a/inherit_graph_69.map
+++ b/inherit_graph_69.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_69.md5 b/inherit_graph_69.md5
index f57fd00a..47501b6e 100644
--- a/inherit_graph_69.md5
+++ b/inherit_graph_69.md5
@@ -1 +1 @@
-51afb4ac2414dcd56524783013f79bc2
\ No newline at end of file
+3244357ab40eb618f3a1f92122400d22
\ No newline at end of file
diff --git a/inherit_graph_69.png b/inherit_graph_69.png
index 52475957..50c6163d 100644
Binary files a/inherit_graph_69.png and b/inherit_graph_69.png differ
diff --git a/inherit_graph_70.map b/inherit_graph_70.map
index d1bcdb79..4225dd06 100644
--- a/inherit_graph_70.map
+++ b/inherit_graph_70.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_70.md5 b/inherit_graph_70.md5
index fd4acd7e..80144f2a 100644
--- a/inherit_graph_70.md5
+++ b/inherit_graph_70.md5
@@ -1 +1 @@
-13925a773c2be4a92128b84d1e1fd077
\ No newline at end of file
+cb204a460ed1181f291748f1a7a691ae
\ No newline at end of file
diff --git a/inherit_graph_70.png b/inherit_graph_70.png
index 6a8848bb..4f107e7d 100644
Binary files a/inherit_graph_70.png and b/inherit_graph_70.png differ
diff --git a/inherit_graph_71.map b/inherit_graph_71.map
index 0e4d59f6..87d0553d 100644
--- a/inherit_graph_71.map
+++ b/inherit_graph_71.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_71.md5 b/inherit_graph_71.md5
index faeb7114..b175771c 100644
--- a/inherit_graph_71.md5
+++ b/inherit_graph_71.md5
@@ -1 +1 @@
-be9dcafc911bf55fe84b6192efd6b2c4
\ No newline at end of file
+e60724619af282294e796db01fc9e112
\ No newline at end of file
diff --git a/inherit_graph_71.png b/inherit_graph_71.png
index 342e21fb..21d68d8b 100644
Binary files a/inherit_graph_71.png and b/inherit_graph_71.png differ
diff --git a/inherit_graph_72.map b/inherit_graph_72.map
index e1098502..4adde50e 100644
--- a/inherit_graph_72.map
+++ b/inherit_graph_72.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_72.md5 b/inherit_graph_72.md5
index 1d35f884..f57fd00a 100644
--- a/inherit_graph_72.md5
+++ b/inherit_graph_72.md5
@@ -1 +1 @@
-5111250dbe8c7d99f3b4a40b47a9d79a
\ No newline at end of file
+51afb4ac2414dcd56524783013f79bc2
\ No newline at end of file
diff --git a/inherit_graph_72.png b/inherit_graph_72.png
index 5747ebff..52475957 100644
Binary files a/inherit_graph_72.png and b/inherit_graph_72.png differ
diff --git a/inherit_graph_73.map b/inherit_graph_73.map
index f617f681..d1bcdb79 100644
--- a/inherit_graph_73.map
+++ b/inherit_graph_73.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_73.md5 b/inherit_graph_73.md5
index 53f123f9..fd4acd7e 100644
--- a/inherit_graph_73.md5
+++ b/inherit_graph_73.md5
@@ -1 +1 @@
-e4b9437ef45cb24a66ebadafe2a3b185
\ No newline at end of file
+13925a773c2be4a92128b84d1e1fd077
\ No newline at end of file
diff --git a/inherit_graph_73.png b/inherit_graph_73.png
index 443f7ac9..6a8848bb 100644
Binary files a/inherit_graph_73.png and b/inherit_graph_73.png differ
diff --git a/inherit_graph_74.map b/inherit_graph_74.map
index 02c7088d..0e4d59f6 100644
--- a/inherit_graph_74.map
+++ b/inherit_graph_74.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_74.md5 b/inherit_graph_74.md5
index 9d8c4d77..faeb7114 100644
--- a/inherit_graph_74.md5
+++ b/inherit_graph_74.md5
@@ -1 +1 @@
-50da358031b6a93d115cac895458aa66
\ No newline at end of file
+be9dcafc911bf55fe84b6192efd6b2c4
\ No newline at end of file
diff --git a/inherit_graph_74.png b/inherit_graph_74.png
index 69096c98..342e21fb 100644
Binary files a/inherit_graph_74.png and b/inherit_graph_74.png differ
diff --git a/inherit_graph_75.map b/inherit_graph_75.map
index 2f30c339..e1098502 100644
--- a/inherit_graph_75.map
+++ b/inherit_graph_75.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_75.md5 b/inherit_graph_75.md5
index 4e85d1c3..1d35f884 100644
--- a/inherit_graph_75.md5
+++ b/inherit_graph_75.md5
@@ -1 +1 @@
-99fe8203b37dfc892952f80fb2ce5ef1
\ No newline at end of file
+5111250dbe8c7d99f3b4a40b47a9d79a
\ No newline at end of file
diff --git a/inherit_graph_75.png b/inherit_graph_75.png
index 9195ff43..5747ebff 100644
Binary files a/inherit_graph_75.png and b/inherit_graph_75.png differ
diff --git a/inherit_graph_76.map b/inherit_graph_76.map
index cec6c0ae..f617f681 100644
--- a/inherit_graph_76.map
+++ b/inherit_graph_76.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_76.md5 b/inherit_graph_76.md5
index 6ff364a2..53f123f9 100644
--- a/inherit_graph_76.md5
+++ b/inherit_graph_76.md5
@@ -1 +1 @@
-4071796fa9745586d1acd485b03fc5ef
\ No newline at end of file
+e4b9437ef45cb24a66ebadafe2a3b185
\ No newline at end of file
diff --git a/inherit_graph_76.png b/inherit_graph_76.png
index 7dbc5c06..443f7ac9 100644
Binary files a/inherit_graph_76.png and b/inherit_graph_76.png differ
diff --git a/inherit_graph_77.map b/inherit_graph_77.map
index 41df1c2d..02c7088d 100644
--- a/inherit_graph_77.map
+++ b/inherit_graph_77.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_77.md5 b/inherit_graph_77.md5
index 86cacb8b..9d8c4d77 100644
--- a/inherit_graph_77.md5
+++ b/inherit_graph_77.md5
@@ -1 +1 @@
-aa1d8a363e5ac9067862d9c984b3fc57
\ No newline at end of file
+50da358031b6a93d115cac895458aa66
\ No newline at end of file
diff --git a/inherit_graph_77.png b/inherit_graph_77.png
index f1d35093..69096c98 100644
Binary files a/inherit_graph_77.png and b/inherit_graph_77.png differ
diff --git a/inherit_graph_78.map b/inherit_graph_78.map
index 0958c1c4..2f30c339 100644
--- a/inherit_graph_78.map
+++ b/inherit_graph_78.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_78.md5 b/inherit_graph_78.md5
index db635039..4e85d1c3 100644
--- a/inherit_graph_78.md5
+++ b/inherit_graph_78.md5
@@ -1 +1 @@
-3b26b895d3258d244e7c9b877e83e455
\ No newline at end of file
+99fe8203b37dfc892952f80fb2ce5ef1
\ No newline at end of file
diff --git a/inherit_graph_78.png b/inherit_graph_78.png
index eb730152..9195ff43 100644
Binary files a/inherit_graph_78.png and b/inherit_graph_78.png differ
diff --git a/inherit_graph_79.map b/inherit_graph_79.map
index 3e779f52..cec6c0ae 100644
--- a/inherit_graph_79.map
+++ b/inherit_graph_79.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_79.md5 b/inherit_graph_79.md5
index 9514e9f5..6ff364a2 100644
--- a/inherit_graph_79.md5
+++ b/inherit_graph_79.md5
@@ -1 +1 @@
-d46668f4acc605265db0ea866d455d20
\ No newline at end of file
+4071796fa9745586d1acd485b03fc5ef
\ No newline at end of file
diff --git a/inherit_graph_79.png b/inherit_graph_79.png
index 4d4bf0fe..7dbc5c06 100644
Binary files a/inherit_graph_79.png and b/inherit_graph_79.png differ
diff --git a/inherit_graph_80.map b/inherit_graph_80.map
index e2fef240..41df1c2d 100644
--- a/inherit_graph_80.map
+++ b/inherit_graph_80.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_80.md5 b/inherit_graph_80.md5
index 79d74e51..86cacb8b 100644
--- a/inherit_graph_80.md5
+++ b/inherit_graph_80.md5
@@ -1 +1 @@
-337df8a61463ff9fda9e7ee993d31fbb
\ No newline at end of file
+aa1d8a363e5ac9067862d9c984b3fc57
\ No newline at end of file
diff --git a/inherit_graph_80.png b/inherit_graph_80.png
index e11780cc..f1d35093 100644
Binary files a/inherit_graph_80.png and b/inherit_graph_80.png differ
diff --git a/inherit_graph_81.map b/inherit_graph_81.map
index 8d2f6e3a..0958c1c4 100644
--- a/inherit_graph_81.map
+++ b/inherit_graph_81.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_81.md5 b/inherit_graph_81.md5
index f8b9c651..db635039 100644
--- a/inherit_graph_81.md5
+++ b/inherit_graph_81.md5
@@ -1 +1 @@
-916f3923cbbe6ea3eac9a11cb2323ba4
\ No newline at end of file
+3b26b895d3258d244e7c9b877e83e455
\ No newline at end of file
diff --git a/inherit_graph_81.png b/inherit_graph_81.png
index e0217006..eb730152 100644
Binary files a/inherit_graph_81.png and b/inherit_graph_81.png differ
diff --git a/inherit_graph_82.map b/inherit_graph_82.map
index 8356c05c..3e779f52 100644
--- a/inherit_graph_82.map
+++ b/inherit_graph_82.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_82.md5 b/inherit_graph_82.md5
index 01fc7a5d..9514e9f5 100644
--- a/inherit_graph_82.md5
+++ b/inherit_graph_82.md5
@@ -1 +1 @@
-8075a937fff457bd7c6f5684c5acbd22
\ No newline at end of file
+d46668f4acc605265db0ea866d455d20
\ No newline at end of file
diff --git a/inherit_graph_82.png b/inherit_graph_82.png
index 890ee2b5..4d4bf0fe 100644
Binary files a/inherit_graph_82.png and b/inherit_graph_82.png differ
diff --git a/inherit_graph_83.map b/inherit_graph_83.map
index 2512613b..e2fef240 100644
--- a/inherit_graph_83.map
+++ b/inherit_graph_83.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_83.md5 b/inherit_graph_83.md5
index 53adc644..79d74e51 100644
--- a/inherit_graph_83.md5
+++ b/inherit_graph_83.md5
@@ -1 +1 @@
-1ab64f3d42d8cc137cef889ddc8b82ba
\ No newline at end of file
+337df8a61463ff9fda9e7ee993d31fbb
\ No newline at end of file
diff --git a/inherit_graph_83.png b/inherit_graph_83.png
index fbfe932c..e11780cc 100644
Binary files a/inherit_graph_83.png and b/inherit_graph_83.png differ
diff --git a/inherit_graph_84.map b/inherit_graph_84.map
index e114cd7d..8d2f6e3a 100644
--- a/inherit_graph_84.map
+++ b/inherit_graph_84.map
@@ -1,6 +1,3 @@
-
-
-
-
+
diff --git a/inherit_graph_84.md5 b/inherit_graph_84.md5
index 8b8567d1..f8b9c651 100644
--- a/inherit_graph_84.md5
+++ b/inherit_graph_84.md5
@@ -1 +1 @@
-d207be70e59af974bc2f727a52be0fa7
\ No newline at end of file
+916f3923cbbe6ea3eac9a11cb2323ba4
\ No newline at end of file
diff --git a/inherit_graph_84.png b/inherit_graph_84.png
index b6f43a4e..e0217006 100644
Binary files a/inherit_graph_84.png and b/inherit_graph_84.png differ
diff --git a/inherit_graph_85.map b/inherit_graph_85.map
index f4f59978..8356c05c 100644
--- a/inherit_graph_85.map
+++ b/inherit_graph_85.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_85.md5 b/inherit_graph_85.md5
index 7c7cee51..01fc7a5d 100644
--- a/inherit_graph_85.md5
+++ b/inherit_graph_85.md5
@@ -1 +1 @@
-87f5ac263143d5e977a08b1953287512
\ No newline at end of file
+8075a937fff457bd7c6f5684c5acbd22
\ No newline at end of file
diff --git a/inherit_graph_85.png b/inherit_graph_85.png
index 6f6db378..890ee2b5 100644
Binary files a/inherit_graph_85.png and b/inherit_graph_85.png differ
diff --git a/inherit_graph_86.map b/inherit_graph_86.map
index df104a83..2512613b 100644
--- a/inherit_graph_86.map
+++ b/inherit_graph_86.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_86.md5 b/inherit_graph_86.md5
index b49ae3e4..53adc644 100644
--- a/inherit_graph_86.md5
+++ b/inherit_graph_86.md5
@@ -1 +1 @@
-ff20b4ab5d831480963b69aac4524be9
\ No newline at end of file
+1ab64f3d42d8cc137cef889ddc8b82ba
\ No newline at end of file
diff --git a/inherit_graph_86.png b/inherit_graph_86.png
index df505538..fbfe932c 100644
Binary files a/inherit_graph_86.png and b/inherit_graph_86.png differ
diff --git a/inherit_graph_87.map b/inherit_graph_87.map
index 42885cf6..e114cd7d 100644
--- a/inherit_graph_87.map
+++ b/inherit_graph_87.map
@@ -1,3 +1,6 @@
-
+
+
+
+
diff --git a/inherit_graph_87.md5 b/inherit_graph_87.md5
index 622293c2..8b8567d1 100644
--- a/inherit_graph_87.md5
+++ b/inherit_graph_87.md5
@@ -1 +1 @@
-f172cebacfc906c31df473393db36a4b
\ No newline at end of file
+d207be70e59af974bc2f727a52be0fa7
\ No newline at end of file
diff --git a/inherit_graph_87.png b/inherit_graph_87.png
index 24bda3c2..b6f43a4e 100644
Binary files a/inherit_graph_87.png and b/inherit_graph_87.png differ
diff --git a/inherit_graph_88.map b/inherit_graph_88.map
index 5a20eeb5..f4f59978 100644
--- a/inherit_graph_88.map
+++ b/inherit_graph_88.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_88.md5 b/inherit_graph_88.md5
index 6946c52f..7c7cee51 100644
--- a/inherit_graph_88.md5
+++ b/inherit_graph_88.md5
@@ -1 +1 @@
-c357468c2a420bbb4b9d14517ba16b64
\ No newline at end of file
+87f5ac263143d5e977a08b1953287512
\ No newline at end of file
diff --git a/inherit_graph_88.png b/inherit_graph_88.png
index 9cf98b14..6f6db378 100644
Binary files a/inherit_graph_88.png and b/inherit_graph_88.png differ
diff --git a/inherit_graph_89.map b/inherit_graph_89.map
index 00f249c1..df104a83 100644
--- a/inherit_graph_89.map
+++ b/inherit_graph_89.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_89.md5 b/inherit_graph_89.md5
index 5e84a147..b49ae3e4 100644
--- a/inherit_graph_89.md5
+++ b/inherit_graph_89.md5
@@ -1 +1 @@
-57d09a712116b12a5b4a0b963021ffe5
\ No newline at end of file
+ff20b4ab5d831480963b69aac4524be9
\ No newline at end of file
diff --git a/inherit_graph_89.png b/inherit_graph_89.png
index 289c46a3..df505538 100644
Binary files a/inherit_graph_89.png and b/inherit_graph_89.png differ
diff --git a/inherit_graph_90.map b/inherit_graph_90.map
index 735a1ec4..42885cf6 100644
--- a/inherit_graph_90.map
+++ b/inherit_graph_90.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_90.md5 b/inherit_graph_90.md5
index c67b9261..622293c2 100644
--- a/inherit_graph_90.md5
+++ b/inherit_graph_90.md5
@@ -1 +1 @@
-a68112d0d96208a6a286df08bef96a93
\ No newline at end of file
+f172cebacfc906c31df473393db36a4b
\ No newline at end of file
diff --git a/inherit_graph_90.png b/inherit_graph_90.png
index ed7af01a..24bda3c2 100644
Binary files a/inherit_graph_90.png and b/inherit_graph_90.png differ
diff --git a/inherit_graph_91.map b/inherit_graph_91.map
index a3c3b83f..5a20eeb5 100644
--- a/inherit_graph_91.map
+++ b/inherit_graph_91.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_91.md5 b/inherit_graph_91.md5
index e5ddd99f..6946c52f 100644
--- a/inherit_graph_91.md5
+++ b/inherit_graph_91.md5
@@ -1 +1 @@
-0d7447545325955bbbfdcbb3fffa6e22
\ No newline at end of file
+c357468c2a420bbb4b9d14517ba16b64
\ No newline at end of file
diff --git a/inherit_graph_91.png b/inherit_graph_91.png
index 50d9954f..9cf98b14 100644
Binary files a/inherit_graph_91.png and b/inherit_graph_91.png differ
diff --git a/inherit_graph_92.map b/inherit_graph_92.map
index d52b353c..00f249c1 100644
--- a/inherit_graph_92.map
+++ b/inherit_graph_92.map
@@ -1,4 +1,3 @@
-
-
+
diff --git a/inherit_graph_92.md5 b/inherit_graph_92.md5
index 7d237404..5e84a147 100644
--- a/inherit_graph_92.md5
+++ b/inherit_graph_92.md5
@@ -1 +1 @@
-bd4a37caa4c0c16fb383e3250a408155
\ No newline at end of file
+57d09a712116b12a5b4a0b963021ffe5
\ No newline at end of file
diff --git a/inherit_graph_92.png b/inherit_graph_92.png
index 7972abd8..289c46a3 100644
Binary files a/inherit_graph_92.png and b/inherit_graph_92.png differ
diff --git a/inherit_graph_93.map b/inherit_graph_93.map
index 7444c0b8..735a1ec4 100644
--- a/inherit_graph_93.map
+++ b/inherit_graph_93.map
@@ -1,10 +1,3 @@
-
-
-
-
-
-
-
-
+
diff --git a/inherit_graph_93.md5 b/inherit_graph_93.md5
index 6cb59bd6..c67b9261 100644
--- a/inherit_graph_93.md5
+++ b/inherit_graph_93.md5
@@ -1 +1 @@
-a478779e31a52d733b1cb9e640e6a0fc
\ No newline at end of file
+a68112d0d96208a6a286df08bef96a93
\ No newline at end of file
diff --git a/inherit_graph_93.png b/inherit_graph_93.png
index 843356ed..ed7af01a 100644
Binary files a/inherit_graph_93.png and b/inherit_graph_93.png differ
diff --git a/inherit_graph_94.map b/inherit_graph_94.map
index 85b02e10..a3c3b83f 100644
--- a/inherit_graph_94.map
+++ b/inherit_graph_94.map
@@ -1,4 +1,3 @@
-
-
+
diff --git a/inherit_graph_94.md5 b/inherit_graph_94.md5
index 4dafb670..e5ddd99f 100644
--- a/inherit_graph_94.md5
+++ b/inherit_graph_94.md5
@@ -1 +1 @@
-420dc772189177496fb97cfe2e1e52cf
\ No newline at end of file
+0d7447545325955bbbfdcbb3fffa6e22
\ No newline at end of file
diff --git a/inherit_graph_94.png b/inherit_graph_94.png
index 65749adf..50d9954f 100644
Binary files a/inherit_graph_94.png and b/inherit_graph_94.png differ
diff --git a/inherit_graph_95.map b/inherit_graph_95.map
index c0d1ef29..d52b353c 100644
--- a/inherit_graph_95.map
+++ b/inherit_graph_95.map
@@ -1,3 +1,4 @@
-
+
+
diff --git a/inherit_graph_95.md5 b/inherit_graph_95.md5
index 46590284..7d237404 100644
--- a/inherit_graph_95.md5
+++ b/inherit_graph_95.md5
@@ -1 +1 @@
-1420e7480ff6cc24eef40a0edd986e68
\ No newline at end of file
+bd4a37caa4c0c16fb383e3250a408155
\ No newline at end of file
diff --git a/inherit_graph_95.png b/inherit_graph_95.png
index 1cc0d24d..7972abd8 100644
Binary files a/inherit_graph_95.png and b/inherit_graph_95.png differ
diff --git a/inherit_graph_96.map b/inherit_graph_96.map
index d4ef844b..7444c0b8 100644
--- a/inherit_graph_96.map
+++ b/inherit_graph_96.map
@@ -1,3 +1,10 @@
-
+
+
+
+
+
+
+
+
diff --git a/inherit_graph_96.md5 b/inherit_graph_96.md5
index a523e682..6cb59bd6 100644
--- a/inherit_graph_96.md5
+++ b/inherit_graph_96.md5
@@ -1 +1 @@
-edb7850f10bd30c1c3f01b8964a7563e
\ No newline at end of file
+a478779e31a52d733b1cb9e640e6a0fc
\ No newline at end of file
diff --git a/inherit_graph_96.png b/inherit_graph_96.png
index 51b660b9..843356ed 100644
Binary files a/inherit_graph_96.png and b/inherit_graph_96.png differ
diff --git a/inherit_graph_97.map b/inherit_graph_97.map
index 1f2f7bf2..85b02e10 100644
--- a/inherit_graph_97.map
+++ b/inherit_graph_97.map
@@ -1,3 +1,4 @@
-
+
+
diff --git a/inherit_graph_97.md5 b/inherit_graph_97.md5
index b1baa466..4dafb670 100644
--- a/inherit_graph_97.md5
+++ b/inherit_graph_97.md5
@@ -1 +1 @@
-43cf8507e53cd50c049f5e6e1416f31b
\ No newline at end of file
+420dc772189177496fb97cfe2e1e52cf
\ No newline at end of file
diff --git a/inherit_graph_97.png b/inherit_graph_97.png
index f3a78566..65749adf 100644
Binary files a/inherit_graph_97.png and b/inherit_graph_97.png differ
diff --git a/inherit_graph_98.map b/inherit_graph_98.map
index c5ab8a18..c0d1ef29 100644
--- a/inherit_graph_98.map
+++ b/inherit_graph_98.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_98.md5 b/inherit_graph_98.md5
index e3f42520..46590284 100644
--- a/inherit_graph_98.md5
+++ b/inherit_graph_98.md5
@@ -1 +1 @@
-20755fce9084a9dd76dcef0fa5e91b8f
\ No newline at end of file
+1420e7480ff6cc24eef40a0edd986e68
\ No newline at end of file
diff --git a/inherit_graph_98.png b/inherit_graph_98.png
index 0bb7adbe..1cc0d24d 100644
Binary files a/inherit_graph_98.png and b/inherit_graph_98.png differ
diff --git a/inherit_graph_99.map b/inherit_graph_99.map
index c0eca51d..d4ef844b 100644
--- a/inherit_graph_99.map
+++ b/inherit_graph_99.map
@@ -1,3 +1,3 @@
-
+
diff --git a/inherit_graph_99.md5 b/inherit_graph_99.md5
index d95cb2fc..a523e682 100644
--- a/inherit_graph_99.md5
+++ b/inherit_graph_99.md5
@@ -1 +1 @@
-cd014d1956137a4dfc992dd4bd7003dd
\ No newline at end of file
+edb7850f10bd30c1c3f01b8964a7563e
\ No newline at end of file
diff --git a/inherit_graph_99.png b/inherit_graph_99.png
index a4e8cac7..51b660b9 100644
Binary files a/inherit_graph_99.png and b/inherit_graph_99.png differ
diff --git a/inherits.html b/inherits.html
index 092e7ec5..34d8ce7e 100644
--- a/inherits.html
+++ b/inherits.html
@@ -181,159 +181,164 @@
-
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -349,203 +354,213 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -553,48 +568,48 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -606,233 +621,208 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/item__mesh_8cpp.html b/item__mesh_8cpp.html
index f7f4da88..bbfb40d9 100644
--- a/item__mesh_8cpp.html
+++ b/item__mesh_8cpp.html
@@ -116,56 +116,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/item__mesh_8cpp__incl.map b/item__mesh_8cpp__incl.map
index 5e3a8b46..27a2dbb7 100644
--- a/item__mesh_8cpp__incl.map
+++ b/item__mesh_8cpp__incl.map
@@ -1,52 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/item__mesh_8cpp__incl.md5 b/item__mesh_8cpp__incl.md5
index f5cc3369..b6abea6a 100644
--- a/item__mesh_8cpp__incl.md5
+++ b/item__mesh_8cpp__incl.md5
@@ -1 +1 @@
-9227d87913f1ed900c97c8eef129312e
\ No newline at end of file
+32510a329c432d09efc25ec3242cd864
\ No newline at end of file
diff --git a/item__mesh_8cpp__incl.png b/item__mesh_8cpp__incl.png
index db45b6c8..5e532385 100644
Binary files a/item__mesh_8cpp__incl.png and b/item__mesh_8cpp__incl.png differ
diff --git a/logger_8hpp.html b/logger_8hpp.html
index 2fe8a3cf..d14576b8 100644
--- a/logger_8hpp.html
+++ b/logger_8hpp.html
@@ -145,56 +145,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/logger_8hpp__dep__incl.map b/logger_8hpp__dep__incl.map
index fde93dc5..d4fe2168 100644
--- a/logger_8hpp__dep__incl.map
+++ b/logger_8hpp__dep__incl.map
@@ -1,52 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/logger_8hpp__dep__incl.md5 b/logger_8hpp__dep__incl.md5
index 000555a9..b97e7bf8 100644
--- a/logger_8hpp__dep__incl.md5
+++ b/logger_8hpp__dep__incl.md5
@@ -1 +1 @@
-1220bf281bfdea544b03ccf3ffedbeb0
\ No newline at end of file
+0d490d3ba2b97e4e2803790bb2031c39
\ No newline at end of file
diff --git a/logger_8hpp__dep__incl.png b/logger_8hpp__dep__incl.png
index 86d6aa8d..d0adfe38 100644
Binary files a/logger_8hpp__dep__incl.png and b/logger_8hpp__dep__incl.png differ
diff --git a/main_8cpp.html b/main_8cpp.html
index 6cf57821..93221016 100644
--- a/main_8cpp.html
+++ b/main_8cpp.html
@@ -122,56 +122,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/main_8cpp__incl.map b/main_8cpp__incl.map
index e365dedc..f82968e8 100644
--- a/main_8cpp__incl.map
+++ b/main_8cpp__incl.map
@@ -1,52 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/main_8cpp__incl.md5 b/main_8cpp__incl.md5
index d5c90746..c6845a13 100644
--- a/main_8cpp__incl.md5
+++ b/main_8cpp__incl.md5
@@ -1 +1 @@
-f9be7ecd3993d474d5c6a42b7d73698f
\ No newline at end of file
+d9085ee49b761ae8aaae6ad155327fee
\ No newline at end of file
diff --git a/main_8cpp__incl.png b/main_8cpp__incl.png
index 57469594..4b4dc9ab 100644
Binary files a/main_8cpp__incl.png and b/main_8cpp__incl.png differ
diff --git a/navtreedata.js b/navtreedata.js
index 9e02ea50..00411cda 100644
--- a/navtreedata.js
+++ b/navtreedata.js
@@ -116,14 +116,14 @@ var NAVTREEINDEX =
[
"AbstractEvent_8cpp.html",
"SoundEngine_8hpp.html#a322712fb645499cfb59e010757a6ee96",
-"classChunkPacket.html#ae71acc57c0e68214521071521c1aa6de",
-"classEvent_1_1Manager.html",
-"classPingPacket.html#a49cd0a5c95666f2b170e822e93acd275",
-"classServer_1_1ClientDisconnected.html#af57dccf0be97d5b19a0c1daf6163d9db",
-"classVulkanAPI.html#a940a7401cf07be24321fb4135242ed02",
-"classtask_1_1TaskNode.html",
-"namespacevk__helper.html#a71c0f42868e6edd14e06b352890f5acc",
-"structSound_1_1Instance.html#a3061aea8b34cb0bfdcc5064007995418"
+"classChunkRequestPacket.html#a120caabc738afbe61991e1946c3cdee8",
+"classEvent_1_1Manager.html#a185c0a077e8e08d120f9fd78e0f47c4a",
+"classPingPacket.html#a67be10cd6c39bb90e40752c3e1b6e39f",
+"classSettings.html#a3235cc319f2ca06193bc5f709a3387c3",
+"classVulkanAPI.html#a887ed6c1ccefd7ec65a67f8f7f117d11",
+"classtask_1_1TaskNode.html#a5cccb1f88436d5d0ffd9506c24230aa6",
+"server__main_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4",
+"structSound_1_1Instance.html#a17d2fb73f664f4c7c940b0499a260083"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/navtreeindex1.js b/navtreeindex1.js
index b02b2a9b..49adc41f 100644
--- a/navtreeindex1.js
+++ b/navtreeindex1.js
@@ -52,7 +52,7 @@ var NAVTREEINDEX1 =
"VulkanAPI_8cpp.html":[12,0,1,0,6,20],
"VulkanAPI_8cpp.html#a6a6be32f4ddd153a7853299a85f579de":[12,0,1,0,6,20,0],
"VulkanAPI_8hpp.html":[12,0,1,0,6,21],
-"VulkanAPI_8hpp.html#ab91f325a54d3e35fe831a86d6382c2a9":[12,0,1,0,6,21,10],
+"VulkanAPI_8hpp.html#ab91f325a54d3e35fe831a86d6382c2a9":[12,0,1,0,6,21,13],
"VulkanAPI_8hpp_source.html":[12,0,1,0,6,21],
"VulkanMemoryAllocator_8cpp.html":[12,0,1,0,6,22],
"VulkanMemoryAllocator_8hpp.html":[12,0,1,0,6,23],
@@ -61,9 +61,6 @@ var NAVTREEINDEX1 =
"WorldGenerator_8cpp.html#ae0e0d8359ef72919138340d250dd1929":[12,0,1,0,8,20,0],
"WorldGenerator_8hpp.html":[12,0,1,0,8,21],
"WorldGenerator_8hpp_source.html":[12,0,1,0,8,21],
-"WorldScene_8cpp.html":[12,0,1,0,3,2],
-"WorldScene_8hpp.html":[12,0,1,0,3,3],
-"WorldScene_8hpp_source.html":[12,0,1,0,3,3],
"World_8cpp.html":[12,0,1,0,8,18],
"World_8hpp.html":[12,0,1,0,8,19],
"World_8hpp.html#abd75661fe7969e19439052a5f69ba5d1":[12,0,1,0,8,19,2],
@@ -128,10 +125,10 @@ var NAVTREEINDEX1 =
"classBlockInfo.html#aac1d220c6dabfdebeb508f075daa3b12":[11,0,8,6],
"classBlockInfo.html#aca3c250106719ca64f1a11bceccaca3a":[11,0,8,1],
"classBlockUpdateThread.html":[11,0,10],
+"classBlockUpdateThread.html#a182d5cc71b5cc8367236025e9cc78a6e":[11,0,10,0],
"classBlockUpdateThread.html#a684a203fc0a69d2c9a81cdde03fa5ecf":[11,0,10,1],
"classBlockUpdateThread.html#ac5e8f510884616c75e89bac2ee17b75c":[11,0,10,2],
"classBlockUpdateThread.html#ad02f49ca1f95b8f1d60e4bcdd890746b":[11,0,10,4],
-"classBlockUpdateThread.html#af1fac4df9851afc406860d95dcec4ff8":[11,0,10,0],
"classBlockUpdateThread.html#afc8b69c912bcadcac529322cdd24a8cb":[11,0,10,3],
"classBlocksInfo.html":[11,0,9],
"classBlocksInfo.html#a43ad66f441feadf090161d7b002bbbc8":[11,0,9,2],
@@ -236,18 +233,21 @@ var NAVTREEINDEX1 =
"classChunk.html#ae79fe0a5c6220712dc1d3fb321987ce3":[11,0,14,54],
"classChunk.html#aed95af6351af194cb1ec1414d6790fa2":[11,0,14,19],
"classChunk.html#af9a64f5fc4f80c5ee2fe347bdc257d1c":[11,0,14,61],
-"classChunkPacket.html":[11,0,15],
-"classChunkPacket.html#a2207ebdd141037b94cd49741c7740e0f":[11,0,15,1],
-"classChunkPacket.html#a2583b86dedece667ea26e72f6030091a":[11,0,15,12],
-"classChunkPacket.html#a25ce7717f41e1187b6fb15a0cdd56f0c":[11,0,15,10],
-"classChunkPacket.html#a3053a55dc455e46d1c1fbc05a4310c77":[11,0,15,3],
-"classChunkPacket.html#a5aa5b0852cdd1476b5a1ec9b412c763d":[11,0,15,9],
-"classChunkPacket.html#a60be690d6376f7f01dfc9d50865f0826":[11,0,15,8],
-"classChunkPacket.html#a613320e34214ba8f5a00c74b793d15e0":[11,0,15,13],
-"classChunkPacket.html#a769b01cd94f2db4136cd4610f6037c00":[11,0,15,6],
-"classChunkPacket.html#a8db9b5d17285d146cdb2455e6ea8f642":[11,0,15,14],
-"classChunkPacket.html#a9c24d73827abc95549881d6ad9bc01a5":[11,0,15,2],
-"classChunkPacket.html#abbcba07e6815b96d9ecf33b5b6424b9e":[11,0,15,5],
-"classChunkPacket.html#ac901cffc1af0d59ef38789a46799a664":[11,0,15,15],
-"classChunkPacket.html#aca67f4c2e88ae2a0ff8102ba12b37dcc":[11,0,15,7]
+"classChunkPacket.html":[11,0,16],
+"classChunkPacket.html#a2207ebdd141037b94cd49741c7740e0f":[11,0,16,1],
+"classChunkPacket.html#a2583b86dedece667ea26e72f6030091a":[11,0,16,12],
+"classChunkPacket.html#a25ce7717f41e1187b6fb15a0cdd56f0c":[11,0,16,10],
+"classChunkPacket.html#a3053a55dc455e46d1c1fbc05a4310c77":[11,0,16,3],
+"classChunkPacket.html#a5aa5b0852cdd1476b5a1ec9b412c763d":[11,0,16,9],
+"classChunkPacket.html#a60be690d6376f7f01dfc9d50865f0826":[11,0,16,8],
+"classChunkPacket.html#a613320e34214ba8f5a00c74b793d15e0":[11,0,16,13],
+"classChunkPacket.html#a769b01cd94f2db4136cd4610f6037c00":[11,0,16,6],
+"classChunkPacket.html#a8db9b5d17285d146cdb2455e6ea8f642":[11,0,16,14],
+"classChunkPacket.html#a9c24d73827abc95549881d6ad9bc01a5":[11,0,16,2],
+"classChunkPacket.html#abbcba07e6815b96d9ecf33b5b6424b9e":[11,0,16,5],
+"classChunkPacket.html#ac901cffc1af0d59ef38789a46799a664":[11,0,16,15],
+"classChunkPacket.html#aca67f4c2e88ae2a0ff8102ba12b37dcc":[11,0,16,7],
+"classChunkPacket.html#ae71acc57c0e68214521071521c1aa6de":[11,0,16,11],
+"classChunkPacket.html#aeb21b114b692ed1aa3fb6ee13c309d64":[11,0,16,4],
+"classChunkRequestPacket.html":[11,0,17]
};
diff --git a/navtreeindex2.js b/navtreeindex2.js
index 2ff4d955..1634ef6a 100644
--- a/navtreeindex2.js
+++ b/navtreeindex2.js
@@ -1,253 +1,253 @@
var NAVTREEINDEX2 =
{
-"classChunkPacket.html#ae71acc57c0e68214521071521c1aa6de":[11,0,15,11],
-"classChunkPacket.html#aeb21b114b692ed1aa3fb6ee13c309d64":[11,0,15,4],
-"classChunkRequestPacket.html":[11,0,16],
-"classChunkRequestPacket.html#a120caabc738afbe61991e1946c3cdee8":[11,0,16,8],
-"classChunkRequestPacket.html#a35b094d1a0c8df0ba61373d558420d71":[11,0,16,0],
-"classChunkRequestPacket.html#a3fc1ee90c8feab074a587dd718d75290":[11,0,16,3],
-"classChunkRequestPacket.html#a6f910e9e6ff2154d16d4d7780d611ef1":[11,0,16,2],
-"classChunkRequestPacket.html#a71b493c33e34ca0eb1b031487b59cf33":[11,0,16,4],
-"classChunkRequestPacket.html#a834b9ef6731c0310c60ccb901c27fd85":[11,0,16,10],
-"classChunkRequestPacket.html#a9f2bc12e14b242adb4b3dfa8a04b5b7f":[11,0,16,6],
-"classChunkRequestPacket.html#aa66cf8861e5ff90d6e68d723649b6394":[11,0,16,11],
-"classChunkRequestPacket.html#aa6b7a11c4a993a746e20c753e90ca42f":[11,0,16,7],
-"classChunkRequestPacket.html#abbf4296b52bb71c7e9df4beef4b28582":[11,0,16,13],
-"classChunkRequestPacket.html#ac0bd3ad87625cc4415afbd3ea4af45de":[11,0,16,1],
-"classChunkRequestPacket.html#adc12b71671f04f7ba59895fa94c8d689":[11,0,16,5],
-"classChunkRequestPacket.html#ae4834a0e96dc754897def30b8431b403":[11,0,16,9],
-"classChunkRequestPacket.html#af7fb83c76145fba30b04c963a1302c60":[11,0,16,12],
-"classChunkUnloadPacket.html":[11,0,17],
-"classChunkUnloadPacket.html#a0460a9730683c2abcb4f9bd030563ce3":[11,0,17,3],
-"classChunkUnloadPacket.html#a1fe05e00fbd8189daf83b063afe5b99d":[11,0,17,4],
-"classChunkUnloadPacket.html#a241815486c0ed950ce44602cddc06a10":[11,0,17,5],
-"classChunkUnloadPacket.html#a286980e1bc6c449416f12ec2c09ab75f":[11,0,17,6],
-"classChunkUnloadPacket.html#a2cffb34267fb2cdd1266c61221960d72":[11,0,17,13],
-"classChunkUnloadPacket.html#a34325f896c3056502433a8f542bed4dd":[11,0,17,7],
-"classChunkUnloadPacket.html#a4c735777e8220ff6e6d1775d7496bf5d":[11,0,17,0],
-"classChunkUnloadPacket.html#a4e6ee96d45623f164ff3523a7c55e496":[11,0,17,9],
-"classChunkUnloadPacket.html#a8186380711e8835aa704f2d69a1a1305":[11,0,17,1],
-"classChunkUnloadPacket.html#a8752ca6c4d2c629cf5fbf9c73d47d137":[11,0,17,12],
-"classChunkUnloadPacket.html#aaa711b7f540a915849a1ca3ac8b272a5":[11,0,17,11],
-"classChunkUnloadPacket.html#acb3f1014455818c9a6298b246c104a60":[11,0,17,2],
-"classChunkUnloadPacket.html#adcb68623645b784e3794c6e00998cf3d":[11,0,17,14],
-"classChunkUnloadPacket.html#ae55b466486fed70c4721035fab347230":[11,0,17,8],
-"classChunkUnloadPacket.html#af7974c737e6b3bff76bebc947ce80066":[11,0,17,10],
-"classClient.html":[11,0,18],
-"classClient.html#a317e248790a0a2967530da573ec0604c":[11,0,18,4],
-"classClient.html#a3ab0ece7e17a254489b2f9d3c6460dee":[11,0,18,11],
-"classClient.html#a60dbe62e5dd63b3308318f5aa952daa7":[11,0,18,5],
-"classClient.html#a6ac49c33d688d99c42ed0f78e1efe79c":[11,0,18,13],
-"classClient.html#a6ef4b70b531fe107e9b25f3307f6f4a3":[11,0,18,6],
-"classClient.html#a79ea5cf599b93ab86dd69282f274427d":[11,0,18,1],
-"classClient.html#a831c9bf9b4d6907ec23a04025810693f":[11,0,18,3],
-"classClient.html#a840e519ca781888cbd54181572ebe3a7":[11,0,18,2],
-"classClient.html#aa7ef990ceaaef94a7777aa768cc4f5de":[11,0,18,7],
-"classClient.html#abee92871a623dd53e5fce8b74e1e9b07":[11,0,18,8],
-"classClient.html#aca18fe3d6df92463d75fed08462de1f2":[11,0,18,12],
-"classClient.html#ae0bc335d720265d4d6e8a72cf7a2a9aa":[11,0,18,9],
-"classClient.html#af888552c0bffe55dad7dfb0b8cd25d8a":[11,0,18,10],
-"classClientPacketHandler.html":[11,0,19],
-"classClientPacketHandler.html#a22c52a4de7ad9a3a6b7c25d330371bb7":[11,0,19,4],
-"classClientPacketHandler.html#a5398722a3084499a82bb267c482b9339":[11,0,19,0],
-"classClientPacketHandler.html#a6a062220e63d3ac04bf7d83139db51a1":[11,0,19,3],
-"classClientPacketHandler.html#a6bb222caab0055f33bb0738b3988e949":[11,0,19,5],
-"classClientPacketHandler.html#a6f76c023bba86a2e8b0a75408bb3a775":[11,0,19,2],
-"classClientPacketHandler.html#aa0c2adbe6e1078014aa548d4c49533d4":[11,0,19,1],
-"classClientPacketHandler.html#ac550a5096d4cb0faf3d21722d7844454":[11,0,19,6],
-"classClientSocket.html":[11,0,20],
-"classClientSocket.html#a3652a72ecbea5168f188efb85a64690a":[11,0,20,5],
-"classClientSocket.html#a8e01d1a6142bf31d0f8a0aea6df6ddd5":[11,0,20,0],
-"classClientSocket.html#ac36594d9d9af8d04e94726f6e084f4ee":[11,0,20,4],
-"classClientSocket.html#aef5d9c1c9b443124b820521276b175ca":[11,0,20,1],
-"classClientSocket.html#af28744fc45bae65bcfffb1435abc2f1c":[11,0,20,2],
-"classClientSocket.html#aff1c002d60ed3aaf1b4de070ca8157c0":[11,0,20,3],
-"classClientWorld.html":[11,0,21],
-"classClientWorld.html#a041fb65a6c3188a57a7d5f1d68660ca6":[11,0,21,21],
-"classClientWorld.html#a0795485822cc9d84e6061ca726e0ecc8":[11,0,21,17],
-"classClientWorld.html#a1b4ee2813100580cd0fc967e4d9806fd":[11,0,21,22],
-"classClientWorld.html#a1d09c2fb3bf637e9894ea848c2e1a397":[11,0,21,24],
-"classClientWorld.html#a1d5fcfb66258c5fc0cd611c24e8e3d8d":[11,0,21,7],
-"classClientWorld.html#a204e9e1edf450416eaa081171c08e6ab":[11,0,21,5],
-"classClientWorld.html#a20693b5a2b5bca1ec9342f9d48135842":[11,0,21,1],
-"classClientWorld.html#a23026d1f22c925ce84a857dfdf5ad1ee":[11,0,21,35],
-"classClientWorld.html#a2fb383fddc73e6dfae28fd9ec30a9b88":[11,0,21,27],
-"classClientWorld.html#a311ae115a5f778d3dbe6ba1ac40a145b":[11,0,21,8],
-"classClientWorld.html#a31afbfb7599134bc3ff7b22bc334aa50":[11,0,21,28],
-"classClientWorld.html#a33c674a4aad2e0f04a26813940a77d45":[11,0,21,29],
-"classClientWorld.html#a3c76d0cf45ce665a46c5f0c28b33e0cf":[11,0,21,3],
-"classClientWorld.html#a3cd752b37c26a7e4cd171ba780809bf2":[11,0,21,34],
-"classClientWorld.html#a46b60cf51949d3e24641a942cfd5582d":[11,0,21,19],
-"classClientWorld.html#a4f620b1218a121e9da762980863a81bd":[11,0,21,32],
-"classClientWorld.html#a50e2ffd8f1ee39429a1135c3a17bbd42":[11,0,21,18],
-"classClientWorld.html#a51cba826d6ee2909fd71070af6451c5a":[11,0,21,30],
-"classClientWorld.html#a5266ea08f07e22e6c050114d8936db96":[11,0,21,31],
-"classClientWorld.html#a5fc5217d0b6d449d3ec9f1bb08fead5d":[11,0,21,33],
-"classClientWorld.html#a694d468c814f15436ef73cbb1e98812d":[11,0,21,16],
-"classClientWorld.html#a6af9215e00db9f81aa57c372f94076ba":[11,0,21,23],
-"classClientWorld.html#a75d4842d4a395c63c3c3c05b3f6a352f":[11,0,21,6],
-"classClientWorld.html#a8b2f0d47fdee9822ca8bd17f80fde285":[11,0,21,9],
-"classClientWorld.html#a906723ee7a94d67937f57f1fc3d320c2":[11,0,21,2],
-"classClientWorld.html#a99ff03b7be1e020be0d27863f221cb50":[11,0,21,14],
-"classClientWorld.html#aaf9929d0310650c8d517efcd7110f05a":[11,0,21,12],
-"classClientWorld.html#ab5d44cde6ec584aa13cc20e23f627cea":[11,0,21,26],
-"classClientWorld.html#abe665919a07f30afaece37189ac7b361":[11,0,21,25],
-"classClientWorld.html#ac0f3bce19e6ccd73922fa70740508688":[11,0,21,13],
-"classClientWorld.html#acdb5146055c2fd61c42d50b8c8de842f":[11,0,21,15],
-"classClientWorld.html#adb218b2a8ad54ecef9672a47ce3523d8":[11,0,21,10],
-"classClientWorld.html#ae2509dff67daeeeb0ee9286ec46aad71":[11,0,21,4],
-"classClientWorld.html#aef09acc81148b113eed7332cdd7c4fa8":[11,0,21,20],
-"classClientWorld.html#aef2faefc960964a89102ebbe9c0c037a":[11,0,21,36],
-"classClientWorld.html#af78a9ed84b89171654b282666c51baf9":[11,0,21,11],
-"classClient_1_1ServerDisconnected.html":[11,0,18,0],
-"classClient_1_1ServerDisconnected.html#a27cc2729e06df4810634dc298e946fad":[11,0,18,0,0],
-"classClient_1_1ServerDisconnected.html#ae6d29f74e63bd1ebb1830a4cc123a1c5":[11,0,18,0,1],
-"classConnection.html":[11,0,22],
-"classConnection.html#a00bec3d81bc203c1403e5966a10b795b":[11,0,22,14],
-"classConnection.html#a0907cb8fe5e51d3b19c38bfc1c52c099":[11,0,22,7],
-"classConnection.html#a2e4352edf667bea83001569e9da8a24d":[11,0,22,1],
-"classConnection.html#a3d2dffcef44550fc1039c4cb3e457360":[11,0,22,16],
-"classConnection.html#a426e5dbbc9c94e010c53fdc84564251f":[11,0,22,5],
-"classConnection.html#a49b7e93b716bb833e2aee6d0b083f595":[11,0,22,11],
-"classConnection.html#a5c86d3a286f0eec453742b49ca15088a":[11,0,22,2],
-"classConnection.html#a7f3fdc850f73cfa9f6b931743dc6f89a":[11,0,22,8],
-"classConnection.html#a8393cac931d8bf5668c28d5bee53f76c":[11,0,22,6],
-"classConnection.html#a879b3872793ee5810b73ee09cde15309":[11,0,22,18],
-"classConnection.html#a8bd2aa3673cb4a57a2746e1b96571f69":[11,0,22,17],
-"classConnection.html#a92489024a0261f7d97cc0d1d0a58f414":[11,0,22,9],
-"classConnection.html#aa43ad289d39da6243a80b1559b02aa29":[11,0,22,10],
-"classConnection.html#ab64ffb4ea12100a9683ad89f9858e1de":[11,0,22,12],
-"classConnection.html#aba760fcc7610ad2dd402d003c2c8f1e3":[11,0,22,3],
-"classConnection.html#ac20fcb6958a56591c9b3d06ef82e7ca8":[11,0,22,4],
-"classConnection.html#acd6914f5b43271d312ad32a23bb52f66":[11,0,22,0],
-"classConnection.html#ae5ead9e849f40522afef135788286dc9":[11,0,22,13],
-"classConnection.html#aea680ae8edb22fcfbeccff145fc593f5":[11,0,22,15],
-"classConnection.html#af1248eb9b5f13b100d8ac2c6317d0d0b":[11,0,22,19],
-"classConnection.html#af8002482b250ffba85becd2e0c41552a":[11,0,22,20],
-"classConnectionPacket.html":[11,0,23],
-"classConnectionPacket.html#a029517aae3f38a53392c1111637a993b":[11,0,23,16],
-"classConnectionPacket.html#a03df2a961b5e8ba2f6d93fae8f3f6099":[11,0,23,5],
-"classConnectionPacket.html#a1720e2359dfb00268e3542fd7449afb9":[11,0,23,15],
-"classConnectionPacket.html#a21ce6f087b28082ef530eac4b1f75ec6":[11,0,23,10],
-"classConnectionPacket.html#a2c2f32b83158071ec6d3ad21b05a84a1":[11,0,23,4],
-"classConnectionPacket.html#a30aab44b94ba628e6433a7f7f9ed5cb6":[11,0,23,1],
-"classConnectionPacket.html#a3d9f65797ab12bdffb549ac1da2ec17f":[11,0,23,3],
-"classConnectionPacket.html#a4c5785ca2ba26bba1f1b6103f9208ba9":[11,0,23,12],
-"classConnectionPacket.html#a713cf4fcaf41e9c93689f858d83df6e1":[11,0,23,6],
-"classConnectionPacket.html#a74992d74fac4f0dac5cb32e9adb3d19d":[11,0,23,7],
-"classConnectionPacket.html#a76df2426bc8b8b8a4bd4024483dc1624":[11,0,23,0],
-"classConnectionPacket.html#aaa2413f3e056d495de27738472f61848":[11,0,23,11],
-"classConnectionPacket.html#ac4e67287d0606a3f6d34813f1f87a9d6":[11,0,23,14],
-"classConnectionPacket.html#ac93d7d0907ae5c73b53ce57da0fed1f7":[11,0,23,13],
-"classConnectionPacket.html#ad58ff94b4e9a6fb89816fdd6c95cb744":[11,0,23,9],
-"classConnectionPacket.html#adbdbabc4c20cf29d5e6442c3b3c0327d":[11,0,23,8],
-"classConnectionPacket.html#af417a11162fddd928f30abd3f54bfa5d":[11,0,23,2],
-"classConnectionSocket.html":[11,0,24],
-"classConnectionSocket.html#a65736109537492b6a85a21d04f4d2513":[11,0,24,5],
-"classConnectionSocket.html#a7fc08a575f77016e7ed892c180d68055":[11,0,24,3],
-"classConnectionSocket.html#a96c5b992300db58f2458abdcbf284d24":[11,0,24,7],
-"classConnectionSocket.html#a9ab7e5f1ae27ee41b501c35b80776dea":[11,0,24,8],
-"classConnectionSocket.html#ab00d02a447beac75b8b986bf6df35d89":[11,0,24,2],
-"classConnectionSocket.html#ab1ce83f756f2980c65f933dd29cc5385":[11,0,24,4],
-"classConnectionSocket.html#ade21e1d6c66f681efefe771f269104ae":[11,0,24,6],
-"classConnectionSocket.html#ae148f424f57f263bf40e1d14061acc0f":[11,0,24,0],
-"classConnectionSocket.html#afcd80b9b98518c7416ad58470b1d8a80":[11,0,24,1],
-"classCreateMeshData.html":[11,0,25],
-"classCreateMeshData.html#a088de6a2834888efb2625e65ebe0ef2f":[11,0,25,3],
-"classCreateMeshData.html#a0fb32c66a7f3e692bb8ce61addc3b506":[11,0,25,12],
-"classCreateMeshData.html#a0fcd2d65556456c67a8125b8e4733511":[11,0,25,21],
-"classCreateMeshData.html#a140c6938511a12eab9cd515cc8e76e10":[11,0,25,20],
-"classCreateMeshData.html#a15ba969bd083a60f5d17ad3f3d390386":[11,0,25,23],
-"classCreateMeshData.html#a243fcf1684cbfb850715d89c2a5ca444":[11,0,25,15],
-"classCreateMeshData.html#a4633f5b8b4ab40f50ff27f1f96fb4a1e":[11,0,25,16],
-"classCreateMeshData.html#a48d28c1e6426dfb489b563425b70b09c":[11,0,25,4],
-"classCreateMeshData.html#a49d413b60a8e005b36083e958a849bb3":[11,0,25,1],
-"classCreateMeshData.html#a5c6063de0e463d26969267ecdb269277":[11,0,25,0],
-"classCreateMeshData.html#a5c6063de0e463d26969267ecdb269277a02129bb861061d1a052c592e2dc6b383":[11,0,25,0,0],
-"classCreateMeshData.html#a5c6063de0e463d26969267ecdb269277a21c2e59531c8710156d34a3c30ac81d5":[11,0,25,0,2],
-"classCreateMeshData.html#a5c6063de0e463d26969267ecdb269277a57cec4137b614c87cb4e24a3d003a3e0":[11,0,25,0,1],
-"classCreateMeshData.html#a6c5726f37e9deb3518f6f436cf7bd1d3":[11,0,25,14],
-"classCreateMeshData.html#a6e8613853f81f95ab78969e93e74b2f3":[11,0,25,17],
-"classCreateMeshData.html#a7c554cdb8dbb4456c5680d90848c0647":[11,0,25,2],
-"classCreateMeshData.html#a84cb268e8f684dcda9a2400e3ec3ed27":[11,0,25,5],
-"classCreateMeshData.html#a88e4aecc76dad3b77b7709827f619311":[11,0,25,11],
-"classCreateMeshData.html#a8e3b4bee75334e423ef700676473e17f":[11,0,25,13],
-"classCreateMeshData.html#aa5c4ae7f350dad41549cd551805fde57":[11,0,25,18],
-"classCreateMeshData.html#aa7f45ff2e999fe0217ee8a2638645f47":[11,0,25,6],
-"classCreateMeshData.html#ab6940d0e0be95eb38ea4849988889cc7":[11,0,25,24],
-"classCreateMeshData.html#ac2a205bdefb6e79d75abcd60c3a249f2":[11,0,25,22],
-"classCreateMeshData.html#acdb337f82019876436c525373c0a8cd8":[11,0,25,8],
-"classCreateMeshData.html#ad38f0692830fb519424088722614e4a4":[11,0,25,19],
-"classCreateMeshData.html#adc423bbf0cc48e6d4e7ee86c10bd1c9f":[11,0,25,9],
-"classCreateMeshData.html#ae58de72f96ced25eabb4f3239654cd57":[11,0,25,7],
-"classCreateMeshData.html#af5a83e86df14e67f89766b2c025b4c3e":[11,0,25,10],
-"classDebugGui.html":[11,0,26],
-"classDebugGui.html#a0a966b6e5195197a67a9a20294b142c4":[11,0,26,1],
-"classDebugGui.html#aa849cf767818482461efa78caef2ff70":[11,0,26,2],
-"classDebugGui.html#aba92e1f2e05a94aa41db61b072d5dffc":[11,0,26,0],
-"classDebugGui.html#acb17471dbe71302178bf73af556e9684":[11,0,26,3],
-"classDescriptor.html":[11,0,27],
-"classDescriptor.html#a042525e659ae32a5361d384930c4c25b":[11,0,27,9],
-"classDescriptor.html#a0ff5ec7cfa1dca9d39e656e906b464a1":[11,0,27,2],
-"classDescriptor.html#a2b54958a34779ebfa6501c69e65a7b5a":[11,0,27,7],
-"classDescriptor.html#a329c6eb69cd7c155e6d6777fbafbeb0f":[11,0,27,4],
-"classDescriptor.html#a39ec4174511f7b5e84bd59e8b1ad2b93":[11,0,27,5],
-"classDescriptor.html#a4abee7d7a822bba9ac840fc77ac55213":[11,0,27,12],
-"classDescriptor.html#a55bc0ee227abcb76bd3147ce5836ab67":[11,0,27,10],
-"classDescriptor.html#a67969fc893331c2e6d554ddf6d6c55f0":[11,0,27,1],
-"classDescriptor.html#a81645a1d806949e8e5725c657fa7c4cc":[11,0,27,8],
-"classDescriptor.html#a837073a4ccc081a2fbb77c0acd4a549c":[11,0,27,11],
-"classDescriptor.html#a8f4272b858634993e363c43adcc1024b":[11,0,27,13],
-"classDescriptor.html#a92551db1cf5b2dacf3e5a3c039bdec0b":[11,0,27,3],
-"classDescriptor.html#ac781f2e9b97d7b8803fe321e1f5d8470":[11,0,27,6],
-"classDisconnectPacket.html":[11,0,28],
-"classDisconnectPacket.html#a008bbcca630d9d0cdfa6be851ad68047":[11,0,28,8],
-"classDisconnectPacket.html#a02c09d43072dce1d045a87e5d54ea506":[11,0,28,12],
-"classDisconnectPacket.html#a07da316298ff176a99d6829b7be74fd0":[11,0,28,1],
-"classDisconnectPacket.html#a0a2bfeb980d50e0c4b16e72c0f2b5b04":[11,0,28,14],
-"classDisconnectPacket.html#a19084e35bbdcb93101540583a3167771":[11,0,28,13],
-"classDisconnectPacket.html#a4b38bd6f840c1901b76a3479545257f7":[11,0,28,2],
-"classDisconnectPacket.html#a4e59088ea19edff71f5f8448c2ffa8d0":[11,0,28,4],
-"classDisconnectPacket.html#a62a35702451b644a608cc475f2054a7a":[11,0,28,7],
-"classDisconnectPacket.html#a7aad91ea5c62dbcea286380de54f384f":[11,0,28,10],
-"classDisconnectPacket.html#a80f268e74bb11f14075e21fa58323516":[11,0,28,9],
-"classDisconnectPacket.html#ab40aba2804ab0dea47f591d71ae34a53":[11,0,28,3],
-"classDisconnectPacket.html#ac714aeb97e9010974a9a18958c08c3eb":[11,0,28,5],
-"classDisconnectPacket.html#ae251517d74f378ee7a15299cd5db4f4a":[11,0,28,6],
-"classDisconnectPacket.html#aeffd6117d9567a15e8fb212885c01f55":[11,0,28,11],
-"classDisconnectPacket.html#af87b9c06ab910752e742ac20a4ea93aa":[11,0,28,0],
-"classECS.html":[11,0,29],
-"classECS.html#a0522db9e8c6b722ba83c41dd147a4012":[11,0,29,0],
-"classECS.html#a08c1a2f42b48e1ab2d2b2e920e1cd665":[11,0,29,4],
-"classECS.html#a0964edee0e30fc151733125821a1fbca":[11,0,29,8],
-"classECS.html#a3185922d90a0f054841088bbc37c875f":[11,0,29,12],
-"classECS.html#a41b876f3725cbb04aac3f2edd95522c6":[11,0,29,6],
-"classECS.html#a47ec08cc05fe7efb652dbdad595b50ff":[11,0,29,9],
-"classECS.html#a4ba8c04b27e2f9eb2b09f8f004121900":[11,0,29,10],
-"classECS.html#a739775aaafcccb7e7e5a7b1f45a3b2dc":[11,0,29,5],
-"classECS.html#a770488554384d17e0a437c713a9b82f8":[11,0,29,3],
-"classECS.html#a7a62c4af19985a416abee822ca6916ad":[11,0,29,7],
-"classECS.html#a7a7a0263b1a68878d5727f35fe6b3a5f":[11,0,29,2],
-"classECS.html#a7fba8bcfbb8d238085ab7302d96a332f":[11,0,29,1],
-"classECS.html#a8d8404847c1131d60dd9f6020263b64f":[11,0,29,11],
-"classEntityMovePacket.html":[11,0,30],
-"classEvent_1_1AbstractEvent.html":[11,0,0,0],
+"classChunkRequestPacket.html#a120caabc738afbe61991e1946c3cdee8":[11,0,17,8],
+"classChunkRequestPacket.html#a35b094d1a0c8df0ba61373d558420d71":[11,0,17,0],
+"classChunkRequestPacket.html#a3fc1ee90c8feab074a587dd718d75290":[11,0,17,3],
+"classChunkRequestPacket.html#a6f910e9e6ff2154d16d4d7780d611ef1":[11,0,17,2],
+"classChunkRequestPacket.html#a71b493c33e34ca0eb1b031487b59cf33":[11,0,17,4],
+"classChunkRequestPacket.html#a834b9ef6731c0310c60ccb901c27fd85":[11,0,17,10],
+"classChunkRequestPacket.html#a9f2bc12e14b242adb4b3dfa8a04b5b7f":[11,0,17,6],
+"classChunkRequestPacket.html#aa66cf8861e5ff90d6e68d723649b6394":[11,0,17,11],
+"classChunkRequestPacket.html#aa6b7a11c4a993a746e20c753e90ca42f":[11,0,17,7],
+"classChunkRequestPacket.html#abbf4296b52bb71c7e9df4beef4b28582":[11,0,17,13],
+"classChunkRequestPacket.html#ac0bd3ad87625cc4415afbd3ea4af45de":[11,0,17,1],
+"classChunkRequestPacket.html#adc12b71671f04f7ba59895fa94c8d689":[11,0,17,5],
+"classChunkRequestPacket.html#ae4834a0e96dc754897def30b8431b403":[11,0,17,9],
+"classChunkRequestPacket.html#af7fb83c76145fba30b04c963a1302c60":[11,0,17,12],
+"classChunkUnloadPacket.html":[11,0,18],
+"classChunkUnloadPacket.html#a0460a9730683c2abcb4f9bd030563ce3":[11,0,18,3],
+"classChunkUnloadPacket.html#a1fe05e00fbd8189daf83b063afe5b99d":[11,0,18,4],
+"classChunkUnloadPacket.html#a241815486c0ed950ce44602cddc06a10":[11,0,18,5],
+"classChunkUnloadPacket.html#a286980e1bc6c449416f12ec2c09ab75f":[11,0,18,6],
+"classChunkUnloadPacket.html#a2cffb34267fb2cdd1266c61221960d72":[11,0,18,13],
+"classChunkUnloadPacket.html#a34325f896c3056502433a8f542bed4dd":[11,0,18,7],
+"classChunkUnloadPacket.html#a4c735777e8220ff6e6d1775d7496bf5d":[11,0,18,0],
+"classChunkUnloadPacket.html#a4e6ee96d45623f164ff3523a7c55e496":[11,0,18,9],
+"classChunkUnloadPacket.html#a8186380711e8835aa704f2d69a1a1305":[11,0,18,1],
+"classChunkUnloadPacket.html#a8752ca6c4d2c629cf5fbf9c73d47d137":[11,0,18,12],
+"classChunkUnloadPacket.html#aaa711b7f540a915849a1ca3ac8b272a5":[11,0,18,11],
+"classChunkUnloadPacket.html#acb3f1014455818c9a6298b246c104a60":[11,0,18,2],
+"classChunkUnloadPacket.html#adcb68623645b784e3794c6e00998cf3d":[11,0,18,14],
+"classChunkUnloadPacket.html#ae55b466486fed70c4721035fab347230":[11,0,18,8],
+"classChunkUnloadPacket.html#af7974c737e6b3bff76bebc947ce80066":[11,0,18,10],
+"classClient.html":[11,0,19],
+"classClient.html#a317e248790a0a2967530da573ec0604c":[11,0,19,4],
+"classClient.html#a3ab0ece7e17a254489b2f9d3c6460dee":[11,0,19,11],
+"classClient.html#a60dbe62e5dd63b3308318f5aa952daa7":[11,0,19,5],
+"classClient.html#a6ac49c33d688d99c42ed0f78e1efe79c":[11,0,19,13],
+"classClient.html#a6ef4b70b531fe107e9b25f3307f6f4a3":[11,0,19,6],
+"classClient.html#a79ea5cf599b93ab86dd69282f274427d":[11,0,19,1],
+"classClient.html#a831c9bf9b4d6907ec23a04025810693f":[11,0,19,3],
+"classClient.html#a840e519ca781888cbd54181572ebe3a7":[11,0,19,2],
+"classClient.html#aa7ef990ceaaef94a7777aa768cc4f5de":[11,0,19,7],
+"classClient.html#abee92871a623dd53e5fce8b74e1e9b07":[11,0,19,8],
+"classClient.html#aca18fe3d6df92463d75fed08462de1f2":[11,0,19,12],
+"classClient.html#ae0bc335d720265d4d6e8a72cf7a2a9aa":[11,0,19,9],
+"classClient.html#af888552c0bffe55dad7dfb0b8cd25d8a":[11,0,19,10],
+"classClientPacketHandler.html":[11,0,20],
+"classClientPacketHandler.html#a22c52a4de7ad9a3a6b7c25d330371bb7":[11,0,20,4],
+"classClientPacketHandler.html#a5398722a3084499a82bb267c482b9339":[11,0,20,0],
+"classClientPacketHandler.html#a6a062220e63d3ac04bf7d83139db51a1":[11,0,20,3],
+"classClientPacketHandler.html#a6bb222caab0055f33bb0738b3988e949":[11,0,20,5],
+"classClientPacketHandler.html#a6f76c023bba86a2e8b0a75408bb3a775":[11,0,20,2],
+"classClientPacketHandler.html#aa0c2adbe6e1078014aa548d4c49533d4":[11,0,20,1],
+"classClientPacketHandler.html#ac550a5096d4cb0faf3d21722d7844454":[11,0,20,6],
+"classClientSocket.html":[11,0,21],
+"classClientSocket.html#a3652a72ecbea5168f188efb85a64690a":[11,0,21,5],
+"classClientSocket.html#a8e01d1a6142bf31d0f8a0aea6df6ddd5":[11,0,21,0],
+"classClientSocket.html#ac36594d9d9af8d04e94726f6e084f4ee":[11,0,21,4],
+"classClientSocket.html#aef5d9c1c9b443124b820521276b175ca":[11,0,21,1],
+"classClientSocket.html#af28744fc45bae65bcfffb1435abc2f1c":[11,0,21,2],
+"classClientSocket.html#aff1c002d60ed3aaf1b4de070ca8157c0":[11,0,21,3],
+"classClientWorld.html":[11,0,22],
+"classClientWorld.html#a041fb65a6c3188a57a7d5f1d68660ca6":[11,0,22,21],
+"classClientWorld.html#a0795485822cc9d84e6061ca726e0ecc8":[11,0,22,17],
+"classClientWorld.html#a1b4ee2813100580cd0fc967e4d9806fd":[11,0,22,22],
+"classClientWorld.html#a1d09c2fb3bf637e9894ea848c2e1a397":[11,0,22,24],
+"classClientWorld.html#a1d5fcfb66258c5fc0cd611c24e8e3d8d":[11,0,22,7],
+"classClientWorld.html#a204e9e1edf450416eaa081171c08e6ab":[11,0,22,5],
+"classClientWorld.html#a23026d1f22c925ce84a857dfdf5ad1ee":[11,0,22,35],
+"classClientWorld.html#a2fb383fddc73e6dfae28fd9ec30a9b88":[11,0,22,27],
+"classClientWorld.html#a311ae115a5f778d3dbe6ba1ac40a145b":[11,0,22,8],
+"classClientWorld.html#a31afbfb7599134bc3ff7b22bc334aa50":[11,0,22,28],
+"classClientWorld.html#a33c674a4aad2e0f04a26813940a77d45":[11,0,22,29],
+"classClientWorld.html#a3c76d0cf45ce665a46c5f0c28b33e0cf":[11,0,22,3],
+"classClientWorld.html#a3cd752b37c26a7e4cd171ba780809bf2":[11,0,22,34],
+"classClientWorld.html#a46b60cf51949d3e24641a942cfd5582d":[11,0,22,19],
+"classClientWorld.html#a4f620b1218a121e9da762980863a81bd":[11,0,22,32],
+"classClientWorld.html#a50e2ffd8f1ee39429a1135c3a17bbd42":[11,0,22,18],
+"classClientWorld.html#a51cba826d6ee2909fd71070af6451c5a":[11,0,22,30],
+"classClientWorld.html#a5266ea08f07e22e6c050114d8936db96":[11,0,22,31],
+"classClientWorld.html#a5fc5217d0b6d449d3ec9f1bb08fead5d":[11,0,22,33],
+"classClientWorld.html#a62ffa1a4466b341f0cb8898075f8bf21":[11,0,22,1],
+"classClientWorld.html#a694d468c814f15436ef73cbb1e98812d":[11,0,22,16],
+"classClientWorld.html#a6af9215e00db9f81aa57c372f94076ba":[11,0,22,23],
+"classClientWorld.html#a75d4842d4a395c63c3c3c05b3f6a352f":[11,0,22,6],
+"classClientWorld.html#a8b2f0d47fdee9822ca8bd17f80fde285":[11,0,22,9],
+"classClientWorld.html#a906723ee7a94d67937f57f1fc3d320c2":[11,0,22,2],
+"classClientWorld.html#a99ff03b7be1e020be0d27863f221cb50":[11,0,22,14],
+"classClientWorld.html#aaf9929d0310650c8d517efcd7110f05a":[11,0,22,12],
+"classClientWorld.html#ab5d44cde6ec584aa13cc20e23f627cea":[11,0,22,26],
+"classClientWorld.html#abe665919a07f30afaece37189ac7b361":[11,0,22,25],
+"classClientWorld.html#ac0f3bce19e6ccd73922fa70740508688":[11,0,22,13],
+"classClientWorld.html#acdb5146055c2fd61c42d50b8c8de842f":[11,0,22,15],
+"classClientWorld.html#adb218b2a8ad54ecef9672a47ce3523d8":[11,0,22,10],
+"classClientWorld.html#ae2509dff67daeeeb0ee9286ec46aad71":[11,0,22,4],
+"classClientWorld.html#aef09acc81148b113eed7332cdd7c4fa8":[11,0,22,20],
+"classClientWorld.html#aef2faefc960964a89102ebbe9c0c037a":[11,0,22,36],
+"classClientWorld.html#af78a9ed84b89171654b282666c51baf9":[11,0,22,11],
+"classClient_1_1ServerDisconnected.html":[11,0,19,0],
+"classClient_1_1ServerDisconnected.html#a27cc2729e06df4810634dc298e946fad":[11,0,19,0,0],
+"classClient_1_1ServerDisconnected.html#ae6d29f74e63bd1ebb1830a4cc123a1c5":[11,0,19,0,1],
+"classConnection.html":[11,0,23],
+"classConnection.html#a00bec3d81bc203c1403e5966a10b795b":[11,0,23,14],
+"classConnection.html#a0907cb8fe5e51d3b19c38bfc1c52c099":[11,0,23,7],
+"classConnection.html#a2e4352edf667bea83001569e9da8a24d":[11,0,23,1],
+"classConnection.html#a3d2dffcef44550fc1039c4cb3e457360":[11,0,23,16],
+"classConnection.html#a426e5dbbc9c94e010c53fdc84564251f":[11,0,23,5],
+"classConnection.html#a49b7e93b716bb833e2aee6d0b083f595":[11,0,23,11],
+"classConnection.html#a5c86d3a286f0eec453742b49ca15088a":[11,0,23,2],
+"classConnection.html#a7f3fdc850f73cfa9f6b931743dc6f89a":[11,0,23,8],
+"classConnection.html#a8393cac931d8bf5668c28d5bee53f76c":[11,0,23,6],
+"classConnection.html#a879b3872793ee5810b73ee09cde15309":[11,0,23,18],
+"classConnection.html#a8bd2aa3673cb4a57a2746e1b96571f69":[11,0,23,17],
+"classConnection.html#a92489024a0261f7d97cc0d1d0a58f414":[11,0,23,9],
+"classConnection.html#aa43ad289d39da6243a80b1559b02aa29":[11,0,23,10],
+"classConnection.html#ab64ffb4ea12100a9683ad89f9858e1de":[11,0,23,12],
+"classConnection.html#aba760fcc7610ad2dd402d003c2c8f1e3":[11,0,23,3],
+"classConnection.html#ac20fcb6958a56591c9b3d06ef82e7ca8":[11,0,23,4],
+"classConnection.html#acd6914f5b43271d312ad32a23bb52f66":[11,0,23,0],
+"classConnection.html#ae5ead9e849f40522afef135788286dc9":[11,0,23,13],
+"classConnection.html#aea680ae8edb22fcfbeccff145fc593f5":[11,0,23,15],
+"classConnection.html#af1248eb9b5f13b100d8ac2c6317d0d0b":[11,0,23,19],
+"classConnection.html#af8002482b250ffba85becd2e0c41552a":[11,0,23,20],
+"classConnectionPacket.html":[11,0,24],
+"classConnectionPacket.html#a029517aae3f38a53392c1111637a993b":[11,0,24,16],
+"classConnectionPacket.html#a03df2a961b5e8ba2f6d93fae8f3f6099":[11,0,24,5],
+"classConnectionPacket.html#a1720e2359dfb00268e3542fd7449afb9":[11,0,24,15],
+"classConnectionPacket.html#a21ce6f087b28082ef530eac4b1f75ec6":[11,0,24,10],
+"classConnectionPacket.html#a2c2f32b83158071ec6d3ad21b05a84a1":[11,0,24,4],
+"classConnectionPacket.html#a30aab44b94ba628e6433a7f7f9ed5cb6":[11,0,24,1],
+"classConnectionPacket.html#a3d9f65797ab12bdffb549ac1da2ec17f":[11,0,24,3],
+"classConnectionPacket.html#a4c5785ca2ba26bba1f1b6103f9208ba9":[11,0,24,12],
+"classConnectionPacket.html#a713cf4fcaf41e9c93689f858d83df6e1":[11,0,24,6],
+"classConnectionPacket.html#a74992d74fac4f0dac5cb32e9adb3d19d":[11,0,24,7],
+"classConnectionPacket.html#a76df2426bc8b8b8a4bd4024483dc1624":[11,0,24,0],
+"classConnectionPacket.html#aaa2413f3e056d495de27738472f61848":[11,0,24,11],
+"classConnectionPacket.html#ac4e67287d0606a3f6d34813f1f87a9d6":[11,0,24,14],
+"classConnectionPacket.html#ac93d7d0907ae5c73b53ce57da0fed1f7":[11,0,24,13],
+"classConnectionPacket.html#ad58ff94b4e9a6fb89816fdd6c95cb744":[11,0,24,9],
+"classConnectionPacket.html#adbdbabc4c20cf29d5e6442c3b3c0327d":[11,0,24,8],
+"classConnectionPacket.html#af417a11162fddd928f30abd3f54bfa5d":[11,0,24,2],
+"classConnectionSocket.html":[11,0,25],
+"classConnectionSocket.html#a65736109537492b6a85a21d04f4d2513":[11,0,25,5],
+"classConnectionSocket.html#a7fc08a575f77016e7ed892c180d68055":[11,0,25,3],
+"classConnectionSocket.html#a96c5b992300db58f2458abdcbf284d24":[11,0,25,7],
+"classConnectionSocket.html#a9ab7e5f1ae27ee41b501c35b80776dea":[11,0,25,8],
+"classConnectionSocket.html#ab00d02a447beac75b8b986bf6df35d89":[11,0,25,2],
+"classConnectionSocket.html#ab1ce83f756f2980c65f933dd29cc5385":[11,0,25,4],
+"classConnectionSocket.html#ade21e1d6c66f681efefe771f269104ae":[11,0,25,6],
+"classConnectionSocket.html#ae148f424f57f263bf40e1d14061acc0f":[11,0,25,0],
+"classConnectionSocket.html#afcd80b9b98518c7416ad58470b1d8a80":[11,0,25,1],
+"classCreateMeshData.html":[11,0,26],
+"classCreateMeshData.html#a088de6a2834888efb2625e65ebe0ef2f":[11,0,26,3],
+"classCreateMeshData.html#a0fb32c66a7f3e692bb8ce61addc3b506":[11,0,26,12],
+"classCreateMeshData.html#a0fcd2d65556456c67a8125b8e4733511":[11,0,26,21],
+"classCreateMeshData.html#a140c6938511a12eab9cd515cc8e76e10":[11,0,26,20],
+"classCreateMeshData.html#a15ba969bd083a60f5d17ad3f3d390386":[11,0,26,23],
+"classCreateMeshData.html#a243fcf1684cbfb850715d89c2a5ca444":[11,0,26,15],
+"classCreateMeshData.html#a4633f5b8b4ab40f50ff27f1f96fb4a1e":[11,0,26,16],
+"classCreateMeshData.html#a48d28c1e6426dfb489b563425b70b09c":[11,0,26,4],
+"classCreateMeshData.html#a49d413b60a8e005b36083e958a849bb3":[11,0,26,1],
+"classCreateMeshData.html#a5c6063de0e463d26969267ecdb269277":[11,0,26,0],
+"classCreateMeshData.html#a5c6063de0e463d26969267ecdb269277a02129bb861061d1a052c592e2dc6b383":[11,0,26,0,0],
+"classCreateMeshData.html#a5c6063de0e463d26969267ecdb269277a21c2e59531c8710156d34a3c30ac81d5":[11,0,26,0,2],
+"classCreateMeshData.html#a5c6063de0e463d26969267ecdb269277a57cec4137b614c87cb4e24a3d003a3e0":[11,0,26,0,1],
+"classCreateMeshData.html#a6c5726f37e9deb3518f6f436cf7bd1d3":[11,0,26,14],
+"classCreateMeshData.html#a6e8613853f81f95ab78969e93e74b2f3":[11,0,26,17],
+"classCreateMeshData.html#a7c554cdb8dbb4456c5680d90848c0647":[11,0,26,2],
+"classCreateMeshData.html#a84cb268e8f684dcda9a2400e3ec3ed27":[11,0,26,5],
+"classCreateMeshData.html#a88e4aecc76dad3b77b7709827f619311":[11,0,26,11],
+"classCreateMeshData.html#a8e3b4bee75334e423ef700676473e17f":[11,0,26,13],
+"classCreateMeshData.html#aa5c4ae7f350dad41549cd551805fde57":[11,0,26,18],
+"classCreateMeshData.html#aa7f45ff2e999fe0217ee8a2638645f47":[11,0,26,6],
+"classCreateMeshData.html#ab6940d0e0be95eb38ea4849988889cc7":[11,0,26,24],
+"classCreateMeshData.html#ac2a205bdefb6e79d75abcd60c3a249f2":[11,0,26,22],
+"classCreateMeshData.html#acdb337f82019876436c525373c0a8cd8":[11,0,26,8],
+"classCreateMeshData.html#ad38f0692830fb519424088722614e4a4":[11,0,26,19],
+"classCreateMeshData.html#adc423bbf0cc48e6d4e7ee86c10bd1c9f":[11,0,26,9],
+"classCreateMeshData.html#ae58de72f96ced25eabb4f3239654cd57":[11,0,26,7],
+"classCreateMeshData.html#af5a83e86df14e67f89766b2c025b4c3e":[11,0,26,10],
+"classDebugGui.html":[11,0,27],
+"classDebugGui.html#a0a966b6e5195197a67a9a20294b142c4":[11,0,27,1],
+"classDebugGui.html#aa849cf767818482461efa78caef2ff70":[11,0,27,2],
+"classDebugGui.html#aba92e1f2e05a94aa41db61b072d5dffc":[11,0,27,0],
+"classDebugGui.html#acb17471dbe71302178bf73af556e9684":[11,0,27,3],
+"classDescriptor.html":[11,0,28],
+"classDescriptor.html#a042525e659ae32a5361d384930c4c25b":[11,0,28,9],
+"classDescriptor.html#a0ff5ec7cfa1dca9d39e656e906b464a1":[11,0,28,2],
+"classDescriptor.html#a2b54958a34779ebfa6501c69e65a7b5a":[11,0,28,7],
+"classDescriptor.html#a329c6eb69cd7c155e6d6777fbafbeb0f":[11,0,28,4],
+"classDescriptor.html#a39ec4174511f7b5e84bd59e8b1ad2b93":[11,0,28,5],
+"classDescriptor.html#a4abee7d7a822bba9ac840fc77ac55213":[11,0,28,12],
+"classDescriptor.html#a55bc0ee227abcb76bd3147ce5836ab67":[11,0,28,10],
+"classDescriptor.html#a67969fc893331c2e6d554ddf6d6c55f0":[11,0,28,1],
+"classDescriptor.html#a81645a1d806949e8e5725c657fa7c4cc":[11,0,28,8],
+"classDescriptor.html#a837073a4ccc081a2fbb77c0acd4a549c":[11,0,28,11],
+"classDescriptor.html#a8f4272b858634993e363c43adcc1024b":[11,0,28,13],
+"classDescriptor.html#a92551db1cf5b2dacf3e5a3c039bdec0b":[11,0,28,3],
+"classDescriptor.html#ac781f2e9b97d7b8803fe321e1f5d8470":[11,0,28,6],
+"classDisconnectPacket.html":[11,0,29],
+"classDisconnectPacket.html#a008bbcca630d9d0cdfa6be851ad68047":[11,0,29,8],
+"classDisconnectPacket.html#a02c09d43072dce1d045a87e5d54ea506":[11,0,29,12],
+"classDisconnectPacket.html#a07da316298ff176a99d6829b7be74fd0":[11,0,29,1],
+"classDisconnectPacket.html#a0a2bfeb980d50e0c4b16e72c0f2b5b04":[11,0,29,14],
+"classDisconnectPacket.html#a19084e35bbdcb93101540583a3167771":[11,0,29,13],
+"classDisconnectPacket.html#a4b38bd6f840c1901b76a3479545257f7":[11,0,29,2],
+"classDisconnectPacket.html#a4e59088ea19edff71f5f8448c2ffa8d0":[11,0,29,4],
+"classDisconnectPacket.html#a62a35702451b644a608cc475f2054a7a":[11,0,29,7],
+"classDisconnectPacket.html#a7aad91ea5c62dbcea286380de54f384f":[11,0,29,10],
+"classDisconnectPacket.html#a80f268e74bb11f14075e21fa58323516":[11,0,29,9],
+"classDisconnectPacket.html#ab40aba2804ab0dea47f591d71ae34a53":[11,0,29,3],
+"classDisconnectPacket.html#ac714aeb97e9010974a9a18958c08c3eb":[11,0,29,5],
+"classDisconnectPacket.html#ae251517d74f378ee7a15299cd5db4f4a":[11,0,29,6],
+"classDisconnectPacket.html#aeffd6117d9567a15e8fb212885c01f55":[11,0,29,11],
+"classDisconnectPacket.html#af87b9c06ab910752e742ac20a4ea93aa":[11,0,29,0],
+"classECS.html":[11,0,30],
+"classECS.html#a0522db9e8c6b722ba83c41dd147a4012":[11,0,30,0],
+"classECS.html#a08c1a2f42b48e1ab2d2b2e920e1cd665":[11,0,30,4],
+"classECS.html#a0964edee0e30fc151733125821a1fbca":[11,0,30,8],
+"classECS.html#a3185922d90a0f054841088bbc37c875f":[11,0,30,12],
+"classECS.html#a41b876f3725cbb04aac3f2edd95522c6":[11,0,30,6],
+"classECS.html#a47ec08cc05fe7efb652dbdad595b50ff":[11,0,30,9],
+"classECS.html#a4ba8c04b27e2f9eb2b09f8f004121900":[11,0,30,10],
+"classECS.html#a739775aaafcccb7e7e5a7b1f45a3b2dc":[11,0,30,5],
+"classECS.html#a770488554384d17e0a437c713a9b82f8":[11,0,30,3],
+"classECS.html#a7a62c4af19985a416abee822ca6916ad":[11,0,30,7],
+"classECS.html#a7a7a0263b1a68878d5727f35fe6b3a5f":[11,0,30,2],
+"classECS.html#a7fba8bcfbb8d238085ab7302d96a332f":[11,0,30,1],
+"classECS.html#a8d8404847c1131d60dd9f6020263b64f":[11,0,30,11],
+"classEntityMovePacket.html":[11,0,31],
"classEvent_1_1AbstractEvent.html":[10,0,0,0],
+"classEvent_1_1AbstractEvent.html":[11,0,0,0],
"classEvent_1_1AbstractEvent.html#a0d9d7e2b0fb8f428a9b3be78dcc81f79":[10,0,0,0,0],
"classEvent_1_1AbstractEvent.html#a0d9d7e2b0fb8f428a9b3be78dcc81f79":[11,0,0,0,0],
-"classEvent_1_1AbstractEvent.html#ac986e67d201796d1d8171e7869db387a":[10,0,0,0,2],
"classEvent_1_1AbstractEvent.html#ac986e67d201796d1d8171e7869db387a":[11,0,0,0,2],
+"classEvent_1_1AbstractEvent.html#ac986e67d201796d1d8171e7869db387a":[10,0,0,0,2],
"classEvent_1_1AbstractEvent.html#ae4536c4ef8cd1ab7d984f479950fb569":[10,0,0,0,1],
"classEvent_1_1AbstractEvent.html#ae4536c4ef8cd1ab7d984f479950fb569":[11,0,0,0,1],
"classEvent_1_1HandlerWrapper.html":[11,0,0,1],
"classEvent_1_1HandlerWrapper.html":[10,0,0,1],
"classEvent_1_1HandlerWrapper.html#aa5e51387f626c78d993c07f908c6aea0":[10,0,0,1,0],
"classEvent_1_1HandlerWrapper.html#aa5e51387f626c78d993c07f908c6aea0":[11,0,0,1,0],
-"classEvent_1_1HandlerWrapperInterface.html":[10,0,0,2],
"classEvent_1_1HandlerWrapperInterface.html":[11,0,0,2],
+"classEvent_1_1HandlerWrapperInterface.html":[10,0,0,2],
"classEvent_1_1HandlerWrapperInterface.html#a4859291b648aca2e7b8f0a199ac09fdf":[10,0,0,2,0],
"classEvent_1_1HandlerWrapperInterface.html#a4859291b648aca2e7b8f0a199ac09fdf":[11,0,0,2,0],
-"classEvent_1_1HandlerWrapperInterface.html#a5831f9e644c9172c6d27aa4d33d33562":[10,0,0,2,1],
"classEvent_1_1HandlerWrapperInterface.html#a5831f9e644c9172c6d27aa4d33d33562":[11,0,0,2,1],
-"classEvent_1_1Manager.html":[10,0,0,3]
+"classEvent_1_1HandlerWrapperInterface.html#a5831f9e644c9172c6d27aa4d33d33562":[10,0,0,2,1],
+"classEvent_1_1Manager.html":[10,0,0,3],
+"classEvent_1_1Manager.html":[11,0,0,3],
+"classEvent_1_1Manager.html#a03622d14fc20b1c7d3ae025b62787ac2":[10,0,0,3,3],
+"classEvent_1_1Manager.html#a03622d14fc20b1c7d3ae025b62787ac2":[11,0,0,3,3]
};
diff --git a/navtreeindex3.js b/navtreeindex3.js
index ae2978c9..576d8e6a 100644
--- a/navtreeindex3.js
+++ b/navtreeindex3.js
@@ -1,14 +1,11 @@
var NAVTREEINDEX3 =
{
-"classEvent_1_1Manager.html":[11,0,0,3],
-"classEvent_1_1Manager.html#a03622d14fc20b1c7d3ae025b62787ac2":[11,0,0,3,3],
-"classEvent_1_1Manager.html#a03622d14fc20b1c7d3ae025b62787ac2":[10,0,0,3,3],
"classEvent_1_1Manager.html#a185c0a077e8e08d120f9fd78e0f47c4a":[10,0,0,3,0],
"classEvent_1_1Manager.html#a185c0a077e8e08d120f9fd78e0f47c4a":[11,0,0,3,0],
-"classEvent_1_1Manager.html#a40f2d0487c1d69f6a94870486ab29533":[11,0,0,3,1],
"classEvent_1_1Manager.html#a40f2d0487c1d69f6a94870486ab29533":[10,0,0,3,1],
-"classEvent_1_1Manager.html#a4fcaf775ed87ffd95d21b29121b33cd9":[10,0,0,3,4],
+"classEvent_1_1Manager.html#a40f2d0487c1d69f6a94870486ab29533":[11,0,0,3,1],
"classEvent_1_1Manager.html#a4fcaf775ed87ffd95d21b29121b33cd9":[11,0,0,3,4],
+"classEvent_1_1Manager.html#a4fcaf775ed87ffd95d21b29121b33cd9":[10,0,0,3,4],
"classEvent_1_1Manager.html#a7adbe8b590351f11a9c9faad667784ef":[11,0,0,3,2],
"classEvent_1_1Manager.html#a7adbe8b590351f11a9c9faad667784ef":[10,0,0,3,2],
"classEvent_1_1PlayerMoving.html":[11,0,0,4],
@@ -17,237 +14,240 @@ var NAVTREEINDEX3 =
"classEvent_1_1PlayerMoving.html#a098353c7b89dd61acaf4c52e44b9756f":[10,0,0,4,1],
"classEvent_1_1PlayerMoving.html#a25cd5c0ffaa4a0d7fe1979f1c4b4b3c3":[11,0,0,4,0],
"classEvent_1_1PlayerMoving.html#a25cd5c0ffaa4a0d7fe1979f1c4b4b3c3":[10,0,0,4,0],
-"classEvent_1_1PlayerMoving.html#a519e1cb9db2a6fbf1ffc5fdd198ab4b0":[11,0,0,4,4],
"classEvent_1_1PlayerMoving.html#a519e1cb9db2a6fbf1ffc5fdd198ab4b0":[10,0,0,4,4],
-"classEvent_1_1PlayerMoving.html#a8724824d78267153cd7dd69f169cb0f9":[11,0,0,4,5],
+"classEvent_1_1PlayerMoving.html#a519e1cb9db2a6fbf1ffc5fdd198ab4b0":[11,0,0,4,4],
"classEvent_1_1PlayerMoving.html#a8724824d78267153cd7dd69f169cb0f9":[10,0,0,4,5],
-"classEvent_1_1PlayerMoving.html#abafddb0ce5fdd743e058f385d1ad2c6f":[10,0,0,4,2],
+"classEvent_1_1PlayerMoving.html#a8724824d78267153cd7dd69f169cb0f9":[11,0,0,4,5],
"classEvent_1_1PlayerMoving.html#abafddb0ce5fdd743e058f385d1ad2c6f":[11,0,0,4,2],
-"classEvent_1_1PlayerMoving.html#ac91180ec7398c71386b2c1a944e12804":[10,0,0,4,3],
+"classEvent_1_1PlayerMoving.html#abafddb0ce5fdd743e058f385d1ad2c6f":[10,0,0,4,2],
"classEvent_1_1PlayerMoving.html#ac91180ec7398c71386b2c1a944e12804":[11,0,0,4,3],
-"classEvent_1_1PlayerMoving.html#ae6ed972b6a5850bb9b4c44b8c89285dd":[10,0,0,4,6],
+"classEvent_1_1PlayerMoving.html#ac91180ec7398c71386b2c1a944e12804":[10,0,0,4,3],
"classEvent_1_1PlayerMoving.html#ae6ed972b6a5850bb9b4c44b8c89285dd":[11,0,0,4,6],
-"classFileOutput.html":[11,0,33],
-"classFileOutput.html#a2cdf9b229a5b82b722728fdddad8503b":[11,0,33,2],
-"classFileOutput.html#abe25013e05ebc0e54af64b41619e9511":[11,0,33,1],
-"classFileOutput.html#aef715a0ce0036786c5160b1f7baefb0b":[11,0,33,0],
-"classHistory.html":[11,0,37],
-"classHistory.html#a157dd81dbf380fd3fbe71a8c05ab79ed":[11,0,37,1],
-"classHistory.html#a9937f1512abab01e09ae808a866c7c64":[11,0,37,3],
-"classHistory.html#ab3669e563bc3aa8e094b53bff1fb2ca6":[11,0,37,0],
-"classHistory.html#ac27dd6845ca0f414017ff591e9ae4e90":[11,0,37,4],
-"classHistory.html#affeb2a1835f63948681fb91286042ca3":[11,0,37,2],
-"classHitBox.html":[11,0,38],
-"classHitBox.html#a09a15b7005b624c93cc03ebbc4a3d375":[11,0,38,6],
-"classHitBox.html#a629e2236954ae1eb12dad602668a237e":[11,0,38,4],
-"classHitBox.html#a63004c4f5e9e4de73e676ec9731a4d4b":[11,0,38,7],
-"classHitBox.html#a7ece785c82fb3816997e75aa872d965f":[11,0,38,3],
-"classHitBox.html#a96b589b3fc06b7528e1d71388bfd1a0c":[11,0,38,5],
-"classHitBox.html#a9c0b6b2699aef1677a6d288a425ca7d0":[11,0,38,0],
-"classHitBox.html#aabe3d8faa7ac4453230418c607d951c2":[11,0,38,2],
-"classHitBox.html#accb984116fb56a31b5ac6743b52c7864":[11,0,38,1],
-"classIPacket.html":[11,0,44],
-"classIPacket.html#a4228fd890d4c6bd61aa47d5611d6de67":[11,0,44,8],
-"classIPacket.html#a4369f658f6d1ac11ba4a6101931df110":[11,0,44,12],
-"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569":[11,0,44,0],
-"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569a09615e47f229c3d2725c924d0af4a0ce":[11,0,44,0,2],
-"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569a2611071c97c8fcbf9552751c77bffdfa":[11,0,44,0,9],
-"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569a3d9c91ce3c1f8480bbc2f2044602436c":[11,0,44,0,8],
-"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569a3ec3ed48a474467a9d62ec8827227c11":[11,0,44,0,12],
-"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569a41d0a6500f70645f081e8c2c0d675cae":[11,0,44,0,4],
-"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569a57bf742db8608b05d1f2d2b38332c38d":[11,0,44,0,11],
-"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569aa933b4eab2f8c05c250a78452a4475ef":[11,0,44,0,6],
-"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569ab087a51a9b768da05c3038997aafcfb0":[11,0,44,0,1],
-"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569abfcf8e49487aa8235464acb16fc19cd7":[11,0,44,0,10],
-"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569ac8e8e43935c45683be5302fa7329182a":[11,0,44,0,7],
-"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569add7cd0eb57db08d4f98abc48e5593462":[11,0,44,0,3],
-"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569ae07ff41a486c27c095a15898dcca34d1":[11,0,44,0,5],
-"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569af877da16e0c12743466e4059018d0d98":[11,0,44,0,0],
-"classIPacket.html#a4b9ebee53e0a9ad2c02d0fe3aae39724":[11,0,44,3],
-"classIPacket.html#a50acdc0b2287d8afbb66124ec3cb6f21":[11,0,44,10],
-"classIPacket.html#a768ac28e49ac98205b3319109dff697c":[11,0,44,6],
-"classIPacket.html#a970e033333775279b4a962551be32708":[11,0,44,4],
-"classIPacket.html#aaa9e43a4f96d2e77153848c67dc8a43f":[11,0,44,7],
-"classIPacket.html#aafed1fd2c2d33e71402e66385e77e21f":[11,0,44,11],
-"classIPacket.html#ab710cd5faf4a0420d6a27ae8763fe4cc":[11,0,44,9],
-"classIPacket.html#ac1213f746277104a05b1dfa86ca505bb":[11,0,44,1],
-"classIPacket.html#ae3059336c70d9e1c36816a53ecc4f746":[11,0,44,5],
-"classIPacket.html#ae667321d40f435d76873821e52745436":[11,0,44,16],
-"classIPacket.html#ae77519d0f578a7710a6b5b7b25126ea3":[11,0,44,15],
-"classIPacket.html#aebd08dc223b5854f99c1dbadf3bc132e":[11,0,44,2],
-"classIPacket.html#af4dd08718a1813d31b2d2b30eb66ced9":[11,0,44,14],
-"classIPacket.html#afd943f08afc066b5d92aa9a5e9edce78":[11,0,44,13],
-"classIdGenerator.html":[11,0,39],
-"classIdGenerator.html#a0f179cc4755acb5e6f6b25b84bc3c407":[11,0,39,3],
-"classIdGenerator.html#a3d24d3dcca075a8b5b0fa3ce255ebb80":[11,0,39,1],
-"classIdGenerator.html#a684f5de4f3584f1e7ca3cdec130b9676":[11,0,39,5],
-"classIdGenerator.html#aa3bb014f6eb74be6122365d22bdf0ee4":[11,0,39,6],
-"classIdGenerator.html#ab9e37605d5f3916ea7df3fff7c39620c":[11,0,39,0],
-"classIdGenerator.html#acfd0df8a7ab6987b3a3f7babd3a25527":[11,0,39,2],
-"classIdGenerator.html#acfd2b8b0efb3d131509575b961333b69":[11,0,39,4],
-"classIdList.html":[11,0,40],
-"classIdList.html#a37a32451a3f16a9129a6fc6143549609":[11,0,40,15],
-"classIdList.html#a51e84ac9c51792b96d037579d4ad2e5a":[11,0,40,0],
-"classIdList.html#a5ae7d76de56fe94f1831bd1c6e834ecb":[11,0,40,10],
-"classIdList.html#a645f0fefbd36a6cafd42f81ff27fd96c":[11,0,40,1],
-"classIdList.html#a735bbf293da3e20da9271f5b9f0e1904":[11,0,40,5],
-"classIdList.html#a74c071b70b6ecca184fd950f8e7d8417":[11,0,40,7],
-"classIdList.html#a7a325affc5650075383909a95651034b":[11,0,40,8],
-"classIdList.html#a7de080ab23728097cb28fa19da30d5f2":[11,0,40,2],
-"classIdList.html#a7e939a9ac873e13ea125d963ad13c426":[11,0,40,6],
-"classIdList.html#a7f34fd2efe2686e03082fbd723f0fbdd":[11,0,40,4],
-"classIdList.html#a8dffea83014485c4baebd6d64d044c49":[11,0,40,14],
-"classIdList.html#a9b8e8a2d4541b5a49fa4ea1c8cec2c4a":[11,0,40,11],
-"classIdList.html#a9f13a6e2c7b0ad078aec1ed58731aae2":[11,0,40,9],
-"classIdList.html#ac3297bdddb65be4adebbbfa70fd7ba4a":[11,0,40,12],
-"classIdList.html#af4c6c8927e0c292edb643e6e894b6950":[11,0,40,13],
-"classIdList.html#afef5fe68381cd9e3e31241df970adb8b":[11,0,40,3],
-"classImage.html":[11,0,41],
-"classImage.html#a0294f63700543e11c0f0da85601c7ae5":[11,0,41,4],
-"classImage.html#a0703dd36a3efe24a57531b225828ddec":[11,0,41,13],
-"classImage.html#a0d0d10250eb2f062244e0bdab2fc6901":[11,0,41,18],
-"classImage.html#a20a5cb82bbecd48bdcea519bf53bc051":[11,0,41,2],
-"classImage.html#a3261b28e4da1955ba89ad6665bfc2f8e":[11,0,41,14],
-"classImage.html#a3615c0b5e441172283352b63489c6798":[11,0,41,8],
-"classImage.html#a3a233515eb3a5f83917dc634c778db5a":[11,0,41,6],
-"classImage.html#a4c4f631b85b6363dd713903d02dab693":[11,0,41,7],
-"classImage.html#a58edd1c45b4faeb5f789b0d036d02313":[11,0,41,1],
-"classImage.html#aa4fb6cbaa00822c5afa8e40b2c870a9a":[11,0,41,5],
-"classImage.html#aaa95fc16a964f6f0285e7c51265b397c":[11,0,41,10],
-"classImage.html#ab3d72c4c60d06ca1c897dd58526a8702":[11,0,41,3],
-"classImage.html#abb630a854e037463e527f46d65371c3e":[11,0,41,17],
-"classImage.html#abfca1ef9581fd7f4797b24b67ae4300e":[11,0,41,11],
-"classImage.html#acb6a143b89f8a85f0ad7e3f311272814":[11,0,41,12],
-"classImage.html#accc61110a5c1048242212d482c63f5c8":[11,0,41,9],
-"classImage.html#aebce8e4c25a0b111ba906192fc0390bb":[11,0,41,19],
-"classImage.html#af5329c640531fa376014bd387a8657c2":[11,0,41,16],
-"classImage.html#af56e0fca4971d34559f7ba57a1d0c430":[11,0,41,15],
-"classInput.html":[11,0,43],
-"classInput.html#a0be44bf062481fd4b60c21607a2ee50a":[11,0,43,0],
-"classInput.html#a0be44bf062481fd4b60c21607a2ee50aa109d54efbb64d71f9a6ab18d0fb8add8":[11,0,43,0,0],
-"classInput.html#a0be44bf062481fd4b60c21607a2ee50aa5381dc876ab002103a027265bc14ae52":[11,0,43,0,1],
-"classInput.html#a0be44bf062481fd4b60c21607a2ee50aa5f7fd05d6eee2cf377a64ae7f4adcd6b":[11,0,43,0,2],
-"classInput.html#a0be44bf062481fd4b60c21607a2ee50aab50339a10e1de285ac99d4c3990b8693":[11,0,43,0,3],
-"classInput.html#a271f9ae0888e9d9e594a678d54438a39":[11,0,43,4],
-"classInput.html#aa895b31518ef527a6463c70fb4709097":[11,0,43,1],
-"classInput.html#abc3e0e7f94a824fbdc65957d51fe6eda":[11,0,43,7],
-"classInput.html#af25d84c4040545af992719baa33177ac":[11,0,43,6],
-"classInput.html#af27940a5ccc50e41923999fc859033cb":[11,0,43,3],
-"classInput.html#af2db35ba67c8a8ccd23bef6a482fc291":[11,0,43,2],
-"classInput.html#af6cd2f591860019c65f4ccf7076f195a":[11,0,43,5],
-"classItemInfo.html":[11,0,45],
-"classItemInfo.html#a9d898f32712d5daa690f863d6e59362b":[11,0,45,0],
-"classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba20f3dcb57070288ee0ddf10cc74f0227":[11,0,45,0,1],
-"classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba2ab9cca6084f8f97f1cea26ffe5519ee":[11,0,45,0,3],
-"classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba3cbcd79e6f222546fb99ee953e9be064":[11,0,45,0,2],
-"classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba3f838d433c2e02c97194e9356c55b51a":[11,0,45,0,0],
-"classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba44479b23ec64ea7d14dd00a74e7ada85":[11,0,45,0,8],
-"classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba6adf97f83acf6453d4a6a4b1070f3754":[11,0,45,0,9],
-"classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba81c24c60f9662f1c6eb66ef72dff033f":[11,0,45,0,7],
-"classItemInfo.html#a9d898f32712d5daa690f863d6e59362baa298bd451b145dd41effea6e7cb2f0c5":[11,0,45,0,5],
-"classItemInfo.html#a9d898f32712d5daa690f863d6e59362bae1181c592b58c854544170da195ef749":[11,0,45,0,4],
-"classItemInfo.html#a9d898f32712d5daa690f863d6e59362baea0928cb890a46d1bf1f5e1ab5247bf9":[11,0,45,0,6],
-"classItemInfo.html#ac598cab290a76b77150ba8cd5039385d":[11,0,45,1],
-"classItemInfo.html#aea672179d3f49c9cb97d128538a6c1ab":[11,0,45,2],
-"classItemInfo.html#af0b5870812676ce07c60450db4499cb7":[11,0,45,3],
-"classItemsInfo.html":[11,0,46],
-"classItemsInfo.html#ac07fb82734d03064216533f9ffaa7e97":[11,0,46,2],
-"classItemsInfo.html#acb3c535fcd9a1bb222ae1883b77d57d2":[11,0,46,0],
-"classItemsInfo.html#ae0f78a41ae660141fe043c89de764c4f":[11,0,46,1],
-"classJoinThreads.html":[11,0,48],
-"classJoinThreads.html#a1091279804075cc09628131a7691bdb5":[11,0,48,1],
-"classJoinThreads.html#a8fb417fdbcbf6a2fbaed27189473ecfe":[11,0,48,0],
-"classLoadDistancePacket.html":[11,0,50],
-"classLoadDistancePacket.html#a266f4e092814c35f309e8304acd5f1d1":[11,0,50,6],
-"classLoadDistancePacket.html#a282bdc28c9830e4dc66146ca17cca0c8":[11,0,50,0],
-"classLoadDistancePacket.html#a295ea97fc14d15a4da6cf2ec07412ade":[11,0,50,4],
-"classLoadDistancePacket.html#a29bfd0173deb830647a9ae30f8005d34":[11,0,50,8],
-"classLoadDistancePacket.html#a30905498c4aa8a1e2de5ec1c82d28932":[11,0,50,9],
-"classLoadDistancePacket.html#a37e58f3874926f498815324e5a7db908":[11,0,50,10],
-"classLoadDistancePacket.html#a4be6c9df718a41624dd50c4d81762412":[11,0,50,7],
-"classLoadDistancePacket.html#a5781293c09d1df1bce61fcb9f4e5e6d0":[11,0,50,13],
-"classLoadDistancePacket.html#aa0ef8cd11ffac29edc0517f72b15b90f":[11,0,50,14],
-"classLoadDistancePacket.html#aa4aa6b3c68e7945f8aeda56467d1923a":[11,0,50,5],
-"classLoadDistancePacket.html#abe8adc1c2661de14c986fc87c4379ec5":[11,0,50,2],
-"classLoadDistancePacket.html#ac9b8b392e5179e23e524068a920d0c74":[11,0,50,11],
-"classLoadDistancePacket.html#aef02896851f17e67e9b5dd9c06592efb":[11,0,50,3],
-"classLoadDistancePacket.html#af996c6a5797a1d8abede86290c8520de":[11,0,50,12],
-"classLoadDistancePacket.html#afb2b89ca7599e4b81395b18c9434c99e":[11,0,50,1],
-"classLogger.html":[11,0,51],
-"classLogger.html#a4fdec383dd7fbd734ecd1d447e762971":[11,0,51,7],
-"classLogger.html#a620c2c7038b6d73402a6b64cdb3ea8ad":[11,0,51,5],
-"classLogger.html#a88db10d14e5ee48a5f3c4f7365ea0a21":[11,0,51,3],
-"classLogger.html#a8fe02104f0954471b1788b0ecf346933":[11,0,51,6],
-"classLogger.html#a9556d57fb4b693911149599a8724b2b0":[11,0,51,9],
-"classLogger.html#ab138ded838fa6698b7e6f74f5fc57efc":[11,0,51,8],
-"classLogger.html#abc41bfb031d896170c7675fa96a6b30c":[11,0,51,1],
-"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8f":[11,0,51,0],
-"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fa3ce1bbeb15a3d8e29e4c5e75492a781b":[11,0,51,0,1],
-"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fa4157b31e8897f6aaf720fe5e869638b9":[11,0,51,0,0],
-"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fa61a9b6fc1e9babc448984b8a34ca2ed2":[11,0,51,0,3],
-"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fa8a60917dff9a8d8ae408cf3d4db1bd90":[11,0,51,0,5],
-"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fab12bf449ab3c91f3e649df42f9448c12":[11,0,51,0,6],
-"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fabdc8d840ac4b73e1bd3212184af8f85e":[11,0,51,0,4],
-"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fafb1bf96f41b282521d9438106ea11bca":[11,0,51,0,2],
-"classLogger.html#ae588fefbe500d9061e2ca2b314aa325f":[11,0,51,2],
-"classLogger.html#ae5d3b0c1fbbb73f7155fb4b682ac5f87":[11,0,51,4],
-"classMat4.html":[11,0,52],
-"classMat4.html#a3e5a90ffb20789a93f3cede551d9a1ed":[11,0,52,2],
-"classMat4.html#a3ef488276ad5977343c5a6d7a2202c71":[11,0,52,3],
-"classMat4.html#a7908b54583ed2bd62228a01a01b9ef9c":[11,0,52,4],
-"classMat4.html#a91811ca098cf3c71874e9e0c991678b7":[11,0,52,0],
-"classMat4.html#ac58529fdf443319bb6406eed968ad222":[11,0,52,1],
-"classMat4.html#ad2746477f1d64566df1db42792dd0022":[11,0,52,5],
-"classMob.html":[11,0,54],
-"classMob.html#a0c11b0314eced9673f0ce74792361b4c":[11,0,54,12],
-"classMob.html#a0c546d367c08cdfaf3041decef88d3a0":[11,0,54,5],
-"classMob.html#a14ae571cbb355451d96543b49708b4c1":[11,0,54,6],
-"classMob.html#a16f0274ece9dfd089a77327944df35c8":[11,0,54,10],
-"classMob.html#a1afe0a455709f9d96bb14c84b00d0552":[11,0,54,2],
-"classMob.html#a1dc160318c570d397e10988bf392db21":[11,0,54,11],
-"classMob.html#a207750b0f1af2517a22cc792260baff3":[11,0,54,4],
-"classMob.html#a22e96adb4fba3f1f119f8d9ea2d27910":[11,0,54,13],
-"classMob.html#a804b096e0d16aa61a4991b9ea39db3dd":[11,0,54,1],
-"classMob.html#a8e114e26647e69bb98ffc68f488175fd":[11,0,54,17],
-"classMob.html#a8f1d84258c7220a5ccf0180f091ab949":[11,0,54,19],
-"classMob.html#a9291eb09ed8333a6189c98242783ed19":[11,0,54,3],
-"classMob.html#a96dfc9fae603633056d6757e3b87ea4d":[11,0,54,0],
-"classMob.html#aa778a5d5999a7c9b367d3e54dea618e7":[11,0,54,14],
-"classMob.html#ab4c8da28fafe8aec26322e5f89069427":[11,0,54,16],
-"classMob.html#abd4aa97075b4b1040c9ca67ccb37b6e2":[11,0,54,7],
-"classMob.html#ac22dcb637f80625bc1ae30edf46aec45":[11,0,54,8],
-"classMob.html#acd48dd3342ecb31bb74b644f55a7cd3c":[11,0,54,15],
-"classMob.html#ae5fea291d4689996bdf6a86b06396c44":[11,0,54,18],
-"classMob.html#af6f53d39cdd335a9a6252ed24e3e5156":[11,0,54,9],
-"classNetworkThread.html":[11,0,56],
-"classNetworkThread.html#a0a750cc412026ed9dd19371c840a4a5b":[11,0,56,0],
-"classNetworkThread.html#a7969d706478e1a562b34fa1de7c8e3e5":[11,0,56,4],
-"classNetworkThread.html#adaed788a9be6fbb4ed1aef9905e3e18f":[11,0,56,1],
-"classNetworkThread.html#af2213fc4d24376799c2a039f97b33882":[11,0,56,3],
-"classNetworkThread.html#af888a6f0149d3f804a6ab015f1d8feb8":[11,0,56,2],
-"classObjLoader.html":[11,0,57],
-"classObjLoader.html#a2fb37ec5204549d3a423fc42b21e3bc5":[11,0,57,0],
-"classObjLoader.html#a5fa6ee94be71986475151b952f56cdb5":[11,0,57,1],
-"classObjLoader.html#ad66e9299069e12d6cfe62b1350f2105c":[11,0,57,2],
-"classPacketFactory.html":[11,0,59],
-"classPacketFactory.html#a3c604f5541e20f22357270c9c0d985e1":[11,0,59,0],
-"classPacketFactory.html#a76581a4400550cc3f3da935ce0112f43":[11,0,59,2],
-"classPacketFactory.html#a7a6d02d0affffc5839b307e5ca111414":[11,0,59,1],
-"classPacketFactory.html#a7d1f9c8e98cc12251a7d7f23ac067c74":[11,0,59,4],
-"classPacketFactory.html#ad5d085d064bc559c1a08231fcdae51b0":[11,0,59,3],
-"classPacketFactory.html#adf5f3d56e11944ee849ee817a8b3509e":[11,0,59,5],
-"classPerlin.html":[11,0,60],
-"classPerlin.html#a3673b8671ccad92c77cee8172f2195c7":[11,0,60,0],
-"classPerlin.html#a5e65dd9a201248a3d27da333d42bbd70":[11,0,60,2],
-"classPerlin.html#acd2456017152d413ce1f14d4726fff6c":[11,0,60,3],
-"classPerlin.html#ae571597e43864f2e2d35fcb3af2fa68c":[11,0,60,4],
-"classPerlin.html#afd3c39d8ebd3c9295b9d89ac69e44dec":[11,0,60,1],
-"classPingPacket.html":[11,0,61],
-"classPingPacket.html#a072672d4fafd4763a3513a63a473aa1d":[11,0,61,16],
-"classPingPacket.html#a0771f73d566dc9ec19b1eaf84138868a":[11,0,61,14],
-"classPingPacket.html#a14af60f82feb375962a50222dcdbc868":[11,0,61,6],
-"classPingPacket.html#a1676a18f8161c9f86378f67f7a7e3675":[11,0,61,7],
-"classPingPacket.html#a3d9fa32fca80897bf292d1286a97b36f":[11,0,61,8],
-"classPingPacket.html#a3fbd6abfa23e62f1abbc44794173dd1d":[11,0,61,1],
-"classPingPacket.html#a41488fec30e7c0d733d9c13d53b58880":[11,0,61,0]
+"classEvent_1_1PlayerMoving.html#ae6ed972b6a5850bb9b4c44b8c89285dd":[10,0,0,4,6],
+"classFileOutput.html":[11,0,34],
+"classFileOutput.html#a2cdf9b229a5b82b722728fdddad8503b":[11,0,34,2],
+"classFileOutput.html#abe25013e05ebc0e54af64b41619e9511":[11,0,34,1],
+"classFileOutput.html#aef715a0ce0036786c5160b1f7baefb0b":[11,0,34,0],
+"classHistory.html":[11,0,38],
+"classHistory.html#a157dd81dbf380fd3fbe71a8c05ab79ed":[11,0,38,1],
+"classHistory.html#a9937f1512abab01e09ae808a866c7c64":[11,0,38,3],
+"classHistory.html#ab3669e563bc3aa8e094b53bff1fb2ca6":[11,0,38,0],
+"classHistory.html#ac27dd6845ca0f414017ff591e9ae4e90":[11,0,38,4],
+"classHistory.html#affeb2a1835f63948681fb91286042ca3":[11,0,38,2],
+"classHitBox.html":[11,0,39],
+"classHitBox.html#a09a15b7005b624c93cc03ebbc4a3d375":[11,0,39,6],
+"classHitBox.html#a629e2236954ae1eb12dad602668a237e":[11,0,39,4],
+"classHitBox.html#a63004c4f5e9e4de73e676ec9731a4d4b":[11,0,39,7],
+"classHitBox.html#a7ece785c82fb3816997e75aa872d965f":[11,0,39,3],
+"classHitBox.html#a96b589b3fc06b7528e1d71388bfd1a0c":[11,0,39,5],
+"classHitBox.html#a9c0b6b2699aef1677a6d288a425ca7d0":[11,0,39,0],
+"classHitBox.html#aabe3d8faa7ac4453230418c607d951c2":[11,0,39,2],
+"classHitBox.html#accb984116fb56a31b5ac6743b52c7864":[11,0,39,1],
+"classIPacket.html":[11,0,45],
+"classIPacket.html#a4228fd890d4c6bd61aa47d5611d6de67":[11,0,45,8],
+"classIPacket.html#a4369f658f6d1ac11ba4a6101931df110":[11,0,45,12],
+"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569":[11,0,45,0],
+"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569a09615e47f229c3d2725c924d0af4a0ce":[11,0,45,0,2],
+"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569a2611071c97c8fcbf9552751c77bffdfa":[11,0,45,0,9],
+"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569a3d9c91ce3c1f8480bbc2f2044602436c":[11,0,45,0,8],
+"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569a3ec3ed48a474467a9d62ec8827227c11":[11,0,45,0,12],
+"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569a41d0a6500f70645f081e8c2c0d675cae":[11,0,45,0,4],
+"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569a57bf742db8608b05d1f2d2b38332c38d":[11,0,45,0,11],
+"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569aa933b4eab2f8c05c250a78452a4475ef":[11,0,45,0,6],
+"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569ab087a51a9b768da05c3038997aafcfb0":[11,0,45,0,1],
+"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569abfcf8e49487aa8235464acb16fc19cd7":[11,0,45,0,10],
+"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569ac8e8e43935c45683be5302fa7329182a":[11,0,45,0,7],
+"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569add7cd0eb57db08d4f98abc48e5593462":[11,0,45,0,3],
+"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569ae07ff41a486c27c095a15898dcca34d1":[11,0,45,0,5],
+"classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569af877da16e0c12743466e4059018d0d98":[11,0,45,0,0],
+"classIPacket.html#a4b9ebee53e0a9ad2c02d0fe3aae39724":[11,0,45,3],
+"classIPacket.html#a50acdc0b2287d8afbb66124ec3cb6f21":[11,0,45,10],
+"classIPacket.html#a768ac28e49ac98205b3319109dff697c":[11,0,45,6],
+"classIPacket.html#a970e033333775279b4a962551be32708":[11,0,45,4],
+"classIPacket.html#aaa9e43a4f96d2e77153848c67dc8a43f":[11,0,45,7],
+"classIPacket.html#aafed1fd2c2d33e71402e66385e77e21f":[11,0,45,11],
+"classIPacket.html#ab710cd5faf4a0420d6a27ae8763fe4cc":[11,0,45,9],
+"classIPacket.html#ac1213f746277104a05b1dfa86ca505bb":[11,0,45,1],
+"classIPacket.html#ae3059336c70d9e1c36816a53ecc4f746":[11,0,45,5],
+"classIPacket.html#ae667321d40f435d76873821e52745436":[11,0,45,16],
+"classIPacket.html#ae77519d0f578a7710a6b5b7b25126ea3":[11,0,45,15],
+"classIPacket.html#aebd08dc223b5854f99c1dbadf3bc132e":[11,0,45,2],
+"classIPacket.html#af4dd08718a1813d31b2d2b30eb66ced9":[11,0,45,14],
+"classIPacket.html#afd943f08afc066b5d92aa9a5e9edce78":[11,0,45,13],
+"classIdGenerator.html":[11,0,40],
+"classIdGenerator.html#a0f179cc4755acb5e6f6b25b84bc3c407":[11,0,40,3],
+"classIdGenerator.html#a3d24d3dcca075a8b5b0fa3ce255ebb80":[11,0,40,1],
+"classIdGenerator.html#a684f5de4f3584f1e7ca3cdec130b9676":[11,0,40,5],
+"classIdGenerator.html#aa3bb014f6eb74be6122365d22bdf0ee4":[11,0,40,6],
+"classIdGenerator.html#ab9e37605d5f3916ea7df3fff7c39620c":[11,0,40,0],
+"classIdGenerator.html#acfd0df8a7ab6987b3a3f7babd3a25527":[11,0,40,2],
+"classIdGenerator.html#acfd2b8b0efb3d131509575b961333b69":[11,0,40,4],
+"classIdList.html":[11,0,41],
+"classIdList.html#a37a32451a3f16a9129a6fc6143549609":[11,0,41,15],
+"classIdList.html#a51e84ac9c51792b96d037579d4ad2e5a":[11,0,41,0],
+"classIdList.html#a5ae7d76de56fe94f1831bd1c6e834ecb":[11,0,41,10],
+"classIdList.html#a645f0fefbd36a6cafd42f81ff27fd96c":[11,0,41,1],
+"classIdList.html#a735bbf293da3e20da9271f5b9f0e1904":[11,0,41,5],
+"classIdList.html#a74c071b70b6ecca184fd950f8e7d8417":[11,0,41,7],
+"classIdList.html#a7a325affc5650075383909a95651034b":[11,0,41,8],
+"classIdList.html#a7de080ab23728097cb28fa19da30d5f2":[11,0,41,2],
+"classIdList.html#a7e939a9ac873e13ea125d963ad13c426":[11,0,41,6],
+"classIdList.html#a7f34fd2efe2686e03082fbd723f0fbdd":[11,0,41,4],
+"classIdList.html#a8dffea83014485c4baebd6d64d044c49":[11,0,41,14],
+"classIdList.html#a9b8e8a2d4541b5a49fa4ea1c8cec2c4a":[11,0,41,11],
+"classIdList.html#a9f13a6e2c7b0ad078aec1ed58731aae2":[11,0,41,9],
+"classIdList.html#ac3297bdddb65be4adebbbfa70fd7ba4a":[11,0,41,12],
+"classIdList.html#af4c6c8927e0c292edb643e6e894b6950":[11,0,41,13],
+"classIdList.html#afef5fe68381cd9e3e31241df970adb8b":[11,0,41,3],
+"classImage.html":[11,0,42],
+"classImage.html#a0294f63700543e11c0f0da85601c7ae5":[11,0,42,4],
+"classImage.html#a0703dd36a3efe24a57531b225828ddec":[11,0,42,13],
+"classImage.html#a0d0d10250eb2f062244e0bdab2fc6901":[11,0,42,18],
+"classImage.html#a20a5cb82bbecd48bdcea519bf53bc051":[11,0,42,2],
+"classImage.html#a3261b28e4da1955ba89ad6665bfc2f8e":[11,0,42,14],
+"classImage.html#a3615c0b5e441172283352b63489c6798":[11,0,42,8],
+"classImage.html#a3a233515eb3a5f83917dc634c778db5a":[11,0,42,6],
+"classImage.html#a4c4f631b85b6363dd713903d02dab693":[11,0,42,7],
+"classImage.html#a58edd1c45b4faeb5f789b0d036d02313":[11,0,42,1],
+"classImage.html#aa4fb6cbaa00822c5afa8e40b2c870a9a":[11,0,42,5],
+"classImage.html#aaa95fc16a964f6f0285e7c51265b397c":[11,0,42,10],
+"classImage.html#ab3d72c4c60d06ca1c897dd58526a8702":[11,0,42,3],
+"classImage.html#abb630a854e037463e527f46d65371c3e":[11,0,42,17],
+"classImage.html#abfca1ef9581fd7f4797b24b67ae4300e":[11,0,42,11],
+"classImage.html#acb6a143b89f8a85f0ad7e3f311272814":[11,0,42,12],
+"classImage.html#accc61110a5c1048242212d482c63f5c8":[11,0,42,9],
+"classImage.html#aebce8e4c25a0b111ba906192fc0390bb":[11,0,42,19],
+"classImage.html#af5329c640531fa376014bd387a8657c2":[11,0,42,16],
+"classImage.html#af56e0fca4971d34559f7ba57a1d0c430":[11,0,42,15],
+"classInput.html":[11,0,44],
+"classInput.html#a0be44bf062481fd4b60c21607a2ee50a":[11,0,44,0],
+"classInput.html#a0be44bf062481fd4b60c21607a2ee50aa109d54efbb64d71f9a6ab18d0fb8add8":[11,0,44,0,0],
+"classInput.html#a0be44bf062481fd4b60c21607a2ee50aa5381dc876ab002103a027265bc14ae52":[11,0,44,0,1],
+"classInput.html#a0be44bf062481fd4b60c21607a2ee50aa5f7fd05d6eee2cf377a64ae7f4adcd6b":[11,0,44,0,2],
+"classInput.html#a0be44bf062481fd4b60c21607a2ee50aab50339a10e1de285ac99d4c3990b8693":[11,0,44,0,3],
+"classInput.html#a271f9ae0888e9d9e594a678d54438a39":[11,0,44,4],
+"classInput.html#aa895b31518ef527a6463c70fb4709097":[11,0,44,1],
+"classInput.html#abc3e0e7f94a824fbdc65957d51fe6eda":[11,0,44,7],
+"classInput.html#af25d84c4040545af992719baa33177ac":[11,0,44,6],
+"classInput.html#af27940a5ccc50e41923999fc859033cb":[11,0,44,3],
+"classInput.html#af2db35ba67c8a8ccd23bef6a482fc291":[11,0,44,2],
+"classInput.html#af6cd2f591860019c65f4ccf7076f195a":[11,0,44,5],
+"classItemInfo.html":[11,0,46],
+"classItemInfo.html#a9d898f32712d5daa690f863d6e59362b":[11,0,46,0],
+"classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba20f3dcb57070288ee0ddf10cc74f0227":[11,0,46,0,1],
+"classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba2ab9cca6084f8f97f1cea26ffe5519ee":[11,0,46,0,3],
+"classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba3cbcd79e6f222546fb99ee953e9be064":[11,0,46,0,2],
+"classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba3f838d433c2e02c97194e9356c55b51a":[11,0,46,0,0],
+"classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba44479b23ec64ea7d14dd00a74e7ada85":[11,0,46,0,8],
+"classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba6adf97f83acf6453d4a6a4b1070f3754":[11,0,46,0,9],
+"classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba81c24c60f9662f1c6eb66ef72dff033f":[11,0,46,0,7],
+"classItemInfo.html#a9d898f32712d5daa690f863d6e59362baa298bd451b145dd41effea6e7cb2f0c5":[11,0,46,0,5],
+"classItemInfo.html#a9d898f32712d5daa690f863d6e59362bae1181c592b58c854544170da195ef749":[11,0,46,0,4],
+"classItemInfo.html#a9d898f32712d5daa690f863d6e59362baea0928cb890a46d1bf1f5e1ab5247bf9":[11,0,46,0,6],
+"classItemInfo.html#ac598cab290a76b77150ba8cd5039385d":[11,0,46,1],
+"classItemInfo.html#aea672179d3f49c9cb97d128538a6c1ab":[11,0,46,2],
+"classItemInfo.html#af0b5870812676ce07c60450db4499cb7":[11,0,46,3],
+"classItemsInfo.html":[11,0,47],
+"classItemsInfo.html#ac07fb82734d03064216533f9ffaa7e97":[11,0,47,2],
+"classItemsInfo.html#acb3c535fcd9a1bb222ae1883b77d57d2":[11,0,47,0],
+"classItemsInfo.html#ae0f78a41ae660141fe043c89de764c4f":[11,0,47,1],
+"classJoinThreads.html":[11,0,49],
+"classJoinThreads.html#a1091279804075cc09628131a7691bdb5":[11,0,49,1],
+"classJoinThreads.html#a8fb417fdbcbf6a2fbaed27189473ecfe":[11,0,49,0],
+"classLoadDistancePacket.html":[11,0,51],
+"classLoadDistancePacket.html#a266f4e092814c35f309e8304acd5f1d1":[11,0,51,6],
+"classLoadDistancePacket.html#a282bdc28c9830e4dc66146ca17cca0c8":[11,0,51,0],
+"classLoadDistancePacket.html#a295ea97fc14d15a4da6cf2ec07412ade":[11,0,51,4],
+"classLoadDistancePacket.html#a29bfd0173deb830647a9ae30f8005d34":[11,0,51,8],
+"classLoadDistancePacket.html#a30905498c4aa8a1e2de5ec1c82d28932":[11,0,51,9],
+"classLoadDistancePacket.html#a37e58f3874926f498815324e5a7db908":[11,0,51,10],
+"classLoadDistancePacket.html#a4be6c9df718a41624dd50c4d81762412":[11,0,51,7],
+"classLoadDistancePacket.html#a5781293c09d1df1bce61fcb9f4e5e6d0":[11,0,51,13],
+"classLoadDistancePacket.html#aa0ef8cd11ffac29edc0517f72b15b90f":[11,0,51,14],
+"classLoadDistancePacket.html#aa4aa6b3c68e7945f8aeda56467d1923a":[11,0,51,5],
+"classLoadDistancePacket.html#abe8adc1c2661de14c986fc87c4379ec5":[11,0,51,2],
+"classLoadDistancePacket.html#ac9b8b392e5179e23e524068a920d0c74":[11,0,51,11],
+"classLoadDistancePacket.html#aef02896851f17e67e9b5dd9c06592efb":[11,0,51,3],
+"classLoadDistancePacket.html#af996c6a5797a1d8abede86290c8520de":[11,0,51,12],
+"classLoadDistancePacket.html#afb2b89ca7599e4b81395b18c9434c99e":[11,0,51,1],
+"classLogger.html":[11,0,52],
+"classLogger.html#a4fdec383dd7fbd734ecd1d447e762971":[11,0,52,7],
+"classLogger.html#a620c2c7038b6d73402a6b64cdb3ea8ad":[11,0,52,5],
+"classLogger.html#a88db10d14e5ee48a5f3c4f7365ea0a21":[11,0,52,3],
+"classLogger.html#a8fe02104f0954471b1788b0ecf346933":[11,0,52,6],
+"classLogger.html#a9556d57fb4b693911149599a8724b2b0":[11,0,52,9],
+"classLogger.html#ab138ded838fa6698b7e6f74f5fc57efc":[11,0,52,8],
+"classLogger.html#abc41bfb031d896170c7675fa96a6b30c":[11,0,52,1],
+"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8f":[11,0,52,0],
+"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fa3ce1bbeb15a3d8e29e4c5e75492a781b":[11,0,52,0,1],
+"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fa4157b31e8897f6aaf720fe5e869638b9":[11,0,52,0,0],
+"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fa61a9b6fc1e9babc448984b8a34ca2ed2":[11,0,52,0,3],
+"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fa8a60917dff9a8d8ae408cf3d4db1bd90":[11,0,52,0,5],
+"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fab12bf449ab3c91f3e649df42f9448c12":[11,0,52,0,6],
+"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fabdc8d840ac4b73e1bd3212184af8f85e":[11,0,52,0,4],
+"classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fafb1bf96f41b282521d9438106ea11bca":[11,0,52,0,2],
+"classLogger.html#ae588fefbe500d9061e2ca2b314aa325f":[11,0,52,2],
+"classLogger.html#ae5d3b0c1fbbb73f7155fb4b682ac5f87":[11,0,52,4],
+"classMat4.html":[11,0,53],
+"classMat4.html#a3e5a90ffb20789a93f3cede551d9a1ed":[11,0,53,2],
+"classMat4.html#a3ef488276ad5977343c5a6d7a2202c71":[11,0,53,3],
+"classMat4.html#a7908b54583ed2bd62228a01a01b9ef9c":[11,0,53,4],
+"classMat4.html#a91811ca098cf3c71874e9e0c991678b7":[11,0,53,0],
+"classMat4.html#ac58529fdf443319bb6406eed968ad222":[11,0,53,1],
+"classMat4.html#ad2746477f1d64566df1db42792dd0022":[11,0,53,5],
+"classMob.html":[11,0,56],
+"classMob.html#a0c11b0314eced9673f0ce74792361b4c":[11,0,56,12],
+"classMob.html#a0c546d367c08cdfaf3041decef88d3a0":[11,0,56,5],
+"classMob.html#a14ae571cbb355451d96543b49708b4c1":[11,0,56,6],
+"classMob.html#a16f0274ece9dfd089a77327944df35c8":[11,0,56,10],
+"classMob.html#a1afe0a455709f9d96bb14c84b00d0552":[11,0,56,2],
+"classMob.html#a1dc160318c570d397e10988bf392db21":[11,0,56,11],
+"classMob.html#a207750b0f1af2517a22cc792260baff3":[11,0,56,4],
+"classMob.html#a22e96adb4fba3f1f119f8d9ea2d27910":[11,0,56,13],
+"classMob.html#a804b096e0d16aa61a4991b9ea39db3dd":[11,0,56,1],
+"classMob.html#a8e114e26647e69bb98ffc68f488175fd":[11,0,56,17],
+"classMob.html#a8f1d84258c7220a5ccf0180f091ab949":[11,0,56,19],
+"classMob.html#a9291eb09ed8333a6189c98242783ed19":[11,0,56,3],
+"classMob.html#a96dfc9fae603633056d6757e3b87ea4d":[11,0,56,0],
+"classMob.html#aa778a5d5999a7c9b367d3e54dea618e7":[11,0,56,14],
+"classMob.html#ab4c8da28fafe8aec26322e5f89069427":[11,0,56,16],
+"classMob.html#abd4aa97075b4b1040c9ca67ccb37b6e2":[11,0,56,7],
+"classMob.html#ac22dcb637f80625bc1ae30edf46aec45":[11,0,56,8],
+"classMob.html#acd48dd3342ecb31bb74b644f55a7cd3c":[11,0,56,15],
+"classMob.html#ae5fea291d4689996bdf6a86b06396c44":[11,0,56,18],
+"classMob.html#af6f53d39cdd335a9a6252ed24e3e5156":[11,0,56,9],
+"classNetworkThread.html":[11,0,58],
+"classNetworkThread.html#a0a750cc412026ed9dd19371c840a4a5b":[11,0,58,0],
+"classNetworkThread.html#a7969d706478e1a562b34fa1de7c8e3e5":[11,0,58,4],
+"classNetworkThread.html#adaed788a9be6fbb4ed1aef9905e3e18f":[11,0,58,1],
+"classNetworkThread.html#af2213fc4d24376799c2a039f97b33882":[11,0,58,3],
+"classNetworkThread.html#af888a6f0149d3f804a6ab015f1d8feb8":[11,0,58,2],
+"classObjLoader.html":[11,0,59],
+"classObjLoader.html#a2fb37ec5204549d3a423fc42b21e3bc5":[11,0,59,0],
+"classObjLoader.html#a5fa6ee94be71986475151b952f56cdb5":[11,0,59,1],
+"classObjLoader.html#ad66e9299069e12d6cfe62b1350f2105c":[11,0,59,2],
+"classPacketFactory.html":[11,0,61],
+"classPacketFactory.html#a3c604f5541e20f22357270c9c0d985e1":[11,0,61,0],
+"classPacketFactory.html#a76581a4400550cc3f3da935ce0112f43":[11,0,61,2],
+"classPacketFactory.html#a7a6d02d0affffc5839b307e5ca111414":[11,0,61,1],
+"classPacketFactory.html#a7d1f9c8e98cc12251a7d7f23ac067c74":[11,0,61,4],
+"classPacketFactory.html#ad5d085d064bc559c1a08231fcdae51b0":[11,0,61,3],
+"classPacketFactory.html#adf5f3d56e11944ee849ee817a8b3509e":[11,0,61,5],
+"classPerlin.html":[11,0,62],
+"classPerlin.html#a3673b8671ccad92c77cee8172f2195c7":[11,0,62,0],
+"classPerlin.html#a5e65dd9a201248a3d27da333d42bbd70":[11,0,62,2],
+"classPerlin.html#acd2456017152d413ce1f14d4726fff6c":[11,0,62,3],
+"classPerlin.html#ae571597e43864f2e2d35fcb3af2fa68c":[11,0,62,4],
+"classPerlin.html#afd3c39d8ebd3c9295b9d89ac69e44dec":[11,0,62,1],
+"classPingPacket.html":[11,0,63],
+"classPingPacket.html#a072672d4fafd4763a3513a63a473aa1d":[11,0,63,16],
+"classPingPacket.html#a0771f73d566dc9ec19b1eaf84138868a":[11,0,63,14],
+"classPingPacket.html#a14af60f82feb375962a50222dcdbc868":[11,0,63,6],
+"classPingPacket.html#a1676a18f8161c9f86378f67f7a7e3675":[11,0,63,7],
+"classPingPacket.html#a3d9fa32fca80897bf292d1286a97b36f":[11,0,63,8],
+"classPingPacket.html#a3fbd6abfa23e62f1abbc44794173dd1d":[11,0,63,1],
+"classPingPacket.html#a41488fec30e7c0d733d9c13d53b58880":[11,0,63,0],
+"classPingPacket.html#a49cd0a5c95666f2b170e822e93acd275":[11,0,63,10],
+"classPingPacket.html#a55fe3d993b683a0862ccdb14c3e0e19b":[11,0,63,2],
+"classPingPacket.html#a66830ec578950d75949284ee74434af6":[11,0,63,9]
};
diff --git a/navtreeindex4.js b/navtreeindex4.js
index 49a9d5f9..4e6f5f7f 100644
--- a/navtreeindex4.js
+++ b/navtreeindex4.js
@@ -1,253 +1,253 @@
var NAVTREEINDEX4 =
{
-"classPingPacket.html#a49cd0a5c95666f2b170e822e93acd275":[11,0,61,10],
-"classPingPacket.html#a55fe3d993b683a0862ccdb14c3e0e19b":[11,0,61,2],
-"classPingPacket.html#a66830ec578950d75949284ee74434af6":[11,0,61,9],
-"classPingPacket.html#a67be10cd6c39bb90e40752c3e1b6e39f":[11,0,61,3],
-"classPingPacket.html#a691cea170732c3b7988d5881c854b870":[11,0,61,13],
-"classPingPacket.html#a7ea98aa702c6baff333b920cb5f3917e":[11,0,61,5],
-"classPingPacket.html#a95388799546472b6ad545fda53e380f9":[11,0,61,12],
-"classPingPacket.html#aa909b58d4bbbf5a76758b0ce1c4f7aab":[11,0,61,4],
-"classPingPacket.html#aa9f35aa171aaad32531d3c0a6f2a52a8":[11,0,61,15],
-"classPingPacket.html#ab10a0f8e0cbef0e481d3796d6c5ab1bf":[11,0,61,11],
-"classPipeline.html":[11,0,62],
-"classPipeline.html#a10d428d6899d02eeeda0e16f8b0fa109":[11,0,62,8],
-"classPipeline.html#a372ca1f1579d6350790b5a40f9e1292a":[11,0,62,10],
-"classPipeline.html#a38e623c03d6e105861a83432979d63a8":[11,0,62,2],
-"classPipeline.html#a527044d53a20f851d0579fbf313a2dec":[11,0,62,5],
-"classPipeline.html#a5bd72869a5c4d5a9a02a67892be2e1b3":[11,0,62,7],
-"classPipeline.html#a608b23460b3d7e283b04cddac0df1937":[11,0,62,9],
-"classPipeline.html#a75c3ba97f5fd9a5f77d8a5aaec28f4ab":[11,0,62,6],
-"classPipeline.html#a79e49366358f823b8812658f8bf3a9e8":[11,0,62,1],
-"classPipeline.html#acdbef56529368f248e7290f13e8f9940":[11,0,62,3],
-"classPipeline.html#aec42c193a24462d5aec9a30039509f1b":[11,0,62,4],
-"classPlayer.html":[11,0,63],
-"classPlayer.html#a01c1cb041b540e4d657b6c2f5df149c1":[11,0,63,15],
-"classPlayer.html#a12ef01e1a26542218229c2b6a4a1d17e":[11,0,63,8],
-"classPlayer.html#a14bf2e254bd533631ac85fb498e4ac94":[11,0,63,7],
-"classPlayer.html#a1afc183ab0030ef3fd0f76f66aa421a5":[11,0,63,20],
-"classPlayer.html#a1ce76a62694de65a9f47e2b6ebda3725":[11,0,63,47],
-"classPlayer.html#a1e9d0d69ea3b3e666f97e784292d953c":[11,0,63,17],
-"classPlayer.html#a226de302724871714a91df1190a8e893":[11,0,63,38],
-"classPlayer.html#a2bbab5a2f0739cb231d161e9ed479b9d":[11,0,63,51],
-"classPlayer.html#a2cb36c5bd5069fc72552aeec05cc5fca":[11,0,63,9],
-"classPlayer.html#a2ea78fd8cb75bda147dcd592d259a2a4":[11,0,63,32],
-"classPlayer.html#a333e44206106f4585180041030d3cd00":[11,0,63,11],
-"classPlayer.html#a349f074eedf387a35ce879738022bf42":[11,0,63,54],
-"classPlayer.html#a3733354eaf71b26f23344fe257c3d943":[11,0,63,23],
-"classPlayer.html#a39ad689468b2763f5b735a5e4fb78113":[11,0,63,31],
-"classPlayer.html#a4aa598a0fee6173977120bd5ea70206a":[11,0,63,27],
-"classPlayer.html#a50c627af08b58cc3435671d583afa0a4":[11,0,63,49],
-"classPlayer.html#a51098c4bc3a16a6c76947828e6f81528":[11,0,63,39],
-"classPlayer.html#a51abadfb0aa236bcb754b23a60288bb5":[11,0,63,26],
-"classPlayer.html#a524bbb599b86a71c30377d6e80e196dd":[11,0,63,29],
-"classPlayer.html#a52f0375ccfff72f62197c9c0b4df8bc7":[11,0,63,50],
-"classPlayer.html#a55caf512b6d6b3682b59bff8531da250":[11,0,63,19],
-"classPlayer.html#a5eff2a91101a259c208f1aab98a6eda9":[11,0,63,41],
-"classPlayer.html#a5f126c4eb73164722430f85dd2e4f1d4":[11,0,63,46],
-"classPlayer.html#a5f7fb772781161391c078b9a0070d1a4":[11,0,63,16],
-"classPlayer.html#a60c19c665bddaa431f7c61aba55d3d41":[11,0,63,10],
-"classPlayer.html#a69cbe23610d7102e651f01e3a4c4fd99":[11,0,63,33],
-"classPlayer.html#a6beeb56865b114413e5d6a75a9c1e289":[11,0,63,5],
-"classPlayer.html#a72e63c4dee307c57567fe40a08bb292d":[11,0,63,0],
-"classPlayer.html#a72e63c4dee307c57567fe40a08bb292da1089b25a43df6bce533f9729d6640317":[11,0,63,0,0],
-"classPlayer.html#a72e63c4dee307c57567fe40a08bb292da7c4ce9f5ea267332b6998e2f0315c452":[11,0,63,0,1],
-"classPlayer.html#a72e63c4dee307c57567fe40a08bb292daad7525991fe98a3b121c1c71df633c19":[11,0,63,0,2],
-"classPlayer.html#a749d2c00e1fe0f5c2746f7505a58c062":[11,0,63,3],
-"classPlayer.html#a789d13921a74984b368b20ffd0f82680":[11,0,63,21],
-"classPlayer.html#a7fbacb030211a06f1342a56603b51802":[11,0,63,48],
-"classPlayer.html#a85456bffd24f618a68b14274a8f86234":[11,0,63,25],
-"classPlayer.html#a890a5185f4b2ed7cf01949557a2213ee":[11,0,63,44],
-"classPlayer.html#a9084b2ce7b780355ab0dd3b6df0ead19":[11,0,63,30],
-"classPlayer.html#a917e00c68233d0d719b764e0ca8dfca7":[11,0,63,35],
-"classPlayer.html#a9df196a5b35729edaeef70101461bbd8":[11,0,63,22],
-"classPlayer.html#aa2d24b4dd54f1185c3f4404ed095a2b5":[11,0,63,37],
-"classPlayer.html#aa467fcbbb25423c22972d0f520e94fd1":[11,0,63,52],
-"classPlayer.html#aa47053be56466d5290fb346782946529":[11,0,63,34],
-"classPlayer.html#aa770f15c63b567db9bea9ed9e88fd2c8":[11,0,63,1],
-"classPlayer.html#aa770f15c63b567db9bea9ed9e88fd2c8a25cddcf7d5a6ec236403ee4a5ad8c00f":[11,0,63,1,0],
-"classPlayer.html#aa770f15c63b567db9bea9ed9e88fd2c8a5ab0e529c894afbf4bc850f1122df09b":[11,0,63,1,1],
-"classPlayer.html#aac46fc99a79a19b208a7057f7814225d":[11,0,63,53],
-"classPlayer.html#aba91222919c620dde688186c4d758241":[11,0,63,12],
-"classPlayer.html#ac816c2d75be6b91def176df1eb92b806":[11,0,63,42],
-"classPlayer.html#acc1c67389d87936bfdffcc3c6e56a185":[11,0,63,43],
-"classPlayer.html#ad1c35173486925d13e32f78eaf02e55e":[11,0,63,45],
-"classPlayer.html#ad5a2f3c133a4a93dd19965007bba82de":[11,0,63,28],
-"classPlayer.html#ad67555e55c817db8a320c80fdaf75dbf":[11,0,63,6],
-"classPlayer.html#ae3bc5504d2ac3d8fd40354c7e92c1656":[11,0,63,36],
-"classPlayer.html#aebf1ad14c05b62b1545b09ca60d5c201":[11,0,63,14],
-"classPlayer.html#aee30f8cfd8ace63acd9534cf902aa6a4":[11,0,63,18],
-"classPlayer.html#af8c2ecab491983e5749611255927d15d":[11,0,63,4],
-"classPlayer.html#afa7dd1bda58f8f5ba21087b099ddbd2f":[11,0,63,13],
-"classPlayer.html#afda6980b5f15ef154c0d3ba057a36819":[11,0,63,24],
-"classPlayer.html#affddc950dc472ad3dfd65e752957d946":[11,0,63,40],
-"classPlayer.html#affe0cc3cb714f6deb4e62f0c0d3f1fd8":[11,0,63,2],
-"classPlayerConnectedPacket.html":[11,0,64],
-"classPlayerConnectedPacket.html#a1f51fc714843b6fa54610c418bba640f":[11,0,64,13],
-"classPlayerConnectedPacket.html#a4b908ce0eb4148e17ac55d4a096038a5":[11,0,64,9],
-"classPlayerConnectedPacket.html#a5bae229e2abf6799a84bc0c2cd0921e3":[11,0,64,6],
-"classPlayerConnectedPacket.html#a65df640a46e0782990e1c6603881c89c":[11,0,64,7],
-"classPlayerConnectedPacket.html#a777dccaa13f552d94a4bed8f41a71530":[11,0,64,2],
-"classPlayerConnectedPacket.html#a8757dcd601110c17612336199b07baa2":[11,0,64,8],
-"classPlayerConnectedPacket.html#a87a8b066fc617f9d56bedc72c3013a2b":[11,0,64,5],
-"classPlayerConnectedPacket.html#a9c7f4a4fdbabc067f29b9bf57ab2ce88":[11,0,64,0],
-"classPlayerConnectedPacket.html#a9e2c3c84ee34ebbeddd856cbf57cec37":[11,0,64,3],
-"classPlayerConnectedPacket.html#aa48ab90647bbeea44dec0a07771a78c5":[11,0,64,12],
-"classPlayerConnectedPacket.html#abe349a8baa1ef5c94aedbd23fabd4bef":[11,0,64,1],
-"classPlayerConnectedPacket.html#ac57a3571e42be4847feabf22e98ae0ec":[11,0,64,4],
-"classPlayerConnectedPacket.html#acafe9882606b8e7498c6fc82b5777c7a":[11,0,64,14],
-"classPlayerConnectedPacket.html#ad70420eb79d828f39c482ebd972ee829":[11,0,64,10],
-"classPlayerConnectedPacket.html#afe080d9d6771cc14bea1619a62f0bbaf":[11,0,64,11],
-"classPlayerListPacket.html":[11,0,65],
-"classPlayerListPacket.html#a04f6ce02f5ca9de9748d062bdc719733":[11,0,65,8],
-"classPlayerListPacket.html#a0b6b2c8c2e997336be80a9bfb3083ce0":[11,0,65,11],
-"classPlayerListPacket.html#a11abd639cf06c9f48ea25028f8900395":[11,0,65,12],
-"classPlayerListPacket.html#a48a7c7a0b2291b38d439cdf984eae761":[11,0,65,5],
-"classPlayerListPacket.html#a5ea39919579b10874cc0b88bbf24a334":[11,0,65,13],
-"classPlayerListPacket.html#a5f1574ff2ead0cc9c8621e202b7302cf":[11,0,65,3],
-"classPlayerListPacket.html#a610831a4721165bfa49a3a8c2530d9c3":[11,0,65,10],
-"classPlayerListPacket.html#a7cfde917d7ced8395abfe4bf758d2b6d":[11,0,65,6],
-"classPlayerListPacket.html#a874ad89f85a333cf7182047c867ee283":[11,0,65,14],
-"classPlayerListPacket.html#a90df9c07b4858ed7ff61f7e9c4bffd4d":[11,0,65,1],
-"classPlayerListPacket.html#a9d36ee36c8f91f816a159c0d9d46e48b":[11,0,65,2],
-"classPlayerListPacket.html#acd9f34154d5326987d7dd37aa9338b54":[11,0,65,9],
-"classPlayerListPacket.html#adcca28a41c5232e039a23e8e6116e980":[11,0,65,7],
-"classPlayerListPacket.html#ae303f231067293218d3154b5086a0009":[11,0,65,4],
-"classPlayerListPacket.html#af91646b9404fdefd6b6db3eb664c7b5f":[11,0,65,15],
-"classPlayerModel.html":[11,0,66],
-"classPlayerModel.html#a10b23d720ce628b505b259d268f54d80":[11,0,66,3],
-"classPlayerModel.html#a667deb2031ed86ee20edeededeb35284":[11,0,66,8],
-"classPlayerModel.html#ab6b574649cc7c4d595fcf457f4896670":[11,0,66,7],
-"classPlayerModel.html#ab760a45939d94cdf84a2d80cc1ada01b":[11,0,66,6],
-"classPlayerModel.html#ac72aa34f2769aff6bed1ebe198454769":[11,0,66,4],
-"classPlayerModel.html#afe99e7641c1b466b9b7f6e6042a1b288":[11,0,66,5],
-"classPlayerModel_1_1AttackAnimation.html":[11,0,66,0],
-"classPlayerModel_1_1AttackAnimation.html#a2a44bbe1541a2b720876b2467d43494a":[11,0,66,0,8],
-"classPlayerModel_1_1AttackAnimation.html#a39fb6e44a47cf4500d8ad24715544c03":[11,0,66,0,0],
-"classPlayerModel_1_1AttackAnimation.html#a3eec69b3ff6c3eae14fe0c3f64b54a98":[11,0,66,0,3],
-"classPlayerModel_1_1AttackAnimation.html#a54de7fbd78d3aa24f830ba485d4c37ee":[11,0,66,0,2],
-"classPlayerModel_1_1AttackAnimation.html#a75ecc3c283bdda1adaca053047959a41":[11,0,66,0,9],
-"classPlayerModel_1_1AttackAnimation.html#a84b83c9f030b628352f0a6ea23d27b01":[11,0,66,0,4],
-"classPlayerModel_1_1AttackAnimation.html#a8fbefaabaf7437350a4c1b9e477257cf":[11,0,66,0,7],
-"classPlayerModel_1_1AttackAnimation.html#aa8f4caad194458f8fb23bc41473534f4":[11,0,66,0,6],
-"classPlayerModel_1_1AttackAnimation.html#acd559f3ed50a32ce697f71d445ab87b4":[11,0,66,0,5],
-"classPlayerModel_1_1AttackAnimation.html#aef9083e339d1ba46d2823e038f583ca2":[11,0,66,0,1],
-"classPlayerModel_1_1WalkAnimation.html":[11,0,66,2],
-"classPlayerModel_1_1WalkAnimation.html#a04a03a46cbf9536b02cb8ccee53bc4f7":[11,0,66,2,7],
-"classPlayerModel_1_1WalkAnimation.html#a6d78609090f37494ed4c3499cd7f3d4f":[11,0,66,2,5],
-"classPlayerModel_1_1WalkAnimation.html#a7d8c2041817d3623dc798e4f64a052a8":[11,0,66,2,1],
-"classPlayerModel_1_1WalkAnimation.html#a8769e695213d8fcdc71306bafa666aae":[11,0,66,2,4],
-"classPlayerModel_1_1WalkAnimation.html#aa5f60eb5331dcab063cd53d7c68aa0ad":[11,0,66,2,6],
-"classPlayerModel_1_1WalkAnimation.html#aaaa593b12fe7394b1fa3429c9918e00e":[11,0,66,2,2],
-"classPlayerModel_1_1WalkAnimation.html#aaeb5197efaa33e9fc0dc19d25cef852e":[11,0,66,2,3],
-"classPlayerModel_1_1WalkAnimation.html#ae323f082ea40f95f95e93df0124a1c01":[11,0,66,2,0],
-"classPlayerMovePacket.html":[11,0,67],
-"classPlayerMovePacket.html#a139b9846419c59844079d9c5e70e64c7":[11,0,67,15],
-"classPlayerMovePacket.html#a1c9c2b7777dc999c84505127e188c454":[11,0,67,10],
-"classPlayerMovePacket.html#a47db2dac51c7cdaaa237d116d2310b6b":[11,0,67,12],
-"classPlayerMovePacket.html#a6041c163a88db9fed1b9651ed0ca0138":[11,0,67,13],
-"classPlayerMovePacket.html#a662bbe58c188c390a7ced3d00dceebdb":[11,0,67,6],
-"classPlayerMovePacket.html#a73e7ba8b5f995a50861d7311ee654c70":[11,0,67,8],
-"classPlayerMovePacket.html#a7e891aa068d61d1b4a0f8aa4680740a0":[11,0,67,0],
-"classPlayerMovePacket.html#a7f83f88fbe0d3eaf90a8bf3905b09a96":[11,0,67,3],
-"classPlayerMovePacket.html#a86be9502d6e19894bd2b5f460eb5237d":[11,0,67,16],
-"classPlayerMovePacket.html#a8798a51590215505aa426980c8dbfced":[11,0,67,9],
-"classPlayerMovePacket.html#a8822f2a0e7c463496b0c000df6cb3616":[11,0,67,17],
-"classPlayerMovePacket.html#a998da70e34a6b8a87ae6fd2323b5440e":[11,0,67,7],
-"classPlayerMovePacket.html#aa175f9ed533debb82194d91bfb77ed57":[11,0,67,4],
-"classPlayerMovePacket.html#aa68b459e03702ff467096ef3ccf7f4c8":[11,0,67,18],
-"classPlayerMovePacket.html#ab07006ba9dfdd3d7de404a3018da61fa":[11,0,67,2],
-"classPlayerMovePacket.html#ab3d76cb1db6cf3040acd6c6bbb1ab1d4":[11,0,67,11],
-"classPlayerMovePacket.html#ac42bf5390c649565b2ef954e7a5e6a96":[11,0,67,5],
-"classPlayerMovePacket.html#ad6bff2b41dcdc29fbe789b2c0728adea":[11,0,67,14],
-"classPlayerMovePacket.html#af7d856b91b83502fe758d9c26b5023dd":[11,0,67,1],
-"classPoller.html":[11,0,68],
-"classPoller.html#a2cc09217e44aa64dae5f269ef152a3c6":[11,0,68,5],
-"classPoller.html#a3bce85b455a85eb54d9e989c3bca7ebc":[11,0,68,6],
-"classPoller.html#a558eed5a0c012c2ed4a4f6df07a02f66":[11,0,68,1],
-"classPoller.html#a70cea12024b34cd521d14e6474e8c89b":[11,0,68,7],
-"classPoller.html#a9ae5cbc4c3754ccb262f0bc503a8e095":[11,0,68,8],
-"classPoller.html#aa49f9ce662fecb114d7ecbf6375d3bfe":[11,0,68,3],
-"classPoller.html#ac6caea8ed009e1d3a53c6a76caff05c1":[11,0,68,4],
-"classPoller.html#accbb095f0ade22128cffc0bb2f8c5a3d":[11,0,68,2],
-"classPoller.html#adf6d69ebc50dec9403c330c173507fb6":[11,0,68,0],
-"classRenderThread.html":[11,0,71],
-"classRenderThread.html#a53eb51bf51003e9aae33a74102d1e6e7":[11,0,71,3],
-"classRenderThread.html#a735f6f69afad2704b0119683ea474a96":[11,0,71,5],
-"classRenderThread.html#a9b8dfb3f2d80db4e6c4d9009367e8cb1":[11,0,71,2],
-"classRenderThread.html#aad762f76aa79f3c247731133aeca68b3":[11,0,71,4],
-"classRenderThread.html#ac9a968ad63349a9eb1109d615406afd4":[11,0,71,1],
-"classRenderThread.html#af5e1f5dbf6f05039dadfde54b65d7477":[11,0,71,0],
-"classServer.html":[11,0,72],
-"classServer.html#a0172e7b9ab49f759cf7a1034fe4ac671":[11,0,72,14],
-"classServer.html#a07c45a7e101a3926d8f9685c3c5d14e4":[11,0,72,15],
-"classServer.html#a0fc87edb35c6ed654170d33a59b37508":[11,0,72,16],
-"classServer.html#a2384ffdcf012e494a472ff9b57845f3b":[11,0,72,7],
-"classServer.html#a4b3aa2579cb1c8cd1d069582c14d0fa6":[11,0,72,4],
-"classServer.html#a57c92587c3b65e90f775b4c69af83b1d":[11,0,72,2],
-"classServer.html#a57c92587c3b65e90f775b4c69af83b1da5483e248c52f5b45c5cdbd08eca0516f":[11,0,72,2,1],
-"classServer.html#a57c92587c3b65e90f775b4c69af83b1da78ff0a8f5a8698f33b897e089c0d6a85":[11,0,72,2,2],
-"classServer.html#a57c92587c3b65e90f775b4c69af83b1daeec1b7c1b992f83cdd2b7ed0d7675cbf":[11,0,72,2,0],
-"classServer.html#a72f16fc38789727d57762556799083eb":[11,0,72,10],
-"classServer.html#a75912e5c72969c3e7afcf62c25594505":[11,0,72,6],
-"classServer.html#a7d1fe6ba5f0fe9190a4f039662ea0e85":[11,0,72,3],
-"classServer.html#a9f30bafde48d9f0a0d646687cd69c4bb":[11,0,72,9],
-"classServer.html#aa05ae3a43bbbfec9a99e3a59e5d4b393":[11,0,72,8],
-"classServer.html#abb27d30b40a94326e3fd629d3b30b7d5":[11,0,72,12],
-"classServer.html#aca4a9834f8bf136619d3c4cdb1db4e1e":[11,0,72,5],
-"classServer.html#acca36775ae381d5b9bdeca590ba2c444":[11,0,72,11],
-"classServer.html#ada8fbd5cf5ba8aca9acc32138558ccaf":[11,0,72,13],
-"classServerBlockUpdateThread.html":[11,0,73],
-"classServerBlockUpdateThread.html#a1cdcc24f14cd3ec12ef2ea3f4384188d":[11,0,73,4],
-"classServerBlockUpdateThread.html#a67dad756f1fbe43771d204de8e5762b4":[11,0,73,2],
-"classServerBlockUpdateThread.html#aa729c7e72daf8e1408e460ec375f194d":[11,0,73,3],
-"classServerBlockUpdateThread.html#ae93e081c806df240f7e38053c8cd49ec":[11,0,73,1],
-"classServerBlockUpdateThread.html#aecb7df663ac253990406d4df4bbaf564":[11,0,73,0],
-"classServerPacketHandler.html":[11,0,74],
-"classServerPacketHandler.html#a0ff42eb356be996c956e2ff8bdec2a92":[11,0,74,1],
-"classServerPacketHandler.html#a46c77f43ccfa4418351dae200aadd880":[11,0,74,0],
-"classServerPacketHandler.html#a535a960a122f86ddb234f76827612fc2":[11,0,74,4],
-"classServerPacketHandler.html#a9434a80d857c8784c810417f562a682b":[11,0,74,3],
-"classServerPacketHandler.html#aac5991b881040c778db0b2a518cde2fe":[11,0,74,5],
-"classServerPacketHandler.html#ab5179fc9117fa19666cf0eb17a07a602":[11,0,74,2],
-"classServerPacketHandler.html#ab902abf233e99846e9ddfb9b18b2df8e":[11,0,74,6],
-"classServerSocket.html":[11,0,75],
-"classServerSocket.html#a3dc1a31f740e4a8d69ae10c5dcb547d6":[11,0,75,0],
-"classServerSocket.html#a4737f4c3ebf195531874af679b556174":[11,0,75,3],
-"classServerSocket.html#a510674d924c2544e6b0069e39c36516b":[11,0,75,1],
-"classServerSocket.html#a67376100edab5bac64f42df7745d8769":[11,0,75,6],
-"classServerSocket.html#aa5f3625c4cfe1c27ad7da40af332a4ca":[11,0,75,2],
-"classServerSocket.html#aa6e4c15759080537d056de4ed56bf40c":[11,0,75,5],
-"classServerSocket.html#ae830be63c7b69888e5fb8298ffcaad94":[11,0,75,4],
-"classServerWorld.html":[11,0,76],
-"classServerWorld.html#a011796df74c5e6f16bfa7e4d78b93e95":[11,0,76,24],
-"classServerWorld.html#a1148bfb757f5882683e97eb5fec92d11":[11,0,76,13],
-"classServerWorld.html#a158c0e26aed57aff784fad6d20a72a20":[11,0,76,26],
-"classServerWorld.html#a1c7e95561e5b1048cb407c4a0e16e70b":[11,0,76,12],
-"classServerWorld.html#a1d3a4eb759fe90206dfadfe74d875da8":[11,0,76,20],
-"classServerWorld.html#a1f64a72ff8360e15fe31bada5e991933":[11,0,76,21],
-"classServerWorld.html#a23994b51ee628967efff79bbd27c3c9d":[11,0,76,6],
-"classServerWorld.html#a2734abb3a43b9347baa9be53e8093bda":[11,0,76,3],
-"classServerWorld.html#a36083fb7cf6cbe067f746e3b0bdb6f59":[11,0,76,17],
-"classServerWorld.html#a3c1b24daa5bca947dc841ad7edec54be":[11,0,76,28],
-"classServerWorld.html#a47301946b8c5bc0957ee6cc853cb2cc7":[11,0,76,19],
-"classServerWorld.html#a4765ff7c1e674ab67b51e9b24b7b1afd":[11,0,76,16],
-"classServerWorld.html#a53e41cd4cc868b9c4fef6eb7600d10e7":[11,0,76,25],
-"classServerWorld.html#a57b09255108fe8e16e112fbc9d1b05fa":[11,0,76,9],
-"classServerWorld.html#a5d9719c24f535bfde5b33add26b9bff4":[11,0,76,22],
-"classServerWorld.html#a68ba2457f232b4cd00c59e13ce38e4e4":[11,0,76,8],
-"classServerWorld.html#a73098b5afa011220a051a827843506a7":[11,0,76,23],
-"classServerWorld.html#a79557166e9e4448e9e467acaee42f998":[11,0,76,14],
-"classServerWorld.html#a7f8de8a9ac580e3ba3f8a44ae0bcedef":[11,0,76,29],
-"classServerWorld.html#a821f2b9d1beafd6e53a186d73ac7ef09":[11,0,76,5],
-"classServerWorld.html#a8c14c1c9ed9597b94583bad20f53f32f":[11,0,76,18],
-"classServerWorld.html#a9f3bc5012e66eaf51c7601c2cc2b0de3":[11,0,76,15],
-"classServerWorld.html#aa84a0f03237c246092ece32797e80ec0":[11,0,76,27],
-"classServerWorld.html#ace35309adfbf4f853462b841e5696349":[11,0,76,4],
-"classServerWorld.html#adc567f737eba6828e7a12b0575ba7f93":[11,0,76,7],
-"classServerWorld.html#ae1ebb95bb7fa6a543052907b8b304608":[11,0,76,11],
-"classServerWorld.html#aeb795975e6d2fa4ee76a05ecdadf4615":[11,0,76,10],
-"classServer_1_1ClientDisconnected.html":[11,0,72,0],
-"classServer_1_1ClientDisconnected.html#a937f44d0d6fefc060179f94630481b4a":[11,0,72,0,2],
-"classServer_1_1ClientDisconnected.html#adce61d211eacccb40f0516b7c42a47e7":[11,0,72,0,1]
+"classPingPacket.html#a67be10cd6c39bb90e40752c3e1b6e39f":[11,0,63,3],
+"classPingPacket.html#a691cea170732c3b7988d5881c854b870":[11,0,63,13],
+"classPingPacket.html#a7ea98aa702c6baff333b920cb5f3917e":[11,0,63,5],
+"classPingPacket.html#a95388799546472b6ad545fda53e380f9":[11,0,63,12],
+"classPingPacket.html#aa909b58d4bbbf5a76758b0ce1c4f7aab":[11,0,63,4],
+"classPingPacket.html#aa9f35aa171aaad32531d3c0a6f2a52a8":[11,0,63,15],
+"classPingPacket.html#ab10a0f8e0cbef0e481d3796d6c5ab1bf":[11,0,63,11],
+"classPipeline.html":[11,0,64],
+"classPipeline.html#a10d428d6899d02eeeda0e16f8b0fa109":[11,0,64,8],
+"classPipeline.html#a372ca1f1579d6350790b5a40f9e1292a":[11,0,64,10],
+"classPipeline.html#a38e623c03d6e105861a83432979d63a8":[11,0,64,2],
+"classPipeline.html#a527044d53a20f851d0579fbf313a2dec":[11,0,64,5],
+"classPipeline.html#a5bd72869a5c4d5a9a02a67892be2e1b3":[11,0,64,7],
+"classPipeline.html#a608b23460b3d7e283b04cddac0df1937":[11,0,64,9],
+"classPipeline.html#a75c3ba97f5fd9a5f77d8a5aaec28f4ab":[11,0,64,6],
+"classPipeline.html#a79e49366358f823b8812658f8bf3a9e8":[11,0,64,1],
+"classPipeline.html#acdbef56529368f248e7290f13e8f9940":[11,0,64,3],
+"classPipeline.html#aec42c193a24462d5aec9a30039509f1b":[11,0,64,4],
+"classPlayer.html":[11,0,65],
+"classPlayer.html#a01c1cb041b540e4d657b6c2f5df149c1":[11,0,65,15],
+"classPlayer.html#a12ef01e1a26542218229c2b6a4a1d17e":[11,0,65,8],
+"classPlayer.html#a14bf2e254bd533631ac85fb498e4ac94":[11,0,65,7],
+"classPlayer.html#a1afc183ab0030ef3fd0f76f66aa421a5":[11,0,65,20],
+"classPlayer.html#a1ce76a62694de65a9f47e2b6ebda3725":[11,0,65,47],
+"classPlayer.html#a1e9d0d69ea3b3e666f97e784292d953c":[11,0,65,17],
+"classPlayer.html#a226de302724871714a91df1190a8e893":[11,0,65,38],
+"classPlayer.html#a2bbab5a2f0739cb231d161e9ed479b9d":[11,0,65,51],
+"classPlayer.html#a2cb36c5bd5069fc72552aeec05cc5fca":[11,0,65,9],
+"classPlayer.html#a2ea78fd8cb75bda147dcd592d259a2a4":[11,0,65,32],
+"classPlayer.html#a333e44206106f4585180041030d3cd00":[11,0,65,11],
+"classPlayer.html#a349f074eedf387a35ce879738022bf42":[11,0,65,54],
+"classPlayer.html#a3733354eaf71b26f23344fe257c3d943":[11,0,65,23],
+"classPlayer.html#a39ad689468b2763f5b735a5e4fb78113":[11,0,65,31],
+"classPlayer.html#a4aa598a0fee6173977120bd5ea70206a":[11,0,65,27],
+"classPlayer.html#a50c627af08b58cc3435671d583afa0a4":[11,0,65,49],
+"classPlayer.html#a51098c4bc3a16a6c76947828e6f81528":[11,0,65,39],
+"classPlayer.html#a51abadfb0aa236bcb754b23a60288bb5":[11,0,65,26],
+"classPlayer.html#a524bbb599b86a71c30377d6e80e196dd":[11,0,65,29],
+"classPlayer.html#a52f0375ccfff72f62197c9c0b4df8bc7":[11,0,65,50],
+"classPlayer.html#a55caf512b6d6b3682b59bff8531da250":[11,0,65,19],
+"classPlayer.html#a5eff2a91101a259c208f1aab98a6eda9":[11,0,65,41],
+"classPlayer.html#a5f126c4eb73164722430f85dd2e4f1d4":[11,0,65,46],
+"classPlayer.html#a5f7fb772781161391c078b9a0070d1a4":[11,0,65,16],
+"classPlayer.html#a60c19c665bddaa431f7c61aba55d3d41":[11,0,65,10],
+"classPlayer.html#a69cbe23610d7102e651f01e3a4c4fd99":[11,0,65,33],
+"classPlayer.html#a6beeb56865b114413e5d6a75a9c1e289":[11,0,65,5],
+"classPlayer.html#a72e63c4dee307c57567fe40a08bb292d":[11,0,65,0],
+"classPlayer.html#a72e63c4dee307c57567fe40a08bb292da1089b25a43df6bce533f9729d6640317":[11,0,65,0,0],
+"classPlayer.html#a72e63c4dee307c57567fe40a08bb292da7c4ce9f5ea267332b6998e2f0315c452":[11,0,65,0,1],
+"classPlayer.html#a72e63c4dee307c57567fe40a08bb292daad7525991fe98a3b121c1c71df633c19":[11,0,65,0,2],
+"classPlayer.html#a749d2c00e1fe0f5c2746f7505a58c062":[11,0,65,3],
+"classPlayer.html#a789d13921a74984b368b20ffd0f82680":[11,0,65,21],
+"classPlayer.html#a7fbacb030211a06f1342a56603b51802":[11,0,65,48],
+"classPlayer.html#a85456bffd24f618a68b14274a8f86234":[11,0,65,25],
+"classPlayer.html#a890a5185f4b2ed7cf01949557a2213ee":[11,0,65,44],
+"classPlayer.html#a9084b2ce7b780355ab0dd3b6df0ead19":[11,0,65,30],
+"classPlayer.html#a917e00c68233d0d719b764e0ca8dfca7":[11,0,65,35],
+"classPlayer.html#a9df196a5b35729edaeef70101461bbd8":[11,0,65,22],
+"classPlayer.html#aa2d24b4dd54f1185c3f4404ed095a2b5":[11,0,65,37],
+"classPlayer.html#aa467fcbbb25423c22972d0f520e94fd1":[11,0,65,52],
+"classPlayer.html#aa47053be56466d5290fb346782946529":[11,0,65,34],
+"classPlayer.html#aa770f15c63b567db9bea9ed9e88fd2c8":[11,0,65,1],
+"classPlayer.html#aa770f15c63b567db9bea9ed9e88fd2c8a25cddcf7d5a6ec236403ee4a5ad8c00f":[11,0,65,1,0],
+"classPlayer.html#aa770f15c63b567db9bea9ed9e88fd2c8a5ab0e529c894afbf4bc850f1122df09b":[11,0,65,1,1],
+"classPlayer.html#aac46fc99a79a19b208a7057f7814225d":[11,0,65,53],
+"classPlayer.html#aba91222919c620dde688186c4d758241":[11,0,65,12],
+"classPlayer.html#ac816c2d75be6b91def176df1eb92b806":[11,0,65,42],
+"classPlayer.html#acc1c67389d87936bfdffcc3c6e56a185":[11,0,65,43],
+"classPlayer.html#ad1c35173486925d13e32f78eaf02e55e":[11,0,65,45],
+"classPlayer.html#ad5a2f3c133a4a93dd19965007bba82de":[11,0,65,28],
+"classPlayer.html#ad67555e55c817db8a320c80fdaf75dbf":[11,0,65,6],
+"classPlayer.html#ae3bc5504d2ac3d8fd40354c7e92c1656":[11,0,65,36],
+"classPlayer.html#aebf1ad14c05b62b1545b09ca60d5c201":[11,0,65,14],
+"classPlayer.html#aee30f8cfd8ace63acd9534cf902aa6a4":[11,0,65,18],
+"classPlayer.html#af8c2ecab491983e5749611255927d15d":[11,0,65,4],
+"classPlayer.html#afa7dd1bda58f8f5ba21087b099ddbd2f":[11,0,65,13],
+"classPlayer.html#afda6980b5f15ef154c0d3ba057a36819":[11,0,65,24],
+"classPlayer.html#affddc950dc472ad3dfd65e752957d946":[11,0,65,40],
+"classPlayer.html#affe0cc3cb714f6deb4e62f0c0d3f1fd8":[11,0,65,2],
+"classPlayerConnectedPacket.html":[11,0,66],
+"classPlayerConnectedPacket.html#a1f51fc714843b6fa54610c418bba640f":[11,0,66,13],
+"classPlayerConnectedPacket.html#a4b908ce0eb4148e17ac55d4a096038a5":[11,0,66,9],
+"classPlayerConnectedPacket.html#a5bae229e2abf6799a84bc0c2cd0921e3":[11,0,66,6],
+"classPlayerConnectedPacket.html#a65df640a46e0782990e1c6603881c89c":[11,0,66,7],
+"classPlayerConnectedPacket.html#a777dccaa13f552d94a4bed8f41a71530":[11,0,66,2],
+"classPlayerConnectedPacket.html#a8757dcd601110c17612336199b07baa2":[11,0,66,8],
+"classPlayerConnectedPacket.html#a87a8b066fc617f9d56bedc72c3013a2b":[11,0,66,5],
+"classPlayerConnectedPacket.html#a9c7f4a4fdbabc067f29b9bf57ab2ce88":[11,0,66,0],
+"classPlayerConnectedPacket.html#a9e2c3c84ee34ebbeddd856cbf57cec37":[11,0,66,3],
+"classPlayerConnectedPacket.html#aa48ab90647bbeea44dec0a07771a78c5":[11,0,66,12],
+"classPlayerConnectedPacket.html#abe349a8baa1ef5c94aedbd23fabd4bef":[11,0,66,1],
+"classPlayerConnectedPacket.html#ac57a3571e42be4847feabf22e98ae0ec":[11,0,66,4],
+"classPlayerConnectedPacket.html#acafe9882606b8e7498c6fc82b5777c7a":[11,0,66,14],
+"classPlayerConnectedPacket.html#ad70420eb79d828f39c482ebd972ee829":[11,0,66,10],
+"classPlayerConnectedPacket.html#afe080d9d6771cc14bea1619a62f0bbaf":[11,0,66,11],
+"classPlayerListPacket.html":[11,0,67],
+"classPlayerListPacket.html#a04f6ce02f5ca9de9748d062bdc719733":[11,0,67,8],
+"classPlayerListPacket.html#a0b6b2c8c2e997336be80a9bfb3083ce0":[11,0,67,11],
+"classPlayerListPacket.html#a11abd639cf06c9f48ea25028f8900395":[11,0,67,12],
+"classPlayerListPacket.html#a48a7c7a0b2291b38d439cdf984eae761":[11,0,67,5],
+"classPlayerListPacket.html#a5ea39919579b10874cc0b88bbf24a334":[11,0,67,13],
+"classPlayerListPacket.html#a5f1574ff2ead0cc9c8621e202b7302cf":[11,0,67,3],
+"classPlayerListPacket.html#a610831a4721165bfa49a3a8c2530d9c3":[11,0,67,10],
+"classPlayerListPacket.html#a7cfde917d7ced8395abfe4bf758d2b6d":[11,0,67,6],
+"classPlayerListPacket.html#a874ad89f85a333cf7182047c867ee283":[11,0,67,14],
+"classPlayerListPacket.html#a90df9c07b4858ed7ff61f7e9c4bffd4d":[11,0,67,1],
+"classPlayerListPacket.html#a9d36ee36c8f91f816a159c0d9d46e48b":[11,0,67,2],
+"classPlayerListPacket.html#acd9f34154d5326987d7dd37aa9338b54":[11,0,67,9],
+"classPlayerListPacket.html#adcca28a41c5232e039a23e8e6116e980":[11,0,67,7],
+"classPlayerListPacket.html#ae303f231067293218d3154b5086a0009":[11,0,67,4],
+"classPlayerListPacket.html#af91646b9404fdefd6b6db3eb664c7b5f":[11,0,67,15],
+"classPlayerModel.html":[11,0,68],
+"classPlayerModel.html#a10b23d720ce628b505b259d268f54d80":[11,0,68,3],
+"classPlayerModel.html#a667deb2031ed86ee20edeededeb35284":[11,0,68,8],
+"classPlayerModel.html#ab6b574649cc7c4d595fcf457f4896670":[11,0,68,7],
+"classPlayerModel.html#ab760a45939d94cdf84a2d80cc1ada01b":[11,0,68,6],
+"classPlayerModel.html#ac72aa34f2769aff6bed1ebe198454769":[11,0,68,4],
+"classPlayerModel.html#afe99e7641c1b466b9b7f6e6042a1b288":[11,0,68,5],
+"classPlayerModel_1_1AttackAnimation.html":[11,0,68,0],
+"classPlayerModel_1_1AttackAnimation.html#a2a44bbe1541a2b720876b2467d43494a":[11,0,68,0,8],
+"classPlayerModel_1_1AttackAnimation.html#a39fb6e44a47cf4500d8ad24715544c03":[11,0,68,0,0],
+"classPlayerModel_1_1AttackAnimation.html#a3eec69b3ff6c3eae14fe0c3f64b54a98":[11,0,68,0,3],
+"classPlayerModel_1_1AttackAnimation.html#a54de7fbd78d3aa24f830ba485d4c37ee":[11,0,68,0,2],
+"classPlayerModel_1_1AttackAnimation.html#a75ecc3c283bdda1adaca053047959a41":[11,0,68,0,9],
+"classPlayerModel_1_1AttackAnimation.html#a84b83c9f030b628352f0a6ea23d27b01":[11,0,68,0,4],
+"classPlayerModel_1_1AttackAnimation.html#a8fbefaabaf7437350a4c1b9e477257cf":[11,0,68,0,7],
+"classPlayerModel_1_1AttackAnimation.html#aa8f4caad194458f8fb23bc41473534f4":[11,0,68,0,6],
+"classPlayerModel_1_1AttackAnimation.html#acd559f3ed50a32ce697f71d445ab87b4":[11,0,68,0,5],
+"classPlayerModel_1_1AttackAnimation.html#aef9083e339d1ba46d2823e038f583ca2":[11,0,68,0,1],
+"classPlayerModel_1_1WalkAnimation.html":[11,0,68,2],
+"classPlayerModel_1_1WalkAnimation.html#a04a03a46cbf9536b02cb8ccee53bc4f7":[11,0,68,2,7],
+"classPlayerModel_1_1WalkAnimation.html#a6d78609090f37494ed4c3499cd7f3d4f":[11,0,68,2,5],
+"classPlayerModel_1_1WalkAnimation.html#a7d8c2041817d3623dc798e4f64a052a8":[11,0,68,2,1],
+"classPlayerModel_1_1WalkAnimation.html#a8769e695213d8fcdc71306bafa666aae":[11,0,68,2,4],
+"classPlayerModel_1_1WalkAnimation.html#aa5f60eb5331dcab063cd53d7c68aa0ad":[11,0,68,2,6],
+"classPlayerModel_1_1WalkAnimation.html#aaaa593b12fe7394b1fa3429c9918e00e":[11,0,68,2,2],
+"classPlayerModel_1_1WalkAnimation.html#aaeb5197efaa33e9fc0dc19d25cef852e":[11,0,68,2,3],
+"classPlayerModel_1_1WalkAnimation.html#ae323f082ea40f95f95e93df0124a1c01":[11,0,68,2,0],
+"classPlayerMovePacket.html":[11,0,69],
+"classPlayerMovePacket.html#a139b9846419c59844079d9c5e70e64c7":[11,0,69,15],
+"classPlayerMovePacket.html#a1c9c2b7777dc999c84505127e188c454":[11,0,69,10],
+"classPlayerMovePacket.html#a47db2dac51c7cdaaa237d116d2310b6b":[11,0,69,12],
+"classPlayerMovePacket.html#a6041c163a88db9fed1b9651ed0ca0138":[11,0,69,13],
+"classPlayerMovePacket.html#a662bbe58c188c390a7ced3d00dceebdb":[11,0,69,6],
+"classPlayerMovePacket.html#a73e7ba8b5f995a50861d7311ee654c70":[11,0,69,8],
+"classPlayerMovePacket.html#a7e891aa068d61d1b4a0f8aa4680740a0":[11,0,69,0],
+"classPlayerMovePacket.html#a7f83f88fbe0d3eaf90a8bf3905b09a96":[11,0,69,3],
+"classPlayerMovePacket.html#a86be9502d6e19894bd2b5f460eb5237d":[11,0,69,16],
+"classPlayerMovePacket.html#a8798a51590215505aa426980c8dbfced":[11,0,69,9],
+"classPlayerMovePacket.html#a8822f2a0e7c463496b0c000df6cb3616":[11,0,69,17],
+"classPlayerMovePacket.html#a998da70e34a6b8a87ae6fd2323b5440e":[11,0,69,7],
+"classPlayerMovePacket.html#aa175f9ed533debb82194d91bfb77ed57":[11,0,69,4],
+"classPlayerMovePacket.html#aa68b459e03702ff467096ef3ccf7f4c8":[11,0,69,18],
+"classPlayerMovePacket.html#ab07006ba9dfdd3d7de404a3018da61fa":[11,0,69,2],
+"classPlayerMovePacket.html#ab3d76cb1db6cf3040acd6c6bbb1ab1d4":[11,0,69,11],
+"classPlayerMovePacket.html#ac42bf5390c649565b2ef954e7a5e6a96":[11,0,69,5],
+"classPlayerMovePacket.html#ad6bff2b41dcdc29fbe789b2c0728adea":[11,0,69,14],
+"classPlayerMovePacket.html#af7d856b91b83502fe758d9c26b5023dd":[11,0,69,1],
+"classPoller.html":[11,0,71],
+"classPoller.html#a2cc09217e44aa64dae5f269ef152a3c6":[11,0,71,5],
+"classPoller.html#a3bce85b455a85eb54d9e989c3bca7ebc":[11,0,71,6],
+"classPoller.html#a558eed5a0c012c2ed4a4f6df07a02f66":[11,0,71,1],
+"classPoller.html#a70cea12024b34cd521d14e6474e8c89b":[11,0,71,7],
+"classPoller.html#a9ae5cbc4c3754ccb262f0bc503a8e095":[11,0,71,8],
+"classPoller.html#aa49f9ce662fecb114d7ecbf6375d3bfe":[11,0,71,3],
+"classPoller.html#ac6caea8ed009e1d3a53c6a76caff05c1":[11,0,71,4],
+"classPoller.html#accbb095f0ade22128cffc0bb2f8c5a3d":[11,0,71,2],
+"classPoller.html#adf6d69ebc50dec9403c330c173507fb6":[11,0,71,0],
+"classRenderThread.html":[11,0,74],
+"classRenderThread.html#a53eb51bf51003e9aae33a74102d1e6e7":[11,0,74,3],
+"classRenderThread.html#a735f6f69afad2704b0119683ea474a96":[11,0,74,5],
+"classRenderThread.html#a9b8dfb3f2d80db4e6c4d9009367e8cb1":[11,0,74,2],
+"classRenderThread.html#aad762f76aa79f3c247731133aeca68b3":[11,0,74,4],
+"classRenderThread.html#ab10cf7a69745e49aa13fe2dd526d28a9":[11,0,74,0],
+"classRenderThread.html#ac9a968ad63349a9eb1109d615406afd4":[11,0,74,1],
+"classServer.html":[11,0,75],
+"classServer.html#a0172e7b9ab49f759cf7a1034fe4ac671":[11,0,75,14],
+"classServer.html#a07c45a7e101a3926d8f9685c3c5d14e4":[11,0,75,15],
+"classServer.html#a0fc87edb35c6ed654170d33a59b37508":[11,0,75,16],
+"classServer.html#a2384ffdcf012e494a472ff9b57845f3b":[11,0,75,7],
+"classServer.html#a4b3aa2579cb1c8cd1d069582c14d0fa6":[11,0,75,4],
+"classServer.html#a57c92587c3b65e90f775b4c69af83b1d":[11,0,75,2],
+"classServer.html#a57c92587c3b65e90f775b4c69af83b1da5483e248c52f5b45c5cdbd08eca0516f":[11,0,75,2,1],
+"classServer.html#a57c92587c3b65e90f775b4c69af83b1da78ff0a8f5a8698f33b897e089c0d6a85":[11,0,75,2,2],
+"classServer.html#a57c92587c3b65e90f775b4c69af83b1daeec1b7c1b992f83cdd2b7ed0d7675cbf":[11,0,75,2,0],
+"classServer.html#a72f16fc38789727d57762556799083eb":[11,0,75,10],
+"classServer.html#a75912e5c72969c3e7afcf62c25594505":[11,0,75,6],
+"classServer.html#a7d1fe6ba5f0fe9190a4f039662ea0e85":[11,0,75,3],
+"classServer.html#a9f30bafde48d9f0a0d646687cd69c4bb":[11,0,75,9],
+"classServer.html#aa05ae3a43bbbfec9a99e3a59e5d4b393":[11,0,75,8],
+"classServer.html#abb27d30b40a94326e3fd629d3b30b7d5":[11,0,75,12],
+"classServer.html#aca4a9834f8bf136619d3c4cdb1db4e1e":[11,0,75,5],
+"classServer.html#acca36775ae381d5b9bdeca590ba2c444":[11,0,75,11],
+"classServer.html#ada8fbd5cf5ba8aca9acc32138558ccaf":[11,0,75,13],
+"classServerBlockUpdateThread.html":[11,0,76],
+"classServerBlockUpdateThread.html#a1cdcc24f14cd3ec12ef2ea3f4384188d":[11,0,76,4],
+"classServerBlockUpdateThread.html#a67dad756f1fbe43771d204de8e5762b4":[11,0,76,2],
+"classServerBlockUpdateThread.html#aa729c7e72daf8e1408e460ec375f194d":[11,0,76,3],
+"classServerBlockUpdateThread.html#ae93e081c806df240f7e38053c8cd49ec":[11,0,76,1],
+"classServerBlockUpdateThread.html#aecb7df663ac253990406d4df4bbaf564":[11,0,76,0],
+"classServerPacketHandler.html":[11,0,77],
+"classServerPacketHandler.html#a0ff42eb356be996c956e2ff8bdec2a92":[11,0,77,1],
+"classServerPacketHandler.html#a46c77f43ccfa4418351dae200aadd880":[11,0,77,0],
+"classServerPacketHandler.html#a535a960a122f86ddb234f76827612fc2":[11,0,77,4],
+"classServerPacketHandler.html#a9434a80d857c8784c810417f562a682b":[11,0,77,3],
+"classServerPacketHandler.html#aac5991b881040c778db0b2a518cde2fe":[11,0,77,5],
+"classServerPacketHandler.html#ab5179fc9117fa19666cf0eb17a07a602":[11,0,77,2],
+"classServerPacketHandler.html#ab902abf233e99846e9ddfb9b18b2df8e":[11,0,77,6],
+"classServerSocket.html":[11,0,78],
+"classServerSocket.html#a3dc1a31f740e4a8d69ae10c5dcb547d6":[11,0,78,0],
+"classServerSocket.html#a4737f4c3ebf195531874af679b556174":[11,0,78,3],
+"classServerSocket.html#a510674d924c2544e6b0069e39c36516b":[11,0,78,1],
+"classServerSocket.html#a67376100edab5bac64f42df7745d8769":[11,0,78,6],
+"classServerSocket.html#aa5f3625c4cfe1c27ad7da40af332a4ca":[11,0,78,2],
+"classServerSocket.html#aa6e4c15759080537d056de4ed56bf40c":[11,0,78,5],
+"classServerSocket.html#ae830be63c7b69888e5fb8298ffcaad94":[11,0,78,4],
+"classServerWorld.html":[11,0,79],
+"classServerWorld.html#a011796df74c5e6f16bfa7e4d78b93e95":[11,0,79,24],
+"classServerWorld.html#a1148bfb757f5882683e97eb5fec92d11":[11,0,79,13],
+"classServerWorld.html#a158c0e26aed57aff784fad6d20a72a20":[11,0,79,26],
+"classServerWorld.html#a1c7e95561e5b1048cb407c4a0e16e70b":[11,0,79,12],
+"classServerWorld.html#a1d3a4eb759fe90206dfadfe74d875da8":[11,0,79,20],
+"classServerWorld.html#a1f64a72ff8360e15fe31bada5e991933":[11,0,79,21],
+"classServerWorld.html#a23994b51ee628967efff79bbd27c3c9d":[11,0,79,6],
+"classServerWorld.html#a2734abb3a43b9347baa9be53e8093bda":[11,0,79,3],
+"classServerWorld.html#a36083fb7cf6cbe067f746e3b0bdb6f59":[11,0,79,17],
+"classServerWorld.html#a3c1b24daa5bca947dc841ad7edec54be":[11,0,79,28],
+"classServerWorld.html#a47301946b8c5bc0957ee6cc853cb2cc7":[11,0,79,19],
+"classServerWorld.html#a4765ff7c1e674ab67b51e9b24b7b1afd":[11,0,79,16],
+"classServerWorld.html#a53e41cd4cc868b9c4fef6eb7600d10e7":[11,0,79,25],
+"classServerWorld.html#a57b09255108fe8e16e112fbc9d1b05fa":[11,0,79,9],
+"classServerWorld.html#a5d9719c24f535bfde5b33add26b9bff4":[11,0,79,22],
+"classServerWorld.html#a68ba2457f232b4cd00c59e13ce38e4e4":[11,0,79,8],
+"classServerWorld.html#a73098b5afa011220a051a827843506a7":[11,0,79,23],
+"classServerWorld.html#a79557166e9e4448e9e467acaee42f998":[11,0,79,14],
+"classServerWorld.html#a7f8de8a9ac580e3ba3f8a44ae0bcedef":[11,0,79,29],
+"classServerWorld.html#a821f2b9d1beafd6e53a186d73ac7ef09":[11,0,79,5],
+"classServerWorld.html#a8c14c1c9ed9597b94583bad20f53f32f":[11,0,79,18],
+"classServerWorld.html#a9f3bc5012e66eaf51c7601c2cc2b0de3":[11,0,79,15],
+"classServerWorld.html#aa84a0f03237c246092ece32797e80ec0":[11,0,79,27],
+"classServerWorld.html#ace35309adfbf4f853462b841e5696349":[11,0,79,4],
+"classServerWorld.html#adc567f737eba6828e7a12b0575ba7f93":[11,0,79,7],
+"classServerWorld.html#ae1ebb95bb7fa6a543052907b8b304608":[11,0,79,11],
+"classServerWorld.html#aeb795975e6d2fa4ee76a05ecdadf4615":[11,0,79,10],
+"classServer_1_1ClientDisconnected.html":[11,0,75,0],
+"classServer_1_1ClientDisconnected.html#a937f44d0d6fefc060179f94630481b4a":[11,0,75,0,2],
+"classServer_1_1ClientDisconnected.html#adce61d211eacccb40f0516b7c42a47e7":[11,0,75,0,1],
+"classServer_1_1ClientDisconnected.html#af57dccf0be97d5b19a0c1daf6163d9db":[11,0,75,0,0],
+"classSettings.html":[11,0,80],
+"classSettings.html#a01967d720dac441bb8d40f6f062abccf":[11,0,80,4]
};
diff --git a/navtreeindex5.js b/navtreeindex5.js
index a6d7500b..5218973b 100644
--- a/navtreeindex5.js
+++ b/navtreeindex5.js
@@ -1,253 +1,253 @@
var NAVTREEINDEX5 =
{
-"classServer_1_1ClientDisconnected.html#af57dccf0be97d5b19a0c1daf6163d9db":[11,0,72,0,0],
-"classSettings.html":[11,0,77],
-"classSettings.html#a01967d720dac441bb8d40f6f062abccf":[11,0,77,4],
-"classSettings.html#a3235cc319f2ca06193bc5f709a3387c3":[11,0,77,3],
-"classSettings.html#a4a65be5921dfc9fddc476e5320541d89":[11,0,77,1],
-"classSettings.html#a7c476b3924dbd1e3a2e0d9c9ba1d22b0":[11,0,77,7],
-"classSettings.html#ab7169a6eefce79566dd07db3b1e5e967":[11,0,77,0],
-"classSettings.html#abe4e035636130733f548184c6229728b":[11,0,77,6],
-"classSettings.html#ae25bcc96acb95e2bab23f2df682c9803":[11,0,77,2],
-"classSettings.html#af49cf008dab98c8ea484422fb7c5989b":[11,0,77,5],
-"classSingleTimeCommand.html":[11,0,79],
-"classSingleTimeCommand.html#a1b02b991974ebb1cc7ec72028fb79c1a":[11,0,79,4],
-"classSingleTimeCommand.html#a3644ca785bc0f23038fe328578be0c58":[11,0,79,3],
-"classSingleTimeCommand.html#a3dc2d9eb289b07c8987727d2c29fede6":[11,0,79,0],
-"classSingleTimeCommand.html#a4090c145cfe3c16c85531b73b44da45b":[11,0,79,5],
-"classSingleTimeCommand.html#a4ca6fc032f6bfc9e2a8444839b76727a":[11,0,79,6],
-"classSingleTimeCommand.html#a6358df0955f5cbf379822e37286b8600":[11,0,79,1],
-"classSingleTimeCommand.html#ada1488f5f8ccc37760e2ec73d8dcb161":[11,0,79,7],
-"classSingleTimeCommand.html#ae401c67cb75002cda1455476b290fcb9":[11,0,79,2],
-"classSocket.html":[11,0,80],
-"classSocket.html#a0061cbad68bb39d7cb7cc8088e478938":[11,0,80,8],
-"classSocket.html#a14bd3f2524a429026584c6fb51b9742e":[11,0,80,5],
-"classSocket.html#a19f1c10c450b4f50d335b55dcdc9d6d8":[11,0,80,11],
-"classSocket.html#a26bc8910c3f0f1079ac741ff7b8a2bc2":[11,0,80,7],
-"classSocket.html#a6368feb544053a5a867a590000aeb1de":[11,0,80,10],
-"classSocket.html#a75ee749264ccbcfc4dfbf5442e55dcb8":[11,0,80,4],
-"classSocket.html#a7c3256c4fc6e2c603df73201049fae5a":[11,0,80,3],
-"classSocket.html#aa43db7ebf14af61c781da7583c40e33d":[11,0,80,2],
-"classSocket.html#ab2fe22f8766b9c23765aa928cb0d463f":[11,0,80,6],
-"classSocket.html#ab3ca3dfcd12cfbc1efc06156bb0a1d62":[11,0,80,1],
-"classSocket.html#ab6b50487ea5d7c41c6248d633ad97cf2":[11,0,80,9],
-"classSocket.html#aeac4eb6379a543d38ed88977d3b6630a":[11,0,80,0],
+"classSettings.html#a3235cc319f2ca06193bc5f709a3387c3":[11,0,80,3],
+"classSettings.html#a4a65be5921dfc9fddc476e5320541d89":[11,0,80,1],
+"classSettings.html#a7c476b3924dbd1e3a2e0d9c9ba1d22b0":[11,0,80,7],
+"classSettings.html#ab7169a6eefce79566dd07db3b1e5e967":[11,0,80,0],
+"classSettings.html#abe4e035636130733f548184c6229728b":[11,0,80,6],
+"classSettings.html#ae25bcc96acb95e2bab23f2df682c9803":[11,0,80,2],
+"classSettings.html#af49cf008dab98c8ea484422fb7c5989b":[11,0,80,5],
+"classSingleTimeCommand.html":[11,0,82],
+"classSingleTimeCommand.html#a1b02b991974ebb1cc7ec72028fb79c1a":[11,0,82,4],
+"classSingleTimeCommand.html#a3644ca785bc0f23038fe328578be0c58":[11,0,82,3],
+"classSingleTimeCommand.html#a3dc2d9eb289b07c8987727d2c29fede6":[11,0,82,0],
+"classSingleTimeCommand.html#a4090c145cfe3c16c85531b73b44da45b":[11,0,82,5],
+"classSingleTimeCommand.html#a4ca6fc032f6bfc9e2a8444839b76727a":[11,0,82,6],
+"classSingleTimeCommand.html#a6358df0955f5cbf379822e37286b8600":[11,0,82,1],
+"classSingleTimeCommand.html#ada1488f5f8ccc37760e2ec73d8dcb161":[11,0,82,7],
+"classSingleTimeCommand.html#ae401c67cb75002cda1455476b290fcb9":[11,0,82,2],
+"classSocket.html":[11,0,83],
+"classSocket.html#a0061cbad68bb39d7cb7cc8088e478938":[11,0,83,8],
+"classSocket.html#a14bd3f2524a429026584c6fb51b9742e":[11,0,83,5],
+"classSocket.html#a19f1c10c450b4f50d335b55dcdc9d6d8":[11,0,83,11],
+"classSocket.html#a26bc8910c3f0f1079ac741ff7b8a2bc2":[11,0,83,7],
+"classSocket.html#a6368feb544053a5a867a590000aeb1de":[11,0,83,10],
+"classSocket.html#a75ee749264ccbcfc4dfbf5442e55dcb8":[11,0,83,4],
+"classSocket.html#a7c3256c4fc6e2c603df73201049fae5a":[11,0,83,3],
+"classSocket.html#aa43db7ebf14af61c781da7583c40e33d":[11,0,83,2],
+"classSocket.html#ab2fe22f8766b9c23765aa928cb0d463f":[11,0,83,6],
+"classSocket.html#ab3ca3dfcd12cfbc1efc06156bb0a1d62":[11,0,83,1],
+"classSocket.html#ab6b50487ea5d7c41c6248d633ad97cf2":[11,0,83,9],
+"classSocket.html#aeac4eb6379a543d38ed88977d3b6630a":[11,0,83,0],
"classSound_1_1Data.html":[10,0,1,0],
"classSound_1_1Data.html":[11,0,1,0],
-"classSound_1_1Data.html#a04550314ef545708eb668a2497f962bb":[10,0,1,0,0],
"classSound_1_1Data.html#a04550314ef545708eb668a2497f962bb":[11,0,1,0,0],
+"classSound_1_1Data.html#a04550314ef545708eb668a2497f962bb":[10,0,1,0,0],
"classSound_1_1Data.html#a2f10a6704fdb642d6c9b82f88c8e4331":[11,0,1,0,6],
"classSound_1_1Data.html#a2f10a6704fdb642d6c9b82f88c8e4331":[10,0,1,0,6],
-"classSound_1_1Data.html#a33e909534b7c044a86cf870a9196727a":[11,0,1,0,5],
"classSound_1_1Data.html#a33e909534b7c044a86cf870a9196727a":[10,0,1,0,5],
-"classSound_1_1Data.html#a44c06e618c8fbb0d799a95df4e32ee8f":[11,0,1,0,9],
+"classSound_1_1Data.html#a33e909534b7c044a86cf870a9196727a":[11,0,1,0,5],
"classSound_1_1Data.html#a44c06e618c8fbb0d799a95df4e32ee8f":[10,0,1,0,9],
-"classSound_1_1Data.html#a9d57740f55cfa8ec1bef3e4054b3082f":[11,0,1,0,3],
+"classSound_1_1Data.html#a44c06e618c8fbb0d799a95df4e32ee8f":[11,0,1,0,9],
"classSound_1_1Data.html#a9d57740f55cfa8ec1bef3e4054b3082f":[10,0,1,0,3],
-"classSound_1_1Data.html#ab93594992e8338592155b5f1a2bc168a":[11,0,1,0,8],
+"classSound_1_1Data.html#a9d57740f55cfa8ec1bef3e4054b3082f":[11,0,1,0,3],
"classSound_1_1Data.html#ab93594992e8338592155b5f1a2bc168a":[10,0,1,0,8],
-"classSound_1_1Data.html#ab9742b51dee32a543af8051e8064d136":[11,0,1,0,2],
+"classSound_1_1Data.html#ab93594992e8338592155b5f1a2bc168a":[11,0,1,0,8],
"classSound_1_1Data.html#ab9742b51dee32a543af8051e8064d136":[10,0,1,0,2],
-"classSound_1_1Data.html#ad8f7088f27cddd0d00b890b552f8eb63":[11,0,1,0,1],
+"classSound_1_1Data.html#ab9742b51dee32a543af8051e8064d136":[11,0,1,0,2],
"classSound_1_1Data.html#ad8f7088f27cddd0d00b890b552f8eb63":[10,0,1,0,1],
-"classSound_1_1Data.html#ae8201c296e07d85b30aa493d75006dbc":[10,0,1,0,4],
+"classSound_1_1Data.html#ad8f7088f27cddd0d00b890b552f8eb63":[11,0,1,0,1],
"classSound_1_1Data.html#ae8201c296e07d85b30aa493d75006dbc":[11,0,1,0,4],
-"classSound_1_1Data.html#af774ce5cd6690b807abd6f7467f08ad9":[11,0,1,0,7],
+"classSound_1_1Data.html#ae8201c296e07d85b30aa493d75006dbc":[10,0,1,0,4],
"classSound_1_1Data.html#af774ce5cd6690b807abd6f7467f08ad9":[10,0,1,0,7],
-"classSound_1_1Engine.html":[11,0,1,2],
+"classSound_1_1Data.html#af774ce5cd6690b807abd6f7467f08ad9":[11,0,1,0,7],
"classSound_1_1Engine.html":[10,0,1,2],
+"classSound_1_1Engine.html":[11,0,1,2],
"classSound_1_1Engine.html#a08731abdb028f7c96729a951dab284d6":[10,0,1,2,3],
"classSound_1_1Engine.html#a08731abdb028f7c96729a951dab284d6":[11,0,1,2,3],
-"classSound_1_1Engine.html#a56dcd64f315e9b5a0cf8b07600606e3b":[11,0,1,2,0],
"classSound_1_1Engine.html#a56dcd64f315e9b5a0cf8b07600606e3b":[10,0,1,2,0],
-"classSound_1_1Engine.html#a5d60fe02d4b46266d31a22cb37a47faa":[11,0,1,2,1],
+"classSound_1_1Engine.html#a56dcd64f315e9b5a0cf8b07600606e3b":[11,0,1,2,0],
"classSound_1_1Engine.html#a5d60fe02d4b46266d31a22cb37a47faa":[10,0,1,2,1],
+"classSound_1_1Engine.html#a5d60fe02d4b46266d31a22cb37a47faa":[11,0,1,2,1],
"classSound_1_1Engine.html#aa7f55a7560f22dae89c582f368a9944f":[10,0,1,2,2],
"classSound_1_1Engine.html#aa7f55a7560f22dae89c582f368a9944f":[11,0,1,2,2],
-"classStatus.html":[11,0,81],
-"classStatus.html#a152dfa178a3de2e5a77304fdb9975fee":[11,0,81,10],
-"classStatus.html#a1b24d90ef2560afffe9d7183e279c63c":[11,0,81,1],
-"classStatus.html#a1d9a8ef9ec5865547c2bce0650ace655":[11,0,81,8],
-"classStatus.html#a2dc3f38c68d1264ee9a0e9c088b907b0":[11,0,81,13],
-"classStatus.html#a533a5c6cc5c5feffb49a95f121767a02":[11,0,81,6],
-"classStatus.html#a5c02329b1d3f6298c988a007a361f47d":[11,0,81,7],
-"classStatus.html#a5db0ccf1578d66e50f4579b16e5c6ae9":[11,0,81,9],
-"classStatus.html#a886a0bbd1fddd534c0e17640c5a1b31a":[11,0,81,3],
-"classStatus.html#a944586fb328a3524805748c8f7b17f32":[11,0,81,0],
-"classStatus.html#a9a7b30d682d507d4aca9488ac6d6e70b":[11,0,81,2],
-"classStatus.html#a9c8830c8a44acd4d18baccae5f395306":[11,0,81,5],
-"classStatus.html#aa01d58908a9c84614bbfd0db352ccab4":[11,0,81,12],
-"classStatus.html#aa164dbd052f1208125fd678b6cafd51b":[11,0,81,4],
-"classStatus.html#acfccc37966909280673cb73ea8cbbd83":[11,0,81,14],
-"classStatus.html#adb4ddfa11aa128ffcacede22300974be":[11,0,81,11],
-"classStatus.html#ae13734a6357c21bce8d1ac8e340bafe5":[11,0,81,15],
-"classStructureInfo.html":[11,0,82],
-"classStructureInfo.html#a63fab7b9bdc843b8cba27cd77a63e6c5":[11,0,82,3],
-"classStructureInfo.html#a7dce9af2d2ce94824f5133e478466c46":[11,0,82,0],
-"classStructureInfo.html#a7dce9af2d2ce94824f5133e478466c46a3b0c14770e6bd663518496da60f524da":[11,0,82,0,0],
-"classStructureInfo.html#a7dce9af2d2ce94824f5133e478466c46a6adf97f83acf6453d4a6a4b1070f3754":[11,0,82,0,1],
-"classStructureInfo.html#a97f3db4c1a93ea88a7bf83ab282eedfd":[11,0,82,5],
-"classStructureInfo.html#ab96936abbea7e4d3cd9ece5ca6da4f23":[11,0,82,1],
-"classStructureInfo.html#ac00466b0e9266018cc88e6b6dc3d5176":[11,0,82,2],
-"classStructureInfo.html#ade445acc95456dadafc7cf87d18220f5":[11,0,82,4],
-"classStructuresInfo.html":[11,0,83],
-"classStructuresInfo.html#af0e52eb93ae082b98ae0e070338b7f66":[11,0,83,0],
-"classSwapchain.html":[11,0,84],
-"classSwapchain.html#a04b93a4607fdc211c3018ab02489f26f":[11,0,84,3],
-"classSwapchain.html#a04ba7da3842a1f7da16bb854dd89d65a":[11,0,84,5],
-"classSwapchain.html#a2de9a7d190a3e6ecb055a995a086ae98":[11,0,84,13],
-"classSwapchain.html#a30927e6bfaa0444297b3ba2958893b93":[11,0,84,4],
-"classSwapchain.html#a3f8ee8c3ae46e537f4be8293820cf4f8":[11,0,84,7],
-"classSwapchain.html#a469349b4b438204faab2409a7d5a1454":[11,0,84,8],
-"classSwapchain.html#a5848dea9c4317e57363760ed0c052ea7":[11,0,84,6],
-"classSwapchain.html#a58517f87b90a3c8753d76d008a82c5e0":[11,0,84,10],
-"classSwapchain.html#a5f92b2c1255583187a9db5534d449afd":[11,0,84,9],
-"classSwapchain.html#a751b92128dbbe0cc199b8207a8123796":[11,0,84,14],
-"classSwapchain.html#a7c4aa937c305d9518d5f6fe80e1d0010":[11,0,84,11],
-"classSwapchain.html#aaf57d6467d5284ae684df623035f5a71":[11,0,84,12],
-"classSwapchain.html#ac17a8879535f88e5ff3b4635392cefa1":[11,0,84,2],
-"classTextRenderer.html":[11,0,86],
-"classTextRenderer.html#a01d170da7ff37e4658ec0d578c399555":[11,0,86,3],
-"classTextRenderer.html#a2ffb5baddcc264fbaccda8fb7c660814":[11,0,86,0],
-"classTextRenderer.html#a7087505bdc31e41416408c27fe029f20":[11,0,86,1],
-"classTextRenderer.html#aa5a3c6768f76827cdb8cc151cb560dda":[11,0,86,4],
-"classTextRenderer.html#aec073a6afdb6ad57f411fa45276c1c7f":[11,0,86,2],
-"classThreadPool.html":[11,0,87],
-"classThreadPool.html#a44d3d2ab618970605e684efc216655eb":[11,0,87,0],
-"classThreadPool.html#aa5d4ece64890897782436b85a20833ab":[11,0,87,1],
-"classThreadPoolAccessor.html":[11,0,88],
-"classThreadPoolAccessor.html#a0d361df5a6b36ddf6d00c57654391003":[11,0,88,5],
-"classThreadPoolAccessor.html#a34fe797b87652519f96f763fe3f041ee":[11,0,88,8],
-"classThreadPoolAccessor.html#a4bbc9ae44b36476d92988c35e0c98cea":[11,0,88,6],
-"classThreadPoolAccessor.html#a7983b47fd8d11750c100ccbb277c34e6":[11,0,88,1],
-"classThreadPoolAccessor.html#a92990829a9114b434dc210f53c59ca26":[11,0,88,9],
-"classThreadPoolAccessor.html#ad2ee59093ae96b028d0f62de6bf44797":[11,0,88,7],
-"classThreadPoolAccessor.html#ad420951c3577df1d129a3b0fd0686a17":[11,0,88,2],
-"classThreadPoolAccessor.html#aee788b384712e1df20d73692e820de6d":[11,0,88,4],
-"classThreadPoolAccessor.html#af805e41ac094b27aef3ba1bf48a11813":[11,0,88,0],
-"classThreadPoolAccessor.html#afa352bf7364fb72961da83bd73b788e2":[11,0,88,10],
-"classThreadPoolAccessor.html#afe55eaa8b12e2a3d378f5dc4fefbc44a":[11,0,88,3],
-"classThreadSafeQueue.html":[11,0,89],
-"classThreadSafeQueue.html#a06e14823003cc9b5d9e9151380077f08":[11,0,89,0],
-"classThreadSafeQueue.html#a0f3f492104e38b019a5e1a74647cec39":[11,0,89,2],
-"classThreadSafeQueue.html#a253f89e71a648e192336bd3ab35840f6":[11,0,89,7],
-"classThreadSafeQueue.html#a58b5532baa6110071f697ad1f9bfbf58":[11,0,89,4],
-"classThreadSafeQueue.html#a815452f980fe394e90aa0f5747f7350a":[11,0,89,8],
-"classThreadSafeQueue.html#a8a98125a8d06536d27be9adc79b185e8":[11,0,89,5],
-"classThreadSafeQueue.html#ab255a078bfa2253878a2e17fd5a7a21c":[11,0,89,10],
-"classThreadSafeQueue.html#ac7bece91279b51d03f80d7a9870ba4ca":[11,0,89,3],
-"classThreadSafeQueue.html#ac95d228574bdd715ef5b8e1b82607173":[11,0,89,1],
-"classThreadSafeQueue.html#ae277003ce095debc77bd1339c131b302":[11,0,89,6],
-"classThreadSafeQueue.html#af271237052273bbbdb2004e6f0b60cc7":[11,0,89,9],
-"classTimer.html":[11,0,90],
-"classTimer.html#a253fd8709268b053f17cac1835e6e9ae":[11,0,90,1],
-"classTimer.html#a89cbcd5f86e010298f644c979fe45d06":[11,0,90,4],
-"classTimer.html#a8e2163a0e4f62d15b2056d5d79524691":[11,0,90,0],
-"classTimer.html#abab6876b961b39fb1123ac2d700167ed":[11,0,90,5],
-"classTimer.html#aed63e63649306ee13ffc02c28e2e8311":[11,0,90,3],
-"classTimer.html#af188795a135958a87538a21a20423649":[11,0,90,2],
-"classTransform.html":[11,0,91],
-"classTransform.html#a0bf3cd626be4c099ce455ff809761c1c":[11,0,91,5],
-"classTransform.html#a6daf7add1e082d558b538c1a64c17aa5":[11,0,91,2],
-"classTransform.html#a936da2a177bd9dec2a5e14c30865dff8":[11,0,91,4],
-"classTransform.html#aecfee605af55e0c6e555b5fdfd4f488a":[11,0,91,3],
-"classTransform.html#af696e75facb2a07a842e7a28b14f3665":[11,0,91,0],
-"classTransform.html#afcf51c49f1336ab5ae045ac9609715d8":[11,0,91,1],
-"classUpdateThread.html":[11,0,93],
-"classUpdateThread.html#a0f06786943dfc620dc2c6a0fa258da07":[11,0,93,0],
-"classUpdateThread.html#a5379199617c6f252e5d850755f887b1f":[11,0,93,5],
-"classUpdateThread.html#a67633683c42a680171e9de4cb55e673b":[11,0,93,3],
-"classUpdateThread.html#a6b0329b5ce1c37b523ca25276d180cbb":[11,0,93,1],
-"classUpdateThread.html#abb79f362ecbec1a4c878739bafe974de":[11,0,93,4],
-"classUpdateThread.html#ac4c818b0e4646770c22f3f095b251517":[11,0,93,2],
-"classViewFrustum.html":[11,0,94],
-"classViewFrustum.html#a0db51dba32f28c644340adfd98c53dbb":[11,0,94,6],
-"classViewFrustum.html#a47b13953698d344ee204c6f8157f8471":[11,0,94,5],
-"classViewFrustum.html#a70f1dd6fcf92d5e0b3a730fe38263a66":[11,0,94,9],
-"classViewFrustum.html#a75edebf5cd4f491261d3e7a1ec90ea43":[11,0,94,7],
-"classViewFrustum.html#a7c6e39d3b8e817165719fee619c3bb00":[11,0,94,3],
-"classViewFrustum.html#a7f5d31eff3c9fd97a27b97e63297f9d3":[11,0,94,2],
-"classViewFrustum.html#a822af6081571bf7aa5a3d0dee7e5f9cc":[11,0,94,4],
-"classViewFrustum.html#a83f7e9dfeac35c1f67b085d9887a103b":[11,0,94,0],
-"classViewFrustum.html#ad2e685ee3819ff90df3994df71455f80":[11,0,94,1],
-"classViewFrustum.html#afd88c0f94ae5fc640b58bbe6f51eebb8":[11,0,94,8],
-"classVulkanAPI.html":[11,0,96],
-"classVulkanAPI.html#a04c08c5e5be270cbf455f497773f6b08":[11,0,96,119],
-"classVulkanAPI.html#a0517937337ae0b3ad6e147526be0d960":[11,0,96,112],
-"classVulkanAPI.html#a05b49068f5c9218b7422d6074d897f64":[11,0,96,35],
-"classVulkanAPI.html#a07adf9175f5395986d9feb6eb87cfac6":[11,0,96,46],
-"classVulkanAPI.html#a07f1d7b9dca69d5d33666b605ee66436":[11,0,96,114],
-"classVulkanAPI.html#a0847afa3a3335e05c44922686174d17b":[11,0,96,0],
-"classVulkanAPI.html#a08cef78415d715935de317f9e69df12e":[11,0,96,53],
-"classVulkanAPI.html#a0f5fb5cf3d8332510c2e756a7fe3ef36":[11,0,96,91],
-"classVulkanAPI.html#a0fba61a127c559f891c31974ddb4927b":[11,0,96,93],
-"classVulkanAPI.html#a10a2d2c305087b878e1518437fd6ca4e":[11,0,96,98],
-"classVulkanAPI.html#a10d5fc72a9fcb937cc8b62d57fca2be7":[11,0,96,113],
-"classVulkanAPI.html#a111ed86a854fdd4b30ca876c511031b1":[11,0,96,84],
-"classVulkanAPI.html#a14fc68160346c09d0e62bef752f91300":[11,0,96,20],
-"classVulkanAPI.html#a190170e2b9d436a9aa6a2cf4a8b475a1":[11,0,96,120],
-"classVulkanAPI.html#a1b80e03954d5522659cc2e333fe1811c":[11,0,96,78],
-"classVulkanAPI.html#a1d0897c4f64ec32ad6d320b3b2108f71":[11,0,96,69],
-"classVulkanAPI.html#a1e5b9f3211f503442e2db8d286caeb72":[11,0,96,72],
-"classVulkanAPI.html#a1fb46af26d8e1da6db861ba020de561e":[11,0,96,19],
-"classVulkanAPI.html#a23a980bd3a491a0ea5a09d395e345202":[11,0,96,37],
-"classVulkanAPI.html#a23c0c1cf57a6c5513ab97b6053039f62":[11,0,96,31],
-"classVulkanAPI.html#a27cf544260c51fd169353b10c6607233":[11,0,96,51],
-"classVulkanAPI.html#a28868afc63f2210693107cec8cd9e73a":[11,0,96,68],
-"classVulkanAPI.html#a2f0ac0bfd8e2f9132d212730b0231a67":[11,0,96,23],
-"classVulkanAPI.html#a2f31e9409e38aa1027e3cfd68c002b76":[11,0,96,56],
-"classVulkanAPI.html#a2fcf70ece5470d2c97c197ebcd044c3c":[11,0,96,47],
-"classVulkanAPI.html#a30349543c791d21218b74e97493e9f89":[11,0,96,118],
-"classVulkanAPI.html#a317f98acc7c0cc7e2e639e865fa55e61":[11,0,96,43],
-"classVulkanAPI.html#a32b2991a33a67aac18e47097c38c2257":[11,0,96,66],
-"classVulkanAPI.html#a3374616511a7077e1469cc8a1e8aee31":[11,0,96,13],
-"classVulkanAPI.html#a34f25aa629476800fbf6acb0e6400d0f":[11,0,96,96],
-"classVulkanAPI.html#a370701861cf8380ffe16419af0744538":[11,0,96,11],
-"classVulkanAPI.html#a3817cefb46cf1cc3fab6dcccd862e52a":[11,0,96,94],
-"classVulkanAPI.html#a3a845af151ddc322c31030ae33a7725f":[11,0,96,70],
-"classVulkanAPI.html#a3ca516c046ac41c08b2e56a6b47e5f46":[11,0,96,9],
-"classVulkanAPI.html#a3d2e2ba32d12d350853d6de00770eab9":[11,0,96,50],
-"classVulkanAPI.html#a3f4d479c32e0010b49c8400eb96340ab":[11,0,96,111],
-"classVulkanAPI.html#a3f4eb2dfd0c916f2c2d5cd32a11d1805":[11,0,96,89],
-"classVulkanAPI.html#a40aca6a20e84f0fce26ffebae56f8377":[11,0,96,79],
-"classVulkanAPI.html#a42f76d2317f9b624ba94528da8acb9a3":[11,0,96,83],
-"classVulkanAPI.html#a44ee7e85011c6fdb0d0c14526d1fa59c":[11,0,96,100],
-"classVulkanAPI.html#a45b5513ed644a7d06f561c664a2f60ed":[11,0,96,105],
-"classVulkanAPI.html#a480baf17862bbec82e00b3b1dd90e60e":[11,0,96,86],
-"classVulkanAPI.html#a487ef8017a9c009c2e23143ae1e49b05":[11,0,96,24],
-"classVulkanAPI.html#a48f6b428d99ea240a6ebdc1ad4dba0cd":[11,0,96,22],
-"classVulkanAPI.html#a4df2e1e0e7c5ea663bd785f9d3a6be24":[11,0,96,49],
-"classVulkanAPI.html#a4e6e94b0fbb586cf525cd2aef1e72d3c":[11,0,96,106],
-"classVulkanAPI.html#a512711a2bf5f70765279aca5f1e6c5dd":[11,0,96,29],
-"classVulkanAPI.html#a5cf827ed1548a6c79b7c0113cf726892":[11,0,96,16],
-"classVulkanAPI.html#a5d3a908536aee8c7f23b6f4a10ca2382":[11,0,96,60],
-"classVulkanAPI.html#a5d6e6b05fcb23a206e35efdc5ece6cad":[11,0,96,2],
-"classVulkanAPI.html#a63fa15b14880714d1c3a76569933d256":[11,0,96,85],
-"classVulkanAPI.html#a64487d489c2c83eda603848f99c53826":[11,0,96,6],
-"classVulkanAPI.html#a656d3ac5626be8100d2d718b477c1323":[11,0,96,4],
-"classVulkanAPI.html#a6605ae5a44cb5327a1633051b00cbd3f":[11,0,96,103],
-"classVulkanAPI.html#a67280ce7321d0f8a1d38365332a081a7":[11,0,96,18],
-"classVulkanAPI.html#a686c7e9f200979296e890de8c2801e25":[11,0,96,67],
-"classVulkanAPI.html#a699def9d574bc4218da7b1aa4c9968d8":[11,0,96,64],
-"classVulkanAPI.html#a6b642d35d8f0f618726f5865ab85c43d":[11,0,96,92],
-"classVulkanAPI.html#a6c0515ff6c976c5480e82adf3ccaadb3":[11,0,96,115],
-"classVulkanAPI.html#a6e36af29d838a6599ddb213ca74a7edf":[11,0,96,32],
-"classVulkanAPI.html#a6ebdad6fe938979f82df36ab8796a6c7":[11,0,96,74],
-"classVulkanAPI.html#a6fc0704bf06df12fae37844bfcdd5e66":[11,0,96,75],
-"classVulkanAPI.html#a706d2eb8e6ae954906b5822f4cc6e5e9":[11,0,96,108],
-"classVulkanAPI.html#a70fc3d9525d7e52852bb0b7be66af812":[11,0,96,76],
-"classVulkanAPI.html#a71545e8cb3b44415a8ac02c4dfd2a72e":[11,0,96,38],
-"classVulkanAPI.html#a7598e68cc5cf8b943ee619b76483b77d":[11,0,96,28],
-"classVulkanAPI.html#a760a68bd1116cac8ed2756832cea2020":[11,0,96,58],
-"classVulkanAPI.html#a761b38015d3f933dd83fc8a47cd89113":[11,0,96,116],
-"classVulkanAPI.html#a7710ecba38fb79260827944f1fbf7d94":[11,0,96,59],
-"classVulkanAPI.html#a77a5993a4ce2374bb9c920a52476a669":[11,0,96,110],
-"classVulkanAPI.html#a7af28a90999b1386bc621bb5ea6ef122":[11,0,96,12],
-"classVulkanAPI.html#a7dbaba5ed78714b88d3f052d0b8ebc12":[11,0,96,17],
-"classVulkanAPI.html#a86743941615e910138d60d76b6a59b4b":[11,0,96,40],
-"classVulkanAPI.html#a887ed6c1ccefd7ec65a67f8f7f117d11":[11,0,96,25],
-"classVulkanAPI.html#a8899d4c5849a216c4e698a99e204bd3e":[11,0,96,42],
-"classVulkanAPI.html#a8ba9123ec127e5b6314df01374b0135b":[11,0,96,90],
-"classVulkanAPI.html#a8cbd7cb5463c6f380e001df85afd978e":[11,0,96,82],
-"classVulkanAPI.html#a8ed172aa7168c80fb7610bb311a386ae":[11,0,96,99]
+"classStatus.html":[11,0,84],
+"classStatus.html#a152dfa178a3de2e5a77304fdb9975fee":[11,0,84,10],
+"classStatus.html#a1b24d90ef2560afffe9d7183e279c63c":[11,0,84,1],
+"classStatus.html#a1d9a8ef9ec5865547c2bce0650ace655":[11,0,84,8],
+"classStatus.html#a2dc3f38c68d1264ee9a0e9c088b907b0":[11,0,84,13],
+"classStatus.html#a533a5c6cc5c5feffb49a95f121767a02":[11,0,84,6],
+"classStatus.html#a5c02329b1d3f6298c988a007a361f47d":[11,0,84,7],
+"classStatus.html#a5db0ccf1578d66e50f4579b16e5c6ae9":[11,0,84,9],
+"classStatus.html#a886a0bbd1fddd534c0e17640c5a1b31a":[11,0,84,3],
+"classStatus.html#a944586fb328a3524805748c8f7b17f32":[11,0,84,0],
+"classStatus.html#a9a7b30d682d507d4aca9488ac6d6e70b":[11,0,84,2],
+"classStatus.html#a9c8830c8a44acd4d18baccae5f395306":[11,0,84,5],
+"classStatus.html#aa01d58908a9c84614bbfd0db352ccab4":[11,0,84,12],
+"classStatus.html#aa164dbd052f1208125fd678b6cafd51b":[11,0,84,4],
+"classStatus.html#acfccc37966909280673cb73ea8cbbd83":[11,0,84,14],
+"classStatus.html#adb4ddfa11aa128ffcacede22300974be":[11,0,84,11],
+"classStatus.html#ae13734a6357c21bce8d1ac8e340bafe5":[11,0,84,15],
+"classStructureInfo.html":[11,0,85],
+"classStructureInfo.html#a63fab7b9bdc843b8cba27cd77a63e6c5":[11,0,85,3],
+"classStructureInfo.html#a7dce9af2d2ce94824f5133e478466c46":[11,0,85,0],
+"classStructureInfo.html#a7dce9af2d2ce94824f5133e478466c46a3b0c14770e6bd663518496da60f524da":[11,0,85,0,0],
+"classStructureInfo.html#a7dce9af2d2ce94824f5133e478466c46a6adf97f83acf6453d4a6a4b1070f3754":[11,0,85,0,1],
+"classStructureInfo.html#a97f3db4c1a93ea88a7bf83ab282eedfd":[11,0,85,5],
+"classStructureInfo.html#ab96936abbea7e4d3cd9ece5ca6da4f23":[11,0,85,1],
+"classStructureInfo.html#ac00466b0e9266018cc88e6b6dc3d5176":[11,0,85,2],
+"classStructureInfo.html#ade445acc95456dadafc7cf87d18220f5":[11,0,85,4],
+"classStructuresInfo.html":[11,0,86],
+"classStructuresInfo.html#af0e52eb93ae082b98ae0e070338b7f66":[11,0,86,0],
+"classSwapchain.html":[11,0,87],
+"classSwapchain.html#a04b93a4607fdc211c3018ab02489f26f":[11,0,87,3],
+"classSwapchain.html#a04ba7da3842a1f7da16bb854dd89d65a":[11,0,87,5],
+"classSwapchain.html#a2de9a7d190a3e6ecb055a995a086ae98":[11,0,87,13],
+"classSwapchain.html#a30927e6bfaa0444297b3ba2958893b93":[11,0,87,4],
+"classSwapchain.html#a3f8ee8c3ae46e537f4be8293820cf4f8":[11,0,87,7],
+"classSwapchain.html#a469349b4b438204faab2409a7d5a1454":[11,0,87,8],
+"classSwapchain.html#a5848dea9c4317e57363760ed0c052ea7":[11,0,87,6],
+"classSwapchain.html#a58517f87b90a3c8753d76d008a82c5e0":[11,0,87,10],
+"classSwapchain.html#a5f92b2c1255583187a9db5534d449afd":[11,0,87,9],
+"classSwapchain.html#a751b92128dbbe0cc199b8207a8123796":[11,0,87,14],
+"classSwapchain.html#a7c4aa937c305d9518d5f6fe80e1d0010":[11,0,87,11],
+"classSwapchain.html#aaf57d6467d5284ae684df623035f5a71":[11,0,87,12],
+"classSwapchain.html#ac17a8879535f88e5ff3b4635392cefa1":[11,0,87,2],
+"classTextRenderer.html":[11,0,89],
+"classTextRenderer.html#a01d170da7ff37e4658ec0d578c399555":[11,0,89,3],
+"classTextRenderer.html#a2ffb5baddcc264fbaccda8fb7c660814":[11,0,89,0],
+"classTextRenderer.html#a7087505bdc31e41416408c27fe029f20":[11,0,89,1],
+"classTextRenderer.html#aa5a3c6768f76827cdb8cc151cb560dda":[11,0,89,4],
+"classTextRenderer.html#aec073a6afdb6ad57f411fa45276c1c7f":[11,0,89,2],
+"classThreadPool.html":[11,0,90],
+"classThreadPool.html#a44d3d2ab618970605e684efc216655eb":[11,0,90,0],
+"classThreadPool.html#aa5d4ece64890897782436b85a20833ab":[11,0,90,1],
+"classThreadPoolAccessor.html":[11,0,91],
+"classThreadPoolAccessor.html#a0d361df5a6b36ddf6d00c57654391003":[11,0,91,5],
+"classThreadPoolAccessor.html#a34fe797b87652519f96f763fe3f041ee":[11,0,91,8],
+"classThreadPoolAccessor.html#a4bbc9ae44b36476d92988c35e0c98cea":[11,0,91,6],
+"classThreadPoolAccessor.html#a7983b47fd8d11750c100ccbb277c34e6":[11,0,91,1],
+"classThreadPoolAccessor.html#a92990829a9114b434dc210f53c59ca26":[11,0,91,9],
+"classThreadPoolAccessor.html#ad2ee59093ae96b028d0f62de6bf44797":[11,0,91,7],
+"classThreadPoolAccessor.html#ad420951c3577df1d129a3b0fd0686a17":[11,0,91,2],
+"classThreadPoolAccessor.html#aee788b384712e1df20d73692e820de6d":[11,0,91,4],
+"classThreadPoolAccessor.html#af805e41ac094b27aef3ba1bf48a11813":[11,0,91,0],
+"classThreadPoolAccessor.html#afa352bf7364fb72961da83bd73b788e2":[11,0,91,10],
+"classThreadPoolAccessor.html#afe55eaa8b12e2a3d378f5dc4fefbc44a":[11,0,91,3],
+"classThreadSafeQueue.html":[11,0,92],
+"classThreadSafeQueue.html#a06e14823003cc9b5d9e9151380077f08":[11,0,92,0],
+"classThreadSafeQueue.html#a0f3f492104e38b019a5e1a74647cec39":[11,0,92,2],
+"classThreadSafeQueue.html#a253f89e71a648e192336bd3ab35840f6":[11,0,92,7],
+"classThreadSafeQueue.html#a58b5532baa6110071f697ad1f9bfbf58":[11,0,92,4],
+"classThreadSafeQueue.html#a815452f980fe394e90aa0f5747f7350a":[11,0,92,8],
+"classThreadSafeQueue.html#a8a98125a8d06536d27be9adc79b185e8":[11,0,92,5],
+"classThreadSafeQueue.html#ab255a078bfa2253878a2e17fd5a7a21c":[11,0,92,10],
+"classThreadSafeQueue.html#ac7bece91279b51d03f80d7a9870ba4ca":[11,0,92,3],
+"classThreadSafeQueue.html#ac95d228574bdd715ef5b8e1b82607173":[11,0,92,1],
+"classThreadSafeQueue.html#ae277003ce095debc77bd1339c131b302":[11,0,92,6],
+"classThreadSafeQueue.html#af271237052273bbbdb2004e6f0b60cc7":[11,0,92,9],
+"classTimer.html":[11,0,93],
+"classTimer.html#a253fd8709268b053f17cac1835e6e9ae":[11,0,93,1],
+"classTimer.html#a89cbcd5f86e010298f644c979fe45d06":[11,0,93,4],
+"classTimer.html#a8e2163a0e4f62d15b2056d5d79524691":[11,0,93,0],
+"classTimer.html#abab6876b961b39fb1123ac2d700167ed":[11,0,93,5],
+"classTimer.html#aed63e63649306ee13ffc02c28e2e8311":[11,0,93,3],
+"classTimer.html#af188795a135958a87538a21a20423649":[11,0,93,2],
+"classTransform.html":[11,0,94],
+"classTransform.html#a0bf3cd626be4c099ce455ff809761c1c":[11,0,94,5],
+"classTransform.html#a6daf7add1e082d558b538c1a64c17aa5":[11,0,94,2],
+"classTransform.html#a936da2a177bd9dec2a5e14c30865dff8":[11,0,94,4],
+"classTransform.html#aecfee605af55e0c6e555b5fdfd4f488a":[11,0,94,3],
+"classTransform.html#af696e75facb2a07a842e7a28b14f3665":[11,0,94,0],
+"classTransform.html#afcf51c49f1336ab5ae045ac9609715d8":[11,0,94,1],
+"classUpdateThread.html":[11,0,96],
+"classUpdateThread.html#a5379199617c6f252e5d850755f887b1f":[11,0,96,5],
+"classUpdateThread.html#a67633683c42a680171e9de4cb55e673b":[11,0,96,3],
+"classUpdateThread.html#a6b0329b5ce1c37b523ca25276d180cbb":[11,0,96,1],
+"classUpdateThread.html#abb79f362ecbec1a4c878739bafe974de":[11,0,96,4],
+"classUpdateThread.html#ac4c818b0e4646770c22f3f095b251517":[11,0,96,2],
+"classUpdateThread.html#af8cdf9742b83c2a0d9b5c50f42928e02":[11,0,96,0],
+"classViewFrustum.html":[11,0,97],
+"classViewFrustum.html#a0db51dba32f28c644340adfd98c53dbb":[11,0,97,6],
+"classViewFrustum.html#a47b13953698d344ee204c6f8157f8471":[11,0,97,5],
+"classViewFrustum.html#a70f1dd6fcf92d5e0b3a730fe38263a66":[11,0,97,9],
+"classViewFrustum.html#a75edebf5cd4f491261d3e7a1ec90ea43":[11,0,97,7],
+"classViewFrustum.html#a7c6e39d3b8e817165719fee619c3bb00":[11,0,97,3],
+"classViewFrustum.html#a7f5d31eff3c9fd97a27b97e63297f9d3":[11,0,97,2],
+"classViewFrustum.html#a822af6081571bf7aa5a3d0dee7e5f9cc":[11,0,97,4],
+"classViewFrustum.html#a83f7e9dfeac35c1f67b085d9887a103b":[11,0,97,0],
+"classViewFrustum.html#ad2e685ee3819ff90df3994df71455f80":[11,0,97,1],
+"classViewFrustum.html#afd88c0f94ae5fc640b58bbe6f51eebb8":[11,0,97,8],
+"classVulkanAPI.html":[11,0,99],
+"classVulkanAPI.html#a014e24d7872443cc72ba95aeb69d3fbc":[11,0,99,55],
+"classVulkanAPI.html#a04c08c5e5be270cbf455f497773f6b08":[11,0,99,133],
+"classVulkanAPI.html#a0517937337ae0b3ad6e147526be0d960":[11,0,99,126],
+"classVulkanAPI.html#a05b49068f5c9218b7422d6074d897f64":[11,0,99,42],
+"classVulkanAPI.html#a07adf9175f5395986d9feb6eb87cfac6":[11,0,99,53],
+"classVulkanAPI.html#a07f1d7b9dca69d5d33666b605ee66436":[11,0,99,128],
+"classVulkanAPI.html#a0847afa3a3335e05c44922686174d17b":[11,0,99,0],
+"classVulkanAPI.html#a08cef78415d715935de317f9e69df12e":[11,0,99,61],
+"classVulkanAPI.html#a0f5fb5cf3d8332510c2e756a7fe3ef36":[11,0,99,101],
+"classVulkanAPI.html#a0fba61a127c559f891c31974ddb4927b":[11,0,99,103],
+"classVulkanAPI.html#a10a2d2c305087b878e1518437fd6ca4e":[11,0,99,109],
+"classVulkanAPI.html#a10d5fc72a9fcb937cc8b62d57fca2be7":[11,0,99,127],
+"classVulkanAPI.html#a111ed86a854fdd4b30ca876c511031b1":[11,0,99,94],
+"classVulkanAPI.html#a14fc68160346c09d0e62bef752f91300":[11,0,99,25],
+"classVulkanAPI.html#a190170e2b9d436a9aa6a2cf4a8b475a1":[11,0,99,134],
+"classVulkanAPI.html#a1b80e03954d5522659cc2e333fe1811c":[11,0,99,88],
+"classVulkanAPI.html#a1d0897c4f64ec32ad6d320b3b2108f71":[11,0,99,79],
+"classVulkanAPI.html#a1e5b9f3211f503442e2db8d286caeb72":[11,0,99,82],
+"classVulkanAPI.html#a1fb46af26d8e1da6db861ba020de561e":[11,0,99,22],
+"classVulkanAPI.html#a23a980bd3a491a0ea5a09d395e345202":[11,0,99,44],
+"classVulkanAPI.html#a23c0c1cf57a6c5513ab97b6053039f62":[11,0,99,38],
+"classVulkanAPI.html#a27cf544260c51fd169353b10c6607233":[11,0,99,59],
+"classVulkanAPI.html#a28868afc63f2210693107cec8cd9e73a":[11,0,99,76],
+"classVulkanAPI.html#a2ed25e24c325a567d3a25283f775c884":[11,0,99,33],
+"classVulkanAPI.html#a2f0ac0bfd8e2f9132d212730b0231a67":[11,0,99,28],
+"classVulkanAPI.html#a2f31e9409e38aa1027e3cfd68c002b76":[11,0,99,64],
+"classVulkanAPI.html#a2fcf70ece5470d2c97c197ebcd044c3c":[11,0,99,54],
+"classVulkanAPI.html#a30349543c791d21218b74e97493e9f89":[11,0,99,132],
+"classVulkanAPI.html#a317f98acc7c0cc7e2e639e865fa55e61":[11,0,99,50],
+"classVulkanAPI.html#a32b2991a33a67aac18e47097c38c2257":[11,0,99,74],
+"classVulkanAPI.html#a3374616511a7077e1469cc8a1e8aee31":[11,0,99,14],
+"classVulkanAPI.html#a34f25aa629476800fbf6acb0e6400d0f":[11,0,99,106],
+"classVulkanAPI.html#a359875799bbcad56d4aee24bcafe349c":[11,0,99,18],
+"classVulkanAPI.html#a370701861cf8380ffe16419af0744538":[11,0,99,12],
+"classVulkanAPI.html#a3817cefb46cf1cc3fab6dcccd862e52a":[11,0,99,104],
+"classVulkanAPI.html#a3a845af151ddc322c31030ae33a7725f":[11,0,99,80],
+"classVulkanAPI.html#a3ca516c046ac41c08b2e56a6b47e5f46":[11,0,99,9],
+"classVulkanAPI.html#a3d2e2ba32d12d350853d6de00770eab9":[11,0,99,58],
+"classVulkanAPI.html#a3f4d479c32e0010b49c8400eb96340ab":[11,0,99,125],
+"classVulkanAPI.html#a3f4eb2dfd0c916f2c2d5cd32a11d1805":[11,0,99,99],
+"classVulkanAPI.html#a40aca6a20e84f0fce26ffebae56f8377":[11,0,99,89],
+"classVulkanAPI.html#a42f76d2317f9b624ba94528da8acb9a3":[11,0,99,93],
+"classVulkanAPI.html#a44ee7e85011c6fdb0d0c14526d1fa59c":[11,0,99,111],
+"classVulkanAPI.html#a45b5513ed644a7d06f561c664a2f60ed":[11,0,99,116],
+"classVulkanAPI.html#a480baf17862bbec82e00b3b1dd90e60e":[11,0,99,96],
+"classVulkanAPI.html#a487ef8017a9c009c2e23143ae1e49b05":[11,0,99,29],
+"classVulkanAPI.html#a48f6b428d99ea240a6ebdc1ad4dba0cd":[11,0,99,27],
+"classVulkanAPI.html#a48f9529d1362d33b9d36844b696cd8cc":[11,0,99,23],
+"classVulkanAPI.html#a4df2e1e0e7c5ea663bd785f9d3a6be24":[11,0,99,57],
+"classVulkanAPI.html#a4e6e94b0fbb586cf525cd2aef1e72d3c":[11,0,99,117],
+"classVulkanAPI.html#a512711a2bf5f70765279aca5f1e6c5dd":[11,0,99,36],
+"classVulkanAPI.html#a5cf827ed1548a6c79b7c0113cf726892":[11,0,99,17],
+"classVulkanAPI.html#a5d3a908536aee8c7f23b6f4a10ca2382":[11,0,99,68],
+"classVulkanAPI.html#a5d6e6b05fcb23a206e35efdc5ece6cad":[11,0,99,2],
+"classVulkanAPI.html#a63e27670713fea630e26308ee1df9eca":[11,0,99,123],
+"classVulkanAPI.html#a63fa15b14880714d1c3a76569933d256":[11,0,99,95],
+"classVulkanAPI.html#a64487d489c2c83eda603848f99c53826":[11,0,99,6],
+"classVulkanAPI.html#a656d3ac5626be8100d2d718b477c1323":[11,0,99,4],
+"classVulkanAPI.html#a6605ae5a44cb5327a1633051b00cbd3f":[11,0,99,114],
+"classVulkanAPI.html#a67280ce7321d0f8a1d38365332a081a7":[11,0,99,21],
+"classVulkanAPI.html#a686c7e9f200979296e890de8c2801e25":[11,0,99,75],
+"classVulkanAPI.html#a699def9d574bc4218da7b1aa4c9968d8":[11,0,99,72],
+"classVulkanAPI.html#a6b642d35d8f0f618726f5865ab85c43d":[11,0,99,102],
+"classVulkanAPI.html#a6c0515ff6c976c5480e82adf3ccaadb3":[11,0,99,129],
+"classVulkanAPI.html#a6e36af29d838a6599ddb213ca74a7edf":[11,0,99,39],
+"classVulkanAPI.html#a6ebdad6fe938979f82df36ab8796a6c7":[11,0,99,84],
+"classVulkanAPI.html#a6fc0704bf06df12fae37844bfcdd5e66":[11,0,99,85],
+"classVulkanAPI.html#a706d2eb8e6ae954906b5822f4cc6e5e9":[11,0,99,120],
+"classVulkanAPI.html#a70fc3d9525d7e52852bb0b7be66af812":[11,0,99,86],
+"classVulkanAPI.html#a71545e8cb3b44415a8ac02c4dfd2a72e":[11,0,99,45],
+"classVulkanAPI.html#a7598e68cc5cf8b943ee619b76483b77d":[11,0,99,35],
+"classVulkanAPI.html#a760a68bd1116cac8ed2756832cea2020":[11,0,99,66],
+"classVulkanAPI.html#a761b38015d3f933dd83fc8a47cd89113":[11,0,99,130],
+"classVulkanAPI.html#a7710ecba38fb79260827944f1fbf7d94":[11,0,99,67],
+"classVulkanAPI.html#a77a5993a4ce2374bb9c920a52476a669":[11,0,99,124],
+"classVulkanAPI.html#a7872b06444899aee66c234c660a13008":[11,0,99,122],
+"classVulkanAPI.html#a7af28a90999b1386bc621bb5ea6ef122":[11,0,99,13],
+"classVulkanAPI.html#a7dbaba5ed78714b88d3f052d0b8ebc12":[11,0,99,19],
+"classVulkanAPI.html#a81ce328c1e43ad688eef056e2976414b":[11,0,99,77],
+"classVulkanAPI.html#a842639e05e35b6dbe902b37459aa8258":[11,0,99,78],
+"classVulkanAPI.html#a86743941615e910138d60d76b6a59b4b":[11,0,99,47]
};
diff --git a/navtreeindex6.js b/navtreeindex6.js
index 56f7bd33..6d407033 100644
--- a/navtreeindex6.js
+++ b/navtreeindex6.js
@@ -1,115 +1,103 @@
var NAVTREEINDEX6 =
{
-"classVulkanAPI.html#a940a7401cf07be24321fb4135242ed02":[11,0,96,57],
-"classVulkanAPI.html#a96888336776595c476b4f5922008638c":[11,0,96,52],
-"classVulkanAPI.html#a9a0abe700cd6ea529bc1ef5e51c67d9a":[11,0,96,34],
-"classVulkanAPI.html#a9fd2ce82f81a14307893a7140f142325":[11,0,96,109],
-"classVulkanAPI.html#aa3cf0d566570f615d38be314b304a2e2":[11,0,96,33],
-"classVulkanAPI.html#aa5bb84d6e6b69d8a657e9e58a73ce95c":[11,0,96,26],
-"classVulkanAPI.html#aa722fadde782da66e3c87930aa1c0617":[11,0,96,48],
-"classVulkanAPI.html#aa9a504cc0f7d6ab94cd524c0d16a5bac":[11,0,96,87],
-"classVulkanAPI.html#aaeca4e5455f3982bac572f63af925855":[11,0,96,14],
-"classVulkanAPI.html#ab6c5b3fce5155d0347f9514c25998d1f":[11,0,96,10],
-"classVulkanAPI.html#abfdeff59a16b48925efc3ddcfe4530a0":[11,0,96,80],
-"classVulkanAPI.html#ac0c92c508e22b615352c65701dc2296b":[11,0,96,39],
-"classVulkanAPI.html#ac12b982260d8e50f1d0570621f32e5cb":[11,0,96,63],
-"classVulkanAPI.html#ac18d62a1dd41ee1d3c18d59fe7c7be99":[11,0,96,101],
-"classVulkanAPI.html#ac41e405eb04698678e32c6380f2af93a":[11,0,96,95],
-"classVulkanAPI.html#ac53aef29bbc7afd5cef325d4d608f669":[11,0,96,44],
-"classVulkanAPI.html#ac6feb430ee69a548861398347fcde08b":[11,0,96,73],
-"classVulkanAPI.html#acaff5cd787c82103f731214aeeda369f":[11,0,96,21],
-"classVulkanAPI.html#acb1a97c9af39c7527966e3f8eb5f7581":[11,0,96,15],
-"classVulkanAPI.html#acbc18157e133b2d4ad681f060d44c742":[11,0,96,61],
-"classVulkanAPI.html#acd95a2f7af31d3ccba7de8553aeed384":[11,0,96,88],
-"classVulkanAPI.html#acdddd58d6fe5785ac53838b6748ef46c":[11,0,96,65],
-"classVulkanAPI.html#acdf9faa7c2f01c5480088443d6cf1ece":[11,0,96,8],
-"classVulkanAPI.html#ad01323e85880b8de8edb76aff86c8f57":[11,0,96,107],
-"classVulkanAPI.html#ad27846b71139eb87106408bd25940dbb":[11,0,96,5],
-"classVulkanAPI.html#ad4c62f896f0471d717be8fd61783dfbc":[11,0,96,81],
-"classVulkanAPI.html#ad76d06c7822c9773f0b91c4950ab246f":[11,0,96,117],
-"classVulkanAPI.html#ad8f11e92cc76af018c2cbcb0186d8bfe":[11,0,96,30],
-"classVulkanAPI.html#adb8f28d802477d4121965de04856ddd0":[11,0,96,97],
-"classVulkanAPI.html#aded6afbe797d9e490d44f56c818baa90":[11,0,96,55],
-"classVulkanAPI.html#ae0cb9516fb69a6123ebae59832bc7c91":[11,0,96,41],
-"classVulkanAPI.html#ae3ca1ad478d46ff986a5c70ff3de9907":[11,0,96,45],
-"classVulkanAPI.html#ae58294d582cc0bcb04c4ece2350fba79":[11,0,96,7],
-"classVulkanAPI.html#ae886d1569f905d7a860e3d8dc874b9fb":[11,0,96,62],
-"classVulkanAPI.html#ae8f0c464acae09cabfc3631aaa50304a":[11,0,96,104],
-"classVulkanAPI.html#aebc102cf15cf5e7bd6bf392aecf09266":[11,0,96,54],
-"classVulkanAPI.html#aed55454df00de407ecbd6443cfb83fcb":[11,0,96,27],
-"classVulkanAPI.html#af0178da68566ea2136a91746e686efdf":[11,0,96,3],
-"classVulkanAPI.html#af077051ab8c2e9346f85ebef42b87f5a":[11,0,96,71],
-"classVulkanAPI.html#af0fc9d116584aa25c04587c6ac9b43cc":[11,0,96,1],
-"classVulkanAPI.html#af620c1c039315ba3962c5ca935530fbb":[11,0,96,36],
-"classVulkanAPI.html#af630bfb30c0110e84fbf6a4b2ccf2a84":[11,0,96,77],
-"classVulkanAPI.html#afe362f2320ed6115d2eb627efed9d530":[11,0,96,102],
-"classVulkanMemoryAllocator.html":[11,0,97],
-"classVulkanMemoryAllocator.html#a752f17a3a1b3a37bce490b8cbf36183a":[11,0,97,6],
-"classVulkanMemoryAllocator.html#aa740d09446d3fc52cf63ff74d3b22f21":[11,0,97,7],
-"classVulkanMemoryAllocator.html#ab8d3db71c669fb28d4575524da62ded3":[11,0,97,2],
-"classVulkanMemoryAllocator.html#ac45613880412485ef9804eec271269b9":[11,0,97,3],
-"classVulkanMemoryAllocator.html#adecb8e3b9971b7a47dc5f3e9e84d043c":[11,0,97,5],
-"classVulkanMemoryAllocator.html#ae5322646819de17ff53cff19642e7ea7":[11,0,97,4],
-"classVulkanMemoryAllocator.html#af63b4aa1fda2d460127602d6744842ec":[11,0,97,0],
-"classVulkanMemoryAllocator.html#afe85894db65e76d56cf0294aad3e7f0a":[11,0,97,1],
-"classWindow.html":[11,0,98],
-"classWindow.html#a245d821e6016fa1f6970ccbbedd635f6":[11,0,98,1],
-"classWindow.html#a82f1bcd7398902a364b803e6a4377fae":[11,0,98,3],
-"classWindow.html#aa7ec3835991fe2e00b6a6ab8c3c6d20f":[11,0,98,2],
-"classWindow.html#ad7cd97b52e2a93c394402f2f084fcb1b":[11,0,98,0],
-"classWindow.html#ae779be3a5327f62c5e86a3e3d8a37289":[11,0,98,4],
-"classWorld.html":[11,0,99],
-"classWorld.html#a024d70e06aa8f5a8c0dc8025898bfc7d":[11,0,99,6],
-"classWorld.html#a0e141dfb5d7dc75ed83fa20338faf153":[11,0,99,7],
-"classWorld.html#a2aceeb77eacb247872f3c3a1b422cd15":[11,0,99,12],
-"classWorld.html#a2fd49185c8ef00d9f8aaf16fb7d943fa":[11,0,99,11],
-"classWorld.html#a4430c3b7f548d58f0aa64deabf26357c":[11,0,99,14],
-"classWorld.html#a456108e02a2cf121c20b3436d293614a":[11,0,99,13],
-"classWorld.html#a47cc090d4ed08b81df6748abb8daea0e":[11,0,99,22],
-"classWorld.html#a500a24a178550859843850732f9e8f55":[11,0,99,9],
-"classWorld.html#a5bf0e5a75ff7b9537f4b6235ca5435e3":[11,0,99,16],
-"classWorld.html#a68f2a105f272c329cf2c6ba4d2b38e05":[11,0,99,18],
-"classWorld.html#a77cd7a90b8768b6e34f0f4937b96cda4":[11,0,99,5],
-"classWorld.html#a8c73fba541a5817fff65147ba47cd827":[11,0,99,2],
-"classWorld.html#a8e7a792ae04e9804a464746adb06f7aa":[11,0,99,3],
-"classWorld.html#a9319f9fe52db6162be2269479d76100d":[11,0,99,4],
-"classWorld.html#a9892b1ed768e9414d4e03ebe13ca3bb0":[11,0,99,15],
-"classWorld.html#a9b6166c32096dff1f9e29a78743945f1":[11,0,99,20],
-"classWorld.html#a9befd190fce3a87e810b479bbfad356f":[11,0,99,19],
-"classWorld.html#acfd5f2a2c19381826debe4d0b5ac3c50":[11,0,99,8],
-"classWorld.html#ae465315b182161c0902e98055d03395f":[11,0,99,21],
-"classWorld.html#af69b86b3ac37a2168715401267d104ab":[11,0,99,10],
-"classWorld.html#afa39d4e6f714a7a3691ac0c656f5e8a8":[11,0,99,1],
-"classWorld.html#afe23d5e9f0c87a03212fad1b73249926":[11,0,99,17],
-"classWorldScene.html":[11,0,100],
-"classWorldScene.html#a31e767d0a4e116e712a3ff9432b3b59b":[11,0,100,6],
-"classWorldScene.html#a39a8384c40aa13380dcae1d593e6f3cb":[11,0,100,20],
-"classWorldScene.html#a39f2d721590c28dcf1bd9723298cdd98":[11,0,100,10],
-"classWorldScene.html#a4235cb886fbf5bd62b70d274a91e9a81":[11,0,100,16],
-"classWorldScene.html#a4af382fc1d4b7db877a750b07ceaf4b6":[11,0,100,15],
-"classWorldScene.html#a4daf1c8bf26318c7882cd540f28c9536":[11,0,100,24],
-"classWorldScene.html#a5066dc9503636b3dce03f2e1a0342c0e":[11,0,100,7],
-"classWorldScene.html#a71505cd83b2a2e9735a71cee2e353de9":[11,0,100,8],
-"classWorldScene.html#a718802069c22ec6a63e06eacb09f0150":[11,0,100,12],
-"classWorldScene.html#a86c5a4b83213d28ce5c62eba9d35da64":[11,0,100,4],
-"classWorldScene.html#a96919a2cba5b6b6e544cc9b749e13ac8":[11,0,100,5],
-"classWorldScene.html#a9ac4be621afef099e56afdbb6e08510f":[11,0,100,18],
-"classWorldScene.html#aa30c05b2a0f01c1b9ba0be17fa80f732":[11,0,100,11],
-"classWorldScene.html#aad5b6063a77a929054759c27291a8b88":[11,0,100,25],
-"classWorldScene.html#ab1ef2cb8d38726a515ec3042619b0ab5":[11,0,100,13],
-"classWorldScene.html#ab474095db5d0fdbaba9a05a3d5fae4af":[11,0,100,22],
-"classWorldScene.html#aba9acd92f94920f1ee870a735b38b0c8":[11,0,100,17],
-"classWorldScene.html#ac514b789cf4d4195c3b0f0852a1a2b7b":[11,0,100,14],
-"classWorldScene.html#ad21716e0b0ba9a66b1338020682218ac":[11,0,100,19],
-"classWorldScene.html#ad5100ff8f3edb4b7e9cbf65240169f05":[11,0,100,9],
-"classWorldScene.html#aec9e9052db57d23eafa3acf6d1562baa":[11,0,100,21],
-"classWorldScene.html#af4c1baa7200142d73a36afca4d440905":[11,0,100,23],
-"classWorld_1_1WorldGenerator.html":[11,0,99,0],
-"classWorld_1_1WorldGenerator.html#a73337f7c2d3a5ca306bbc640c8d9ccf5":[11,0,99,0,0],
-"classWorld_1_1WorldGenerator.html#a8e1838540faf6c83c89182f8e105ea2b":[11,0,99,0,2],
-"classWorld_1_1WorldGenerator.html#ab04fa0e1936eb6a1ee86e3f5cc5ba054":[11,0,99,0,4],
-"classWorld_1_1WorldGenerator.html#abf5d7f0833fc2323912f6ced09f417b7":[11,0,99,0,3],
-"classWorld_1_1WorldGenerator.html#ae69f4d52ec61c5b76837f6ffff68da8b":[11,0,99,0,1],
+"classVulkanAPI.html#a887ed6c1ccefd7ec65a67f8f7f117d11":[11,0,99,30],
+"classVulkanAPI.html#a8899d4c5849a216c4e698a99e204bd3e":[11,0,99,49],
+"classVulkanAPI.html#a8a6d7a28e77c8032b938ec9b3d79a1c7":[11,0,99,31],
+"classVulkanAPI.html#a8ba9123ec127e5b6314df01374b0135b":[11,0,99,100],
+"classVulkanAPI.html#a8cbd7cb5463c6f380e001df85afd978e":[11,0,99,92],
+"classVulkanAPI.html#a8ed172aa7168c80fb7610bb311a386ae":[11,0,99,110],
+"classVulkanAPI.html#a940a7401cf07be24321fb4135242ed02":[11,0,99,65],
+"classVulkanAPI.html#a96888336776595c476b4f5922008638c":[11,0,99,60],
+"classVulkanAPI.html#a9a0abe700cd6ea529bc1ef5e51c67d9a":[11,0,99,41],
+"classVulkanAPI.html#a9fd2ce82f81a14307893a7140f142325":[11,0,99,121],
+"classVulkanAPI.html#aa3cf0d566570f615d38be314b304a2e2":[11,0,99,40],
+"classVulkanAPI.html#aa5bb84d6e6b69d8a657e9e58a73ce95c":[11,0,99,32],
+"classVulkanAPI.html#aa722fadde782da66e3c87930aa1c0617":[11,0,99,56],
+"classVulkanAPI.html#aa9a504cc0f7d6ab94cd524c0d16a5bac":[11,0,99,97],
+"classVulkanAPI.html#aaeca4e5455f3982bac572f63af925855":[11,0,99,15],
+"classVulkanAPI.html#ab6c5b3fce5155d0347f9514c25998d1f":[11,0,99,11],
+"classVulkanAPI.html#abfdeff59a16b48925efc3ddcfe4530a0":[11,0,99,90],
+"classVulkanAPI.html#ac0c92c508e22b615352c65701dc2296b":[11,0,99,46],
+"classVulkanAPI.html#ac12b982260d8e50f1d0570621f32e5cb":[11,0,99,71],
+"classVulkanAPI.html#ac18d62a1dd41ee1d3c18d59fe7c7be99":[11,0,99,112],
+"classVulkanAPI.html#ac41e405eb04698678e32c6380f2af93a":[11,0,99,105],
+"classVulkanAPI.html#ac53aef29bbc7afd5cef325d4d608f669":[11,0,99,51],
+"classVulkanAPI.html#ac6feb430ee69a548861398347fcde08b":[11,0,99,83],
+"classVulkanAPI.html#acaff5cd787c82103f731214aeeda369f":[11,0,99,26],
+"classVulkanAPI.html#acb1a97c9af39c7527966e3f8eb5f7581":[11,0,99,16],
+"classVulkanAPI.html#acbc18157e133b2d4ad681f060d44c742":[11,0,99,69],
+"classVulkanAPI.html#acd95a2f7af31d3ccba7de8553aeed384":[11,0,99,98],
+"classVulkanAPI.html#acdddd58d6fe5785ac53838b6748ef46c":[11,0,99,73],
+"classVulkanAPI.html#acdf9faa7c2f01c5480088443d6cf1ece":[11,0,99,8],
+"classVulkanAPI.html#ad01323e85880b8de8edb76aff86c8f57":[11,0,99,118],
+"classVulkanAPI.html#ad27846b71139eb87106408bd25940dbb":[11,0,99,5],
+"classVulkanAPI.html#ad43bcb9ba4a59ffdae7adcfcaff2d457":[11,0,99,108],
+"classVulkanAPI.html#ad4c62f896f0471d717be8fd61783dfbc":[11,0,99,91],
+"classVulkanAPI.html#ad76d06c7822c9773f0b91c4950ab246f":[11,0,99,131],
+"classVulkanAPI.html#ad8f11e92cc76af018c2cbcb0186d8bfe":[11,0,99,37],
+"classVulkanAPI.html#adb8f28d802477d4121965de04856ddd0":[11,0,99,107],
+"classVulkanAPI.html#aded6afbe797d9e490d44f56c818baa90":[11,0,99,63],
+"classVulkanAPI.html#ae0a3f9f25f0f7f2f7f11df256e3d5cd8":[11,0,99,119],
+"classVulkanAPI.html#ae0cb9516fb69a6123ebae59832bc7c91":[11,0,99,48],
+"classVulkanAPI.html#ae33a1cd788d12c4fa76f2dde42b801b0":[11,0,99,10],
+"classVulkanAPI.html#ae3ca1ad478d46ff986a5c70ff3de9907":[11,0,99,52],
+"classVulkanAPI.html#ae58294d582cc0bcb04c4ece2350fba79":[11,0,99,7],
+"classVulkanAPI.html#ae886d1569f905d7a860e3d8dc874b9fb":[11,0,99,70],
+"classVulkanAPI.html#ae8f0c464acae09cabfc3631aaa50304a":[11,0,99,115],
+"classVulkanAPI.html#ae911ac7050a57a619c7ac8e976555c17":[11,0,99,20],
+"classVulkanAPI.html#aebc102cf15cf5e7bd6bf392aecf09266":[11,0,99,62],
+"classVulkanAPI.html#aed55454df00de407ecbd6443cfb83fcb":[11,0,99,34],
+"classVulkanAPI.html#af0178da68566ea2136a91746e686efdf":[11,0,99,3],
+"classVulkanAPI.html#af077051ab8c2e9346f85ebef42b87f5a":[11,0,99,81],
+"classVulkanAPI.html#af0fc9d116584aa25c04587c6ac9b43cc":[11,0,99,1],
+"classVulkanAPI.html#af1b74a42141e332033e0cae4c375675f":[11,0,99,24],
+"classVulkanAPI.html#af620c1c039315ba3962c5ca935530fbb":[11,0,99,43],
+"classVulkanAPI.html#af630bfb30c0110e84fbf6a4b2ccf2a84":[11,0,99,87],
+"classVulkanAPI.html#afe362f2320ed6115d2eb627efed9d530":[11,0,99,113],
+"classVulkanMemoryAllocator.html":[11,0,100],
+"classVulkanMemoryAllocator.html#a752f17a3a1b3a37bce490b8cbf36183a":[11,0,100,6],
+"classVulkanMemoryAllocator.html#aa740d09446d3fc52cf63ff74d3b22f21":[11,0,100,7],
+"classVulkanMemoryAllocator.html#ab8d3db71c669fb28d4575524da62ded3":[11,0,100,2],
+"classVulkanMemoryAllocator.html#ac45613880412485ef9804eec271269b9":[11,0,100,3],
+"classVulkanMemoryAllocator.html#adecb8e3b9971b7a47dc5f3e9e84d043c":[11,0,100,5],
+"classVulkanMemoryAllocator.html#ae5322646819de17ff53cff19642e7ea7":[11,0,100,4],
+"classVulkanMemoryAllocator.html#af63b4aa1fda2d460127602d6744842ec":[11,0,100,0],
+"classVulkanMemoryAllocator.html#afe85894db65e76d56cf0294aad3e7f0a":[11,0,100,1],
+"classWindow.html":[11,0,101],
+"classWindow.html#a245d821e6016fa1f6970ccbbedd635f6":[11,0,101,1],
+"classWindow.html#a82f1bcd7398902a364b803e6a4377fae":[11,0,101,3],
+"classWindow.html#aa7ec3835991fe2e00b6a6ab8c3c6d20f":[11,0,101,2],
+"classWindow.html#ad7cd97b52e2a93c394402f2f084fcb1b":[11,0,101,0],
+"classWindow.html#ae779be3a5327f62c5e86a3e3d8a37289":[11,0,101,4],
+"classWorld.html":[11,0,102],
+"classWorld.html#a024d70e06aa8f5a8c0dc8025898bfc7d":[11,0,102,6],
+"classWorld.html#a0e141dfb5d7dc75ed83fa20338faf153":[11,0,102,7],
+"classWorld.html#a2aceeb77eacb247872f3c3a1b422cd15":[11,0,102,12],
+"classWorld.html#a2fd49185c8ef00d9f8aaf16fb7d943fa":[11,0,102,11],
+"classWorld.html#a4430c3b7f548d58f0aa64deabf26357c":[11,0,102,14],
+"classWorld.html#a456108e02a2cf121c20b3436d293614a":[11,0,102,13],
+"classWorld.html#a47cc090d4ed08b81df6748abb8daea0e":[11,0,102,22],
+"classWorld.html#a500a24a178550859843850732f9e8f55":[11,0,102,9],
+"classWorld.html#a5bf0e5a75ff7b9537f4b6235ca5435e3":[11,0,102,16],
+"classWorld.html#a68f2a105f272c329cf2c6ba4d2b38e05":[11,0,102,18],
+"classWorld.html#a77cd7a90b8768b6e34f0f4937b96cda4":[11,0,102,5],
+"classWorld.html#a8c73fba541a5817fff65147ba47cd827":[11,0,102,2],
+"classWorld.html#a8e7a792ae04e9804a464746adb06f7aa":[11,0,102,3],
+"classWorld.html#a9319f9fe52db6162be2269479d76100d":[11,0,102,4],
+"classWorld.html#a9892b1ed768e9414d4e03ebe13ca3bb0":[11,0,102,15],
+"classWorld.html#a9b6166c32096dff1f9e29a78743945f1":[11,0,102,20],
+"classWorld.html#a9befd190fce3a87e810b479bbfad356f":[11,0,102,19],
+"classWorld.html#acfd5f2a2c19381826debe4d0b5ac3c50":[11,0,102,8],
+"classWorld.html#ae465315b182161c0902e98055d03395f":[11,0,102,21],
+"classWorld.html#af69b86b3ac37a2168715401267d104ab":[11,0,102,10],
+"classWorld.html#afa39d4e6f714a7a3691ac0c656f5e8a8":[11,0,102,1],
+"classWorld.html#afe23d5e9f0c87a03212fad1b73249926":[11,0,102,17],
+"classWorld_1_1WorldGenerator.html":[11,0,102,0],
+"classWorld_1_1WorldGenerator.html#a73337f7c2d3a5ca306bbc640c8d9ccf5":[11,0,102,0,0],
+"classWorld_1_1WorldGenerator.html#a8e1838540faf6c83c89182f8e105ea2b":[11,0,102,0,2],
+"classWorld_1_1WorldGenerator.html#ab04fa0e1936eb6a1ee86e3f5cc5ba054":[11,0,102,0,4],
+"classWorld_1_1WorldGenerator.html#abf5d7f0833fc2323912f6ced09f417b7":[11,0,102,0,3],
+"classWorld_1_1WorldGenerator.html#ae69f4d52ec61c5b76837f6ffff68da8b":[11,0,102,0,1],
"classes.html":[11,1],
"classtask_1_1BaseError.html":[10,0,3,0],
"classtask_1_1BaseError.html":[11,0,3,0],
@@ -117,110 +105,110 @@ var NAVTREEINDEX6 =
"classtask_1_1BaseError.html#ac133e16dbede3895902fc3d4c8bc964b":[11,0,3,0,1],
"classtask_1_1BaseError.html#ac32b3397e6361ea9e2f4e6c136613d21":[10,0,3,0,0],
"classtask_1_1BaseError.html#ac32b3397e6361ea9e2f4e6c136613d21":[11,0,3,0,0],
-"classtask_1_1CycleError.html":[11,0,3,1],
"classtask_1_1CycleError.html":[10,0,3,1],
-"classtask_1_1CycleError.html#a7c1fa9ff4adc5d090e2da503cdc896d6":[10,0,3,1,0],
+"classtask_1_1CycleError.html":[11,0,3,1],
"classtask_1_1CycleError.html#a7c1fa9ff4adc5d090e2da503cdc896d6":[11,0,3,1,0],
+"classtask_1_1CycleError.html#a7c1fa9ff4adc5d090e2da503cdc896d6":[10,0,3,1,0],
"classtask_1_1EmptyGraphError.html":[10,0,3,2],
"classtask_1_1EmptyGraphError.html":[11,0,3,2],
"classtask_1_1EmptyGraphError.html#ab008ab309c9af56ad685dce185954635":[10,0,3,2,0],
"classtask_1_1EmptyGraphError.html#ab008ab309c9af56ad685dce185954635":[11,0,3,2,0],
"classtask_1_1EmptyModuleError.html":[10,0,3,3],
"classtask_1_1EmptyModuleError.html":[11,0,3,3],
-"classtask_1_1EmptyModuleError.html#a579aac52ccb84412dfe7f7c1fd6511bd":[10,0,3,3,1],
"classtask_1_1EmptyModuleError.html#a579aac52ccb84412dfe7f7c1fd6511bd":[11,0,3,3,1],
-"classtask_1_1EmptyModuleError.html#af3f0c67ddf698bfa52eb5efc794fded3":[11,0,3,3,0],
+"classtask_1_1EmptyModuleError.html#a579aac52ccb84412dfe7f7c1fd6511bd":[10,0,3,3,1],
"classtask_1_1EmptyModuleError.html#af3f0c67ddf698bfa52eb5efc794fded3":[10,0,3,3,0],
-"classtask_1_1Executor.html":[10,0,3,4],
+"classtask_1_1EmptyModuleError.html#af3f0c67ddf698bfa52eb5efc794fded3":[11,0,3,3,0],
"classtask_1_1Executor.html":[11,0,3,4],
-"classtask_1_1Executor.html#a18fb44224416db2d01579b6aaf3b5cac":[10,0,3,4,8],
+"classtask_1_1Executor.html":[10,0,3,4],
"classtask_1_1Executor.html#a18fb44224416db2d01579b6aaf3b5cac":[11,0,3,4,8],
-"classtask_1_1Executor.html#a304eb22bf94cf143ee675c6f74a2c490":[10,0,3,4,1],
+"classtask_1_1Executor.html#a18fb44224416db2d01579b6aaf3b5cac":[10,0,3,4,8],
"classtask_1_1Executor.html#a304eb22bf94cf143ee675c6f74a2c490":[11,0,3,4,1],
+"classtask_1_1Executor.html#a304eb22bf94cf143ee675c6f74a2c490":[10,0,3,4,1],
"classtask_1_1Executor.html#a57bc3d5f0398dd3a1a7667f1a5f759ac":[11,0,3,4,4],
"classtask_1_1Executor.html#a57bc3d5f0398dd3a1a7667f1a5f759ac":[10,0,3,4,4],
-"classtask_1_1Executor.html#a7370768656ba2689213b2a8a62a0b5fb":[10,0,3,4,2],
"classtask_1_1Executor.html#a7370768656ba2689213b2a8a62a0b5fb":[11,0,3,4,2],
+"classtask_1_1Executor.html#a7370768656ba2689213b2a8a62a0b5fb":[10,0,3,4,2],
"classtask_1_1Executor.html#a77eb4e04900b9ae67d00ef7a589cb623":[10,0,3,4,9],
"classtask_1_1Executor.html#a77eb4e04900b9ae67d00ef7a589cb623":[11,0,3,4,9],
-"classtask_1_1Executor.html#a7819617575560c57553495955e7a3ad3":[11,0,3,4,0],
"classtask_1_1Executor.html#a7819617575560c57553495955e7a3ad3":[10,0,3,4,0],
-"classtask_1_1Executor.html#a824d06144dba1864607539d9945bc4ea":[11,0,3,4,10],
+"classtask_1_1Executor.html#a7819617575560c57553495955e7a3ad3":[11,0,3,4,0],
"classtask_1_1Executor.html#a824d06144dba1864607539d9945bc4ea":[10,0,3,4,10],
+"classtask_1_1Executor.html#a824d06144dba1864607539d9945bc4ea":[11,0,3,4,10],
"classtask_1_1Executor.html#a8f69841aa3e88b5857a3255f2782f2af":[11,0,3,4,3],
"classtask_1_1Executor.html#a8f69841aa3e88b5857a3255f2782f2af":[10,0,3,4,3],
-"classtask_1_1Executor.html#a9e4b9e68a97cd1d77e0270827fa3e977":[10,0,3,4,6],
"classtask_1_1Executor.html#a9e4b9e68a97cd1d77e0270827fa3e977":[11,0,3,4,6],
-"classtask_1_1Executor.html#addad5449f081fa12a941169e15495c81":[10,0,3,4,7],
+"classtask_1_1Executor.html#a9e4b9e68a97cd1d77e0270827fa3e977":[10,0,3,4,6],
"classtask_1_1Executor.html#addad5449f081fa12a941169e15495c81":[11,0,3,4,7],
+"classtask_1_1Executor.html#addad5449f081fa12a941169e15495c81":[10,0,3,4,7],
"classtask_1_1Executor.html#ade89cca32a218d3af0a765eb67130048":[11,0,3,4,5],
"classtask_1_1Executor.html#ade89cca32a218d3af0a765eb67130048":[10,0,3,4,5],
"classtask_1_1Future.html":[10,0,3,5],
"classtask_1_1Future.html":[11,0,3,5],
-"classtask_1_1Future.html#a03d95809d47b0cfc1483f69f53f62308":[11,0,3,5,1],
"classtask_1_1Future.html#a03d95809d47b0cfc1483f69f53f62308":[10,0,3,5,1],
+"classtask_1_1Future.html#a03d95809d47b0cfc1483f69f53f62308":[11,0,3,5,1],
"classtask_1_1Future.html#a0c58822a735665b8f880da778e1d3bff":[10,0,3,5,4],
"classtask_1_1Future.html#a0c58822a735665b8f880da778e1d3bff":[11,0,3,5,4],
-"classtask_1_1Future.html#a12338b5aa615758f8daa7de2163c2533":[11,0,3,5,2],
"classtask_1_1Future.html#a12338b5aa615758f8daa7de2163c2533":[10,0,3,5,2],
+"classtask_1_1Future.html#a12338b5aa615758f8daa7de2163c2533":[11,0,3,5,2],
"classtask_1_1Future.html#a469e3dd420cbe6dc347edd1f89a2d68b":[11,0,3,5,0],
"classtask_1_1Future.html#a469e3dd420cbe6dc347edd1f89a2d68b":[10,0,3,5,0],
-"classtask_1_1Future.html#a99664b7e33a44edfaad1bb6559f7d428":[11,0,3,5,5],
"classtask_1_1Future.html#a99664b7e33a44edfaad1bb6559f7d428":[10,0,3,5,5],
+"classtask_1_1Future.html#a99664b7e33a44edfaad1bb6559f7d428":[11,0,3,5,5],
"classtask_1_1Future.html#ac6771d87e0a7a81e46cac8570fed8ed8":[11,0,3,5,6],
"classtask_1_1Future.html#ac6771d87e0a7a81e46cac8570fed8ed8":[10,0,3,5,6],
"classtask_1_1Future.html#ad02b3c423e354b1d6303baf0fe9053b6":[10,0,3,5,3],
"classtask_1_1Future.html#ad02b3c423e354b1d6303baf0fe9053b6":[11,0,3,5,3],
-"classtask_1_1Graph.html":[10,0,3,6],
"classtask_1_1Graph.html":[11,0,3,6],
+"classtask_1_1Graph.html":[10,0,3,6],
"classtask_1_1Graph.html#a1e0acb48544b8a3c5981a35915ed7a31":[10,0,3,6,0],
"classtask_1_1Graph.html#a1e0acb48544b8a3c5981a35915ed7a31":[11,0,3,6,0],
-"classtask_1_1Graph.html#a943f6ff40805c98ba4eca3a9e6ffea65":[10,0,3,6,5],
"classtask_1_1Graph.html#a943f6ff40805c98ba4eca3a9e6ffea65":[11,0,3,6,5],
+"classtask_1_1Graph.html#a943f6ff40805c98ba4eca3a9e6ffea65":[10,0,3,6,5],
"classtask_1_1Graph.html#ad5cd05db2b7d3677949778979dd25bc7":[10,0,3,6,1],
"classtask_1_1Graph.html#ad5cd05db2b7d3677949778979dd25bc7":[11,0,3,6,1],
-"classtask_1_1Graph.html#adb6e10d3071ecffe30c00e04e0981d5b":[10,0,3,6,2],
"classtask_1_1Graph.html#adb6e10d3071ecffe30c00e04e0981d5b":[11,0,3,6,2],
-"classtask_1_1Graph.html#aeb12e6c5bd4d76013a5d1a13a1bd1c2c":[10,0,3,6,4],
+"classtask_1_1Graph.html#adb6e10d3071ecffe30c00e04e0981d5b":[10,0,3,6,2],
"classtask_1_1Graph.html#aeb12e6c5bd4d76013a5d1a13a1bd1c2c":[11,0,3,6,4],
-"classtask_1_1Graph.html#af80c137cef1bbeda907d799c9bb49280":[10,0,3,6,3],
+"classtask_1_1Graph.html#aeb12e6c5bd4d76013a5d1a13a1bd1c2c":[10,0,3,6,4],
"classtask_1_1Graph.html#af80c137cef1bbeda907d799c9bb49280":[11,0,3,6,3],
-"classtask_1_1Task.html":[10,0,3,7],
+"classtask_1_1Graph.html#af80c137cef1bbeda907d799c9bb49280":[10,0,3,6,3],
"classtask_1_1Task.html":[11,0,3,7],
-"classtask_1_1Task.html#a11c3144eb120f0b98ef2629a6e022bb4":[10,0,3,7,9],
+"classtask_1_1Task.html":[10,0,3,7],
"classtask_1_1Task.html#a11c3144eb120f0b98ef2629a6e022bb4":[11,0,3,7,9],
-"classtask_1_1Task.html#a19d65dc59c4fd8ce0bea56c042815db7":[11,0,3,7,6],
+"classtask_1_1Task.html#a11c3144eb120f0b98ef2629a6e022bb4":[10,0,3,7,9],
"classtask_1_1Task.html#a19d65dc59c4fd8ce0bea56c042815db7":[10,0,3,7,6],
+"classtask_1_1Task.html#a19d65dc59c4fd8ce0bea56c042815db7":[11,0,3,7,6],
"classtask_1_1Task.html#a5216de98a9632ad7a24b64e586322623":[11,0,3,7,1],
"classtask_1_1Task.html#a5216de98a9632ad7a24b64e586322623":[10,0,3,7,1],
"classtask_1_1Task.html#a5e75edeba4eb26a7ccf0d6333aa172fa":[11,0,3,7,13],
"classtask_1_1Task.html#a5e75edeba4eb26a7ccf0d6333aa172fa":[10,0,3,7,13],
-"classtask_1_1Task.html#a665808d9cf8395cc52ebd53ae8aa3117":[11,0,3,7,7],
"classtask_1_1Task.html#a665808d9cf8395cc52ebd53ae8aa3117":[10,0,3,7,7],
-"classtask_1_1Task.html#a6b4ed7f842cc7c3e1c33c046ee823690":[10,0,3,7,10],
+"classtask_1_1Task.html#a665808d9cf8395cc52ebd53ae8aa3117":[11,0,3,7,7],
"classtask_1_1Task.html#a6b4ed7f842cc7c3e1c33c046ee823690":[11,0,3,7,10],
-"classtask_1_1Task.html#a7a9ee6510ad7985d0ee9c97f39ed4230":[10,0,3,7,11],
+"classtask_1_1Task.html#a6b4ed7f842cc7c3e1c33c046ee823690":[10,0,3,7,10],
"classtask_1_1Task.html#a7a9ee6510ad7985d0ee9c97f39ed4230":[11,0,3,7,11],
-"classtask_1_1Task.html#a7aa259e3eaf1fbf0fb4c43092203fdc5":[10,0,3,7,15],
+"classtask_1_1Task.html#a7a9ee6510ad7985d0ee9c97f39ed4230":[10,0,3,7,11],
"classtask_1_1Task.html#a7aa259e3eaf1fbf0fb4c43092203fdc5":[11,0,3,7,15],
-"classtask_1_1Task.html#a83044d7bb143326f51569f9ca25ecc99":[10,0,3,7,16],
+"classtask_1_1Task.html#a7aa259e3eaf1fbf0fb4c43092203fdc5":[10,0,3,7,15],
"classtask_1_1Task.html#a83044d7bb143326f51569f9ca25ecc99":[11,0,3,7,16],
+"classtask_1_1Task.html#a83044d7bb143326f51569f9ca25ecc99":[10,0,3,7,16],
"classtask_1_1Task.html#a960def67cc8e9a37111d12783b4365d8":[10,0,3,7,0],
"classtask_1_1Task.html#a960def67cc8e9a37111d12783b4365d8":[11,0,3,7,0],
"classtask_1_1Task.html#aa4fc6f10cba944d34eb4875dea2029d2":[11,0,3,7,5],
"classtask_1_1Task.html#aa4fc6f10cba944d34eb4875dea2029d2":[10,0,3,7,5],
"classtask_1_1Task.html#aaab7ea18ea1be0d0f44ed39f950cdcb1":[11,0,3,7,8],
"classtask_1_1Task.html#aaab7ea18ea1be0d0f44ed39f950cdcb1":[10,0,3,7,8],
-"classtask_1_1Task.html#aaba6a2dd4e25c26a6533404b052cfc62":[11,0,3,7,12],
"classtask_1_1Task.html#aaba6a2dd4e25c26a6533404b052cfc62":[10,0,3,7,12],
-"classtask_1_1Task.html#ab2fd5e13b5971b22fde40acbbff83f6e":[11,0,3,7,14],
+"classtask_1_1Task.html#aaba6a2dd4e25c26a6533404b052cfc62":[11,0,3,7,12],
"classtask_1_1Task.html#ab2fd5e13b5971b22fde40acbbff83f6e":[10,0,3,7,14],
-"classtask_1_1Task.html#abc047f9484c1e583db6599b7372f8a7d":[10,0,3,7,4],
+"classtask_1_1Task.html#ab2fd5e13b5971b22fde40acbbff83f6e":[11,0,3,7,14],
"classtask_1_1Task.html#abc047f9484c1e583db6599b7372f8a7d":[11,0,3,7,4],
+"classtask_1_1Task.html#abc047f9484c1e583db6599b7372f8a7d":[10,0,3,7,4],
"classtask_1_1Task.html#af363c2f19d29876ed99c71ffa1396384":[10,0,3,7,3],
"classtask_1_1Task.html#af363c2f19d29876ed99c71ffa1396384":[11,0,3,7,3],
-"classtask_1_1Task.html#af8b9d9d1fa1d978a806920bcb082c5c4":[11,0,3,7,2],
"classtask_1_1Task.html#af8b9d9d1fa1d978a806920bcb082c5c4":[10,0,3,7,2],
+"classtask_1_1Task.html#af8b9d9d1fa1d978a806920bcb082c5c4":[11,0,3,7,2],
"classtask_1_1TaskGraph.html":[10,0,3,8],
"classtask_1_1TaskGraph.html":[11,0,3,8],
"classtask_1_1TaskGraph.html#a097804f07459d4773b8368240886789e":[10,0,3,8,4],
@@ -229,25 +217,37 @@ var NAVTREEINDEX6 =
"classtask_1_1TaskGraph.html#a1ecaff24ec7e1f5ec53658c706fbf766":[11,0,3,8,3],
"classtask_1_1TaskGraph.html#a3e79f4f16f74cfc9c366a20c4c54b31d":[10,0,3,8,0],
"classtask_1_1TaskGraph.html#a3e79f4f16f74cfc9c366a20c4c54b31d":[11,0,3,8,0],
-"classtask_1_1TaskGraph.html#a4af587e77a0b9263c24c18df12ad507b":[11,0,3,8,2],
"classtask_1_1TaskGraph.html#a4af587e77a0b9263c24c18df12ad507b":[10,0,3,8,2],
-"classtask_1_1TaskGraph.html#a4f5e2eb9bee12458272174b952f4f9bc":[11,0,3,8,6],
+"classtask_1_1TaskGraph.html#a4af587e77a0b9263c24c18df12ad507b":[11,0,3,8,2],
"classtask_1_1TaskGraph.html#a4f5e2eb9bee12458272174b952f4f9bc":[10,0,3,8,6],
+"classtask_1_1TaskGraph.html#a4f5e2eb9bee12458272174b952f4f9bc":[11,0,3,8,6],
"classtask_1_1TaskGraph.html#a55a7116bb940110bbd4975d77e26852b":[10,0,3,8,1],
"classtask_1_1TaskGraph.html#a55a7116bb940110bbd4975d77e26852b":[11,0,3,8,1],
-"classtask_1_1TaskGraph.html#a62e9b68dc64f2e759ce3037e712fec78":[11,0,3,8,7],
"classtask_1_1TaskGraph.html#a62e9b68dc64f2e759ce3037e712fec78":[10,0,3,8,7],
+"classtask_1_1TaskGraph.html#a62e9b68dc64f2e759ce3037e712fec78":[11,0,3,8,7],
"classtask_1_1TaskGraph.html#a81f67349264e5bc044c99a4a96839a09":[10,0,3,8,11],
"classtask_1_1TaskGraph.html#a81f67349264e5bc044c99a4a96839a09":[11,0,3,8,11],
"classtask_1_1TaskGraph.html#a824d06144dba1864607539d9945bc4ea":[10,0,3,8,12],
"classtask_1_1TaskGraph.html#a824d06144dba1864607539d9945bc4ea":[11,0,3,8,12],
-"classtask_1_1TaskGraph.html#a9778e26b623252c419fd48b747cf9a98":[11,0,3,8,9],
"classtask_1_1TaskGraph.html#a9778e26b623252c419fd48b747cf9a98":[10,0,3,8,9],
-"classtask_1_1TaskGraph.html#aa49bd4d13184313f94fc93f70a1c09dc":[11,0,3,8,8],
+"classtask_1_1TaskGraph.html#a9778e26b623252c419fd48b747cf9a98":[11,0,3,8,9],
"classtask_1_1TaskGraph.html#aa49bd4d13184313f94fc93f70a1c09dc":[10,0,3,8,8],
-"classtask_1_1TaskGraph.html#ac32de19914621f7d4aeb1d8214633169":[11,0,3,8,10],
+"classtask_1_1TaskGraph.html#aa49bd4d13184313f94fc93f70a1c09dc":[11,0,3,8,8],
"classtask_1_1TaskGraph.html#ac32de19914621f7d4aeb1d8214633169":[10,0,3,8,10],
-"classtask_1_1TaskGraph.html#afa9038a64089ebf798617263972023c2":[11,0,3,8,5],
+"classtask_1_1TaskGraph.html#ac32de19914621f7d4aeb1d8214633169":[11,0,3,8,10],
"classtask_1_1TaskGraph.html#afa9038a64089ebf798617263972023c2":[10,0,3,8,5],
-"classtask_1_1TaskNode.html":[10,0,3,9]
+"classtask_1_1TaskGraph.html#afa9038a64089ebf798617263972023c2":[11,0,3,8,5],
+"classtask_1_1TaskNode.html":[11,0,3,9],
+"classtask_1_1TaskNode.html":[10,0,3,9],
+"classtask_1_1TaskNode.html#a2ab75aa1bb8986d10eed0264447e3e96":[11,0,3,9,2],
+"classtask_1_1TaskNode.html#a2ab75aa1bb8986d10eed0264447e3e96":[10,0,3,9,2],
+"classtask_1_1TaskNode.html#a30c99c757e623cb6d6c780a2d8d5f2e3":[11,0,3,9,11],
+"classtask_1_1TaskNode.html#a30c99c757e623cb6d6c780a2d8d5f2e3":[10,0,3,9,11],
+"classtask_1_1TaskNode.html#a3fdea8edfea4cca29378037856f22882":[10,0,3,9,10],
+"classtask_1_1TaskNode.html#a3fdea8edfea4cca29378037856f22882":[11,0,3,9,10],
+"classtask_1_1TaskNode.html#a5b06a7699e1547361c6bb7248150bde8":[10,0,3,9,8],
+"classtask_1_1TaskNode.html#a5b06a7699e1547361c6bb7248150bde8":[11,0,3,9,8],
+"classtask_1_1TaskNode.html#a5cb26ba75f9c281e82e3216f1344818e":[10,0,3,9,1],
+"classtask_1_1TaskNode.html#a5cb26ba75f9c281e82e3216f1344818e":[11,0,3,9,1],
+"classtask_1_1TaskNode.html#a5cccb1f88436d5d0ffd9506c24230aa6":[11,0,3,9,7]
};
diff --git a/navtreeindex7.js b/navtreeindex7.js
index 0de82a46..73d3a83b 100644
--- a/navtreeindex7.js
+++ b/navtreeindex7.js
@@ -1,50 +1,38 @@
var NAVTREEINDEX7 =
{
-"classtask_1_1TaskNode.html":[11,0,3,9],
-"classtask_1_1TaskNode.html#a2ab75aa1bb8986d10eed0264447e3e96":[10,0,3,9,2],
-"classtask_1_1TaskNode.html#a2ab75aa1bb8986d10eed0264447e3e96":[11,0,3,9,2],
-"classtask_1_1TaskNode.html#a30c99c757e623cb6d6c780a2d8d5f2e3":[11,0,3,9,11],
-"classtask_1_1TaskNode.html#a30c99c757e623cb6d6c780a2d8d5f2e3":[10,0,3,9,11],
-"classtask_1_1TaskNode.html#a3fdea8edfea4cca29378037856f22882":[10,0,3,9,10],
-"classtask_1_1TaskNode.html#a3fdea8edfea4cca29378037856f22882":[11,0,3,9,10],
-"classtask_1_1TaskNode.html#a5b06a7699e1547361c6bb7248150bde8":[10,0,3,9,8],
-"classtask_1_1TaskNode.html#a5b06a7699e1547361c6bb7248150bde8":[11,0,3,9,8],
-"classtask_1_1TaskNode.html#a5cb26ba75f9c281e82e3216f1344818e":[10,0,3,9,1],
-"classtask_1_1TaskNode.html#a5cb26ba75f9c281e82e3216f1344818e":[11,0,3,9,1],
"classtask_1_1TaskNode.html#a5cccb1f88436d5d0ffd9506c24230aa6":[10,0,3,9,7],
-"classtask_1_1TaskNode.html#a5cccb1f88436d5d0ffd9506c24230aa6":[11,0,3,9,7],
"classtask_1_1TaskNode.html#a77eb4e04900b9ae67d00ef7a589cb623":[10,0,3,9,19],
"classtask_1_1TaskNode.html#a77eb4e04900b9ae67d00ef7a589cb623":[11,0,3,9,19],
-"classtask_1_1TaskNode.html#a80e1cb2bc4e6c059e9c7341a7f4e06e4":[10,0,3,9,9],
"classtask_1_1TaskNode.html#a80e1cb2bc4e6c059e9c7341a7f4e06e4":[11,0,3,9,9],
+"classtask_1_1TaskNode.html#a80e1cb2bc4e6c059e9c7341a7f4e06e4":[10,0,3,9,9],
"classtask_1_1TaskNode.html#a81f67349264e5bc044c99a4a96839a09":[10,0,3,9,18],
"classtask_1_1TaskNode.html#a81f67349264e5bc044c99a4a96839a09":[11,0,3,9,18],
"classtask_1_1TaskNode.html#a8276481c5c9840d875c6cd2183393494":[11,0,3,9,14],
"classtask_1_1TaskNode.html#a8276481c5c9840d875c6cd2183393494":[10,0,3,9,14],
-"classtask_1_1TaskNode.html#a88d6da91b834040c6d7b94e85eeda444":[10,0,3,9,13],
"classtask_1_1TaskNode.html#a88d6da91b834040c6d7b94e85eeda444":[11,0,3,9,13],
+"classtask_1_1TaskNode.html#a88d6da91b834040c6d7b94e85eeda444":[10,0,3,9,13],
"classtask_1_1TaskNode.html#aa3cd38148aab2c1d5c3ee4427f924537":[10,0,3,9,6],
"classtask_1_1TaskNode.html#aa3cd38148aab2c1d5c3ee4427f924537":[11,0,3,9,6],
-"classtask_1_1TaskNode.html#aafa238bb649b5a3a88b13125e599cd40":[10,0,3,9,16],
"classtask_1_1TaskNode.html#aafa238bb649b5a3a88b13125e599cd40":[11,0,3,9,16],
-"classtask_1_1TaskNode.html#abe38307b52b1e8bd6715f268f988247a":[10,0,3,9,17],
+"classtask_1_1TaskNode.html#aafa238bb649b5a3a88b13125e599cd40":[10,0,3,9,16],
"classtask_1_1TaskNode.html#abe38307b52b1e8bd6715f268f988247a":[11,0,3,9,17],
-"classtask_1_1TaskNode.html#ac2243a0b0e1b7317deebda3953223325":[10,0,3,9,0],
+"classtask_1_1TaskNode.html#abe38307b52b1e8bd6715f268f988247a":[10,0,3,9,17],
"classtask_1_1TaskNode.html#ac2243a0b0e1b7317deebda3953223325":[11,0,3,9,0],
+"classtask_1_1TaskNode.html#ac2243a0b0e1b7317deebda3953223325":[10,0,3,9,0],
"classtask_1_1TaskNode.html#ac2243a0b0e1b7317deebda3953223325a0cc25b606fe928a0c9a58f7f209c4495":[10,0,3,9,0,1],
"classtask_1_1TaskNode.html#ac2243a0b0e1b7317deebda3953223325a0cc25b606fe928a0c9a58f7f209c4495":[11,0,3,9,0,1],
"classtask_1_1TaskNode.html#ac2243a0b0e1b7317deebda3953223325ab50339a10e1de285ac99d4c3990b8693":[10,0,3,9,0,0],
"classtask_1_1TaskNode.html#ac2243a0b0e1b7317deebda3953223325ab50339a10e1de285ac99d4c3990b8693":[11,0,3,9,0,0],
"classtask_1_1TaskNode.html#ac2243a0b0e1b7317deebda3953223325ae27e2917b6444fcd3452d2d87046a487":[11,0,3,9,0,2],
"classtask_1_1TaskNode.html#ac2243a0b0e1b7317deebda3953223325ae27e2917b6444fcd3452d2d87046a487":[10,0,3,9,0,2],
-"classtask_1_1TaskNode.html#ac8ee25b585a7d43b760eb44dac68610a":[11,0,3,9,4],
"classtask_1_1TaskNode.html#ac8ee25b585a7d43b760eb44dac68610a":[10,0,3,9,4],
+"classtask_1_1TaskNode.html#ac8ee25b585a7d43b760eb44dac68610a":[11,0,3,9,4],
"classtask_1_1TaskNode.html#ad6fdea1aff52ddbc83a555b99b8f2a6f":[10,0,3,9,3],
"classtask_1_1TaskNode.html#ad6fdea1aff52ddbc83a555b99b8f2a6f":[11,0,3,9,3],
-"classtask_1_1TaskNode.html#ad852da633b13c369f278a1830ee1189d":[11,0,3,9,15],
"classtask_1_1TaskNode.html#ad852da633b13c369f278a1830ee1189d":[10,0,3,9,15],
-"classtask_1_1TaskNode.html#adc34fad9ded45dc8f3f4e2037d444864":[10,0,3,9,12],
+"classtask_1_1TaskNode.html#ad852da633b13c369f278a1830ee1189d":[11,0,3,9,15],
"classtask_1_1TaskNode.html#adc34fad9ded45dc8f3f4e2037d444864":[11,0,3,9,12],
+"classtask_1_1TaskNode.html#adc34fad9ded45dc8f3f4e2037d444864":[10,0,3,9,12],
"classtask_1_1TaskNode.html#ae2b4c3366b73db481be84ca7354312f3":[10,0,3,9,5],
"classtask_1_1TaskNode.html#ae2b4c3366b73db481be84ca7354312f3":[11,0,3,9,5],
"classtask_1_1TaskNotFromSameGraphError.html":[10,0,3,10],
@@ -103,8 +91,8 @@ var NAVTREEINDEX7 =
"ft__format_8hpp.html":[12,0,1,1,0],
"ft__format_8hpp.html#a83507afa1d3c3630e0d0e3cebe1f4b7d":[12,0,1,1,0,0],
"ft__format_8hpp_source.html":[12,0,1,1,0],
-"functions.html":[11,3,0],
"functions.html":[11,3,0,0],
+"functions.html":[11,3,0],
"functions_b.html":[11,3,0,1],
"functions_c.html":[11,3,0,2],
"functions_d.html":[11,3,0,3],
@@ -249,5 +237,17 @@ var NAVTREEINDEX7 =
"namespacestd.html":[10,0,2],
"namespacetask.html":[10,0,3],
"namespacevk__helper.html":[10,0,4],
-"namespacevk__helper.html#a504632a9a86fdd8b07015b5da6493e38":[10,0,4,0]
+"namespacevk__helper.html#a504632a9a86fdd8b07015b5da6493e38":[10,0,4,0],
+"namespacevk__helper.html#a71c0f42868e6edd14e06b352890f5acc":[10,0,4,1],
+"pages.html":[],
+"render_loop.html":[6],
+"render_loop.html#conclusion":[6,4],
+"render_loop.html#imgui":[6,2],
+"render_loop.html#main_rendering":[6,0],
+"render_loop.html#present":[6,3],
+"render_loop.html#swapchain":[6,1],
+"server__define_8hpp.html":[12,0,1,5],
+"server__define_8hpp_source.html":[12,0,1,5],
+"server__main_8cpp.html":[12,0,1,6],
+"server__main_8cpp.html#a36f7b6be7108281af77939ceaec42fd6":[12,0,1,6,1]
};
diff --git a/navtreeindex8.js b/navtreeindex8.js
index d1e927e4..2e659baf 100644
--- a/navtreeindex8.js
+++ b/navtreeindex8.js
@@ -1,17 +1,5 @@
var NAVTREEINDEX8 =
{
-"namespacevk__helper.html#a71c0f42868e6edd14e06b352890f5acc":[10,0,4,1],
-"pages.html":[],
-"render_loop.html":[6],
-"render_loop.html#conclusion":[6,4],
-"render_loop.html#imgui":[6,2],
-"render_loop.html#main_rendering":[6,0],
-"render_loop.html#present":[6,3],
-"render_loop.html#swapchain":[6,1],
-"server__define_8hpp.html":[12,0,1,5],
-"server__define_8hpp_source.html":[12,0,1,5],
-"server__main_8cpp.html":[12,0,1,6],
-"server__main_8cpp.html#a36f7b6be7108281af77939ceaec42fd6":[12,0,1,6,1],
"server__main_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4":[12,0,1,6,0],
"structAtmosphereParams.html":[11,0,5],
"structAtmosphereParams.html#a05c52dad9b664b2204ca44fe506a0948":[11,0,5,1],
@@ -41,13 +29,17 @@ var NAVTREEINDEX8 =
"structCamera_1_1RenderInfo.html#ae916554eb253bd990d63e5b8ea35ce58":[11,0,13,0,6],
"structCamera_1_1RenderInfo.html#af53a68193879157974c91056ac0e08a5":[11,0,13,0,1],
"structCamera_1_1RenderInfo.html#affb1235a9187f360d9517a7faf67e67c":[11,0,13,0,0],
-"structChunkPacket_1_1ChunkData.html":[11,0,15,0],
-"structChunkPacket_1_1ChunkData.html#a189753cc91182f1fba4cf31e957bbfd2":[11,0,15,0,2],
-"structChunkPacket_1_1ChunkData.html#a18eb2ed49a43e964ad2cb3d76c16668f":[11,0,15,0,5],
-"structChunkPacket_1_1ChunkData.html#a1ddfb240d9fc762f94eec165b061aad6":[11,0,15,0,4],
-"structChunkPacket_1_1ChunkData.html#a72874fa96cd8d574c098c362c6ad19bf":[11,0,15,0,0],
-"structChunkPacket_1_1ChunkData.html#a746ed0c00773e50ab4ffe997af875e7a":[11,0,15,0,3],
-"structChunkPacket_1_1ChunkData.html#aaa6371f418062256903ed636d37438bd":[11,0,15,0,1],
+"structChunkMeshRenderData.html":[11,0,15],
+"structChunkMeshRenderData.html#a7f0eb321e03a801ba7ca57f4248f28ba":[11,0,15,0],
+"structChunkMeshRenderData.html#a9eab34f4cd8d7d021bbe3772258c3d98":[11,0,15,1],
+"structChunkMeshRenderData.html#ac1f9b789b695956019ba2df042088a12":[11,0,15,2],
+"structChunkPacket_1_1ChunkData.html":[11,0,16,0],
+"structChunkPacket_1_1ChunkData.html#a189753cc91182f1fba4cf31e957bbfd2":[11,0,16,0,2],
+"structChunkPacket_1_1ChunkData.html#a18eb2ed49a43e964ad2cb3d76c16668f":[11,0,16,0,5],
+"structChunkPacket_1_1ChunkData.html#a1ddfb240d9fc762f94eec165b061aad6":[11,0,16,0,4],
+"structChunkPacket_1_1ChunkData.html#a72874fa96cd8d574c098c362c6ad19bf":[11,0,16,0,0],
+"structChunkPacket_1_1ChunkData.html#a746ed0c00773e50ab4ffe997af875e7a":[11,0,16,0,3],
+"structChunkPacket_1_1ChunkData.html#aaa6371f418062256903ed636d37438bd":[11,0,16,0,1],
"structChunk_1_1biomeInfo.html":[11,0,14,0],
"structChunk_1_1biomeInfo.html#a5303b9be913c05fd2879580e2b8ab9d2":[11,0,14,0,6],
"structChunk_1_1biomeInfo.html#a58233ea5f35600ff5768a82632e85abb":[11,0,14,0,1],
@@ -64,182 +56,192 @@ var NAVTREEINDEX8 =
"structChunk_1_1biomeInfo.html#ae74e03fe740fe7dff234aae4d235b5eb":[11,0,14,0,8],
"structChunk_1_1biomeInfo.html#af2fb05cc0de31fe22c1194fa524a76f4":[11,0,14,0,11],
"structChunk_1_1biomeInfo.html#afabd52e8a64c40613615e55f9db7fc57":[11,0,14,0,10],
-"structClientWorld_1_1PlayerUseResult.html":[11,0,21,0],
-"structClientWorld_1_1PlayerUseResult.html#a5efbb11196f61e9ac5f16f69f6a58324":[11,0,21,0,0],
-"structClientWorld_1_1PlayerUseResult.html#a90b13d5fc1757d6323da2e4fc3f83498":[11,0,21,0,2],
-"structClientWorld_1_1PlayerUseResult.html#adf7842724d6b6b37b3c243b873e3a789":[11,0,21,0,1],
-"structDescriptor_1_1CreateInfo.html":[11,0,27,0],
-"structDescriptor_1_1CreateInfo.html#a2adb4c296c558b7b62ed92771dc8ec55":[11,0,27,0,0],
-"structDescriptor_1_1CreateInfo.html#a804c1190b6d320b17ba9d4f0e1047ed2":[11,0,27,0,1],
-"structDescriptor_1_1CreateInfo.html#a9f27166c8f411e95ef8963b5d50e84ac":[11,0,27,0,2],
-"structEntityVertex.html":[11,0,31],
-"structEntityVertex.html#a1d6ed7bf852bdd04b2a8f00ef473e473":[11,0,31,1],
-"structEntityVertex.html#ae751b23c5f929c9407723ace1263644a":[11,0,31,0],
-"structFace.html":[11,0,32],
-"structFace.html#a00626d19b7221a5a9abe11f35833e1b9":[11,0,32,1],
-"structFace.html#a4114bd932f64838d7ff3e685e19e7620":[11,0,32,3],
-"structFace.html#a7e3b473ba7cc78827cfe1004627f86aa":[11,0,32,0],
-"structFace.html#ac3aca04b695727e2d43e62f2ddbe876b":[11,0,32,2],
-"structFrustumPoints.html":[11,0,34],
-"structFrustumPoints.html#a091b5daa79e66d990fc56e2b3185aeec":[11,0,34,0],
-"structFrustumPoints.html#af410859a291973d7987d6c2213d637ef":[11,0,34,1],
-"structGlobalDescriptorWrite.html":[11,0,35],
-"structGlobalDescriptorWrite.html#a5b0682ff149ef7bc363a2dbae4d2fce2":[11,0,35,4],
-"structGlobalDescriptorWrite.html#a6db55649af1bd6635b552eabfd761a34":[11,0,35,5],
-"structGlobalDescriptorWrite.html#a8eb942cda894684036856787005cf654":[11,0,35,2],
-"structGlobalDescriptorWrite.html#ab6c7ab1156657ee25bc2a8a097067514":[11,0,35,3],
-"structGlobalDescriptorWrite.html#abae7801c33bef5463bc7c11c4e64a8ff":[11,0,35,1],
-"structGlobalDescriptorWrite.html#ae53d0db311f37aeda282e9761edfeb4d":[11,0,35,0],
-"structGlobalPushConstant.html":[11,0,36],
-"structGlobalPushConstant.html#aa81ab5be7334c8c998db692ac2a865ac":[11,0,36,0],
-"structGlobalPushConstant.html#ad27a7f58658f2852db25a2273829c5be":[11,0,36,1],
-"structGlobalPushConstant.html#ad4524bdf6126fa2ca6ca79baee557339":[11,0,36,2],
-"structImGuiTexture.html":[11,0,42],
-"structImGuiTexture.html#a29c8bb2dd69d795fcfc075325c0ab8b8":[11,0,42,2],
-"structImGuiTexture.html#a2a2f4e756ce99d69c598506fa587afd4":[11,0,42,6],
-"structImGuiTexture.html#a411e55284d8214522f76d218545d4433":[11,0,42,11],
-"structImGuiTexture.html#a59b9c69a62d0c0dc053ece9fd54bd3af":[11,0,42,4],
-"structImGuiTexture.html#a65c4a49da2ec8e2891f5c7c3469eec80":[11,0,42,3],
-"structImGuiTexture.html#a66c085d7946ee7eddd64faf5ee263326":[11,0,42,1],
-"structImGuiTexture.html#a9a7d5d72cea8099c1ce074f78f94972c":[11,0,42,5],
-"structImGuiTexture.html#a9e4e3e36fd24067f4efc48a3f6e57688":[11,0,42,8],
-"structImGuiTexture.html#a9f8a1d9d9d6086444732b94e59074375":[11,0,42,0],
-"structImGuiTexture.html#aa70bee2839855d694ceae741d40e33c5":[11,0,42,10],
-"structImGuiTexture.html#acd7b27173b3b666e98f78dc8e285a238":[11,0,42,7],
-"structImGuiTexture.html#ae1319fa631bbefe09543d75d295ac2c1":[11,0,42,9],
-"structImage_1_1CreateInfo.html":[11,0,41,0],
-"structImage_1_1CreateInfo.html#a1004e7e6f5ccc4de57295d9e76d0bd6a":[11,0,41,0,13],
-"structImage_1_1CreateInfo.html#a3020f400addaf0b3295127255819ec20":[11,0,41,0,14],
-"structImage_1_1CreateInfo.html#a39839c20e413fecb24f6145f99e11347":[11,0,41,0,6],
-"structImage_1_1CreateInfo.html#a4167400ed26c6ee4c2d7b27934cbec72":[11,0,41,0,5],
-"structImage_1_1CreateInfo.html#a4ca21901d453d2e5e3958d74d3f2cad6":[11,0,41,0,10],
-"structImage_1_1CreateInfo.html#a5144e475594ec9671b0c894965cfe12d":[11,0,41,0,9],
-"structImage_1_1CreateInfo.html#a5e958a877ee6a5a4fd273bd5abf12818":[11,0,41,0,3],
-"structImage_1_1CreateInfo.html#a73a5de06d37620888162186ba5282fb2":[11,0,41,0,1],
-"structImage_1_1CreateInfo.html#a86115631b00251ee0c4d95cfc6cbf879":[11,0,41,0,0],
-"structImage_1_1CreateInfo.html#aa60e260af555b0e310667a842ad24c8c":[11,0,41,0,2],
-"structImage_1_1CreateInfo.html#aaa9af7aada3cad9347de1da52abd1315":[11,0,41,0,12],
-"structImage_1_1CreateInfo.html#aac48dd32aae5bac47a262927516a9f81":[11,0,41,0,15],
-"structImage_1_1CreateInfo.html#ac9bddd80a32d320e5818deffcf2d4f25":[11,0,41,0,7],
-"structImage_1_1CreateInfo.html#acfccb89a0bebc4a5c5636d67968609d3":[11,0,41,0,11],
-"structImage_1_1CreateInfo.html#adc543741cd47a6baf47016df0b022b76":[11,0,41,0,4],
-"structImage_1_1CreateInfo.html#af953d7c96232acf9e4ec8f998e4933d7":[11,0,41,0,8],
-"structItemVertex.html":[11,0,47],
-"structItemVertex.html#a1080d9d4c63eb2a3f0ce08a2d9800efa":[11,0,47,0],
-"structItemVertex.html#a116e03266fce4a602787dddf984441f1":[11,0,47,2],
-"structItemVertex.html#ac7f27d1c8ccd852254ae7004510fa088":[11,0,47,3],
-"structItemVertex.html#aea5dc940573c9eb2fa8e9948a454b98d":[11,0,47,1],
-"structLineVertex.html":[11,0,49],
-"structLineVertex.html#a1dc068e612b921483967c7a1cf60f96a":[11,0,49,0],
-"structMesh.html":[11,0,53],
-"structMesh.html#a21d4053e57ef0a7c7022de6301adb92a":[11,0,53,7],
-"structMesh.html#a2bf63c2b488333beef25a8ab9e4e0a02":[11,0,53,3],
-"structMesh.html#a7a2014516f01a52710e83ed41d7f9165":[11,0,53,5],
-"structMesh.html#a8ea5a0edf71dfc56e666db22e049a161":[11,0,53,4],
-"structMesh.html#aa238e9a98a698723da97e51bdebc31b5":[11,0,53,8],
-"structMesh.html#abbaee7735e3b93306b4be082d6eafffd":[11,0,53,1],
-"structMesh.html#abe4097b26baf4450ce8f99b6e534da11":[11,0,53,2],
-"structMesh.html#ae9c8ca91934b5f535e62d2637a3d400a":[11,0,53,6],
-"structMesh.html#af7ba0fbc3662290e12fc45a7bc200eac":[11,0,53,0],
-"structModelMatrix__push__constant.html":[11,0,55],
-"structModelMatrix__push__constant.html#ae1fa257e2d2a8fce48c41d07ac6da290":[11,0,55,0],
-"structObjVertex.html":[11,0,58],
-"structObjVertex.html#a1c938880cb6af23654a28881391ad9e3":[11,0,58,0],
-"structObjVertex.html#a8738d2fd21588dbe1cf1c644192c6c36":[11,0,58,1],
-"structObjVertex.html#ab8073007896fa42bf33f2e131f677257":[11,0,58,3],
-"structObjVertex.html#ae3a64feb1b25a5a8288c47d07c36127e":[11,0,58,2],
-"structPipeline_1_1CreateInfo.html":[11,0,62,0],
-"structPipeline_1_1CreateInfo.html#a1cdc58779c520317193b8e4275aa0b8f":[11,0,62,0,0],
-"structPipeline_1_1CreateInfo.html#a228d42d483c49a3e93892fdae2928304":[11,0,62,0,16],
-"structPipeline_1_1CreateInfo.html#a25e64b656083d8b970deb9cda588d088":[11,0,62,0,11],
-"structPipeline_1_1CreateInfo.html#a38b345019d04b2d8f217d23bf53b0718":[11,0,62,0,19],
-"structPipeline_1_1CreateInfo.html#a501ff910e2a8879679c17a6fd6590ec0":[11,0,62,0,3],
-"structPipeline_1_1CreateInfo.html#a53624f801bfdee5d90b987df844dd356":[11,0,62,0,8],
-"structPipeline_1_1CreateInfo.html#a55aadbc1d6eb858af6c4a008fb08a314":[11,0,62,0,15],
-"structPipeline_1_1CreateInfo.html#a5d8f66f446243480dd64b87fe2a920c5":[11,0,62,0,9],
-"structPipeline_1_1CreateInfo.html#a7d4781e1cf4c88222b707fc99bdebc92":[11,0,62,0,14],
-"structPipeline_1_1CreateInfo.html#a7f5176bb1185e2f0b2da53af19e3fa22":[11,0,62,0,10],
-"structPipeline_1_1CreateInfo.html#a98a9203deb394878a54df0bd399debd7":[11,0,62,0,1],
-"structPipeline_1_1CreateInfo.html#a9a7242854bbd28737eeb70e4b19fe553":[11,0,62,0,13],
-"structPipeline_1_1CreateInfo.html#a9cb9c18feed0563d0f3a9943ee708fb6":[11,0,62,0,2],
-"structPipeline_1_1CreateInfo.html#aa660f137d0ccf59854db69dc936769e5":[11,0,62,0,21],
-"structPipeline_1_1CreateInfo.html#aad0a65fa0068271cee011e6ece5c05f2":[11,0,62,0,6],
-"structPipeline_1_1CreateInfo.html#aae95948271ff108a34c8659455c0cf8c":[11,0,62,0,4],
-"structPipeline_1_1CreateInfo.html#ab40d996acb993a2798c34273f04ce458":[11,0,62,0,18],
-"structPipeline_1_1CreateInfo.html#ad71d7079bfbfe032392e48c3c1f2b57e":[11,0,62,0,17],
-"structPipeline_1_1CreateInfo.html#adf162273ffab300c95b4fa8257db63c7":[11,0,62,0,12],
-"structPipeline_1_1CreateInfo.html#ae45ff04b3b97493ba41e71f731f04f0c":[11,0,62,0,7],
-"structPipeline_1_1CreateInfo.html#aef5ab13ac9228b2147fea6d1f846a3e8":[11,0,62,0,5],
-"structPipeline_1_1CreateInfo.html#afadf397780e7d6489b9fa660069805f4":[11,0,62,0,20],
-"structPlayerListPacket_1_1PlayerInfo.html":[11,0,65,0],
-"structPlayerListPacket_1_1PlayerInfo.html#a45d234a16fccb9b55e36271d21ff569a":[11,0,65,0,1],
-"structPlayerListPacket_1_1PlayerInfo.html#a708b260d422703e08d2d4aa30d979c09":[11,0,65,0,0],
-"structPlayerModel_1_1Vertex.html":[11,0,66,1],
-"structPlayerModel_1_1Vertex.html#a028cacefdf8dd9ea4c852797966cb747":[11,0,66,1,0],
-"structPlayerModel_1_1Vertex.html#a777d47bbc74d96ce2890ad99c89c31ef":[11,0,66,1,2],
-"structPlayerModel_1_1Vertex.html#aeeae6aa3a49d1c643b3a6b64a9489f6c":[11,0,66,1,1],
-"structQueueFamilyIndices.html":[11,0,69],
-"structQueueFamilyIndices.html#a234b1e58ad66b4ce2e09bd42c0f8409c":[11,0,69,1],
-"structQueueFamilyIndices.html#a2f4be08657178d2397981ace027b01a0":[11,0,69,2],
-"structQueueFamilyIndices.html#a44f40b1ee7642edba5edcf8c7da9a8f7":[11,0,69,3],
-"structQueueFamilyIndices.html#a652cdfabe4719ae21a701e77d57e7899":[11,0,69,0],
-"structRayCastOnBlockResult.html":[11,0,70],
-"structRayCastOnBlockResult.html#a1b2c364f714039f75448327f8761323e":[11,0,70,3],
-"structRayCastOnBlockResult.html#a7b36cc04d12e84fadf888f88ecb00a44":[11,0,70,0],
-"structRayCastOnBlockResult.html#a7d702a31621fb666c4035c6d52869590":[11,0,70,1],
-"structRayCastOnBlockResult.html#aa7fe8951493555235458c66e6d08ddbe":[11,0,70,4],
-"structRayCastOnBlockResult.html#af41c76ea3f31a96aed257117fd225555":[11,0,70,2],
-"structRayCastOnBlockResult.html#afa3d886e9c79eca27405f9fc62b728f1":[11,0,70,5],
-"structServerWorld_1_1BlockUpdateData.html":[11,0,76,0],
-"structServerWorld_1_1BlockUpdateData.html#a43565d71e4e31528a67639d755c5b354":[11,0,76,0,2],
-"structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fc":[11,0,76,0,0],
-"structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fca15a8022d0ed9cd9c2a2e756822703eb4":[11,0,76,0,0,2],
-"structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fca170e02e86972c2be8559884cc3c12254":[11,0,76,0,0,3],
-"structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fca8c756b7e3daff6db3808a377b05a148f":[11,0,76,0,0,0],
-"structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fcac39aa6dbe619bb8ef8187b00b686df6a":[11,0,76,0,0,1],
-"structServerWorld_1_1BlockUpdateData.html#ac035700044b85e25bfa751935ae00af1":[11,0,76,0,3],
-"structServerWorld_1_1BlockUpdateData.html#afb48a392ef74b0b24434ade48dce198b":[11,0,76,0,1],
-"structServerWorld_1_1ChunkLoadUnloadData.html":[11,0,76,1],
-"structServerWorld_1_1ChunkLoadUnloadData.html#a7b8d40c1a9084c3d251cf152914a7120":[11,0,76,1,0],
-"structServerWorld_1_1ChunkLoadUnloadData.html#afe330d77892fe8186ab2f7bef3071919":[11,0,76,1,1],
-"structServerWorld_1_1Ticket.html":[11,0,76,2],
-"structServerWorld_1_1Ticket.html#a0e813749bf298a2f51a456a7f57e3cfc":[11,0,76,2,6],
-"structServerWorld_1_1Ticket.html#a35ca81742e8134e510c231b2eb351c2b":[11,0,76,2,2],
-"structServerWorld_1_1Ticket.html#a3dd40ebfa0b46abbd69fb9721292273f":[11,0,76,2,3],
-"structServerWorld_1_1Ticket.html#a81ef4cfa1593c495f57cf49573f48b64":[11,0,76,2,5],
-"structServerWorld_1_1Ticket.html#abe1500819a84d1396c1324500b840959":[11,0,76,2,1],
-"structServerWorld_1_1Ticket.html#abe1500819a84d1396c1324500b840959a03570470bad94692ce93e32700d2e1cb":[11,0,76,2,1,1],
-"structServerWorld_1_1Ticket.html#abe1500819a84d1396c1324500b840959a07c80e2a355d91402a00d82b1fa13855":[11,0,76,2,1,0],
-"structServerWorld_1_1Ticket.html#aef4d65e8169df5ef755b7cdc22e1f114":[11,0,76,2,4],
-"structServerWorld_1_1Ticket_1_1hash.html":[11,0,76,2,0],
-"structServerWorld_1_1Ticket_1_1hash.html#ad7e7544d92bf423c121363e28532e6b1":[11,0,76,2,0,0],
-"structServer_1_1sendInfo.html":[11,0,72,1],
-"structServer_1_1sendInfo.html#a4f68768be0d11e7a7cda050b956b4d11":[11,0,72,1,2],
-"structServer_1_1sendInfo.html#a869606af7dc4d8993d603f82ab973a00":[11,0,72,1,0],
-"structServer_1_1sendInfo.html#ab99e655c8c1a484d95347371c992e10d":[11,0,72,1,1],
-"structShadowMapLight.html":[11,0,78],
-"structShadowMapLight.html#a03f271b17639d8b15b28050787f4dbc0":[11,0,78,1],
-"structShadowMapLight.html#a7ceed06673a71dcafe3454dfa5cba61f":[11,0,78,0],
-"structShadowMapLight.html#a9a99b58f2f8fafb0425e20bd8f910e16":[11,0,78,3],
-"structShadowMapLight.html#ae9868931b52484e3d61b0379305255ab":[11,0,78,2],
+"structClientWorld_1_1PlayerUseResult.html":[11,0,22,0],
+"structClientWorld_1_1PlayerUseResult.html#a5efbb11196f61e9ac5f16f69f6a58324":[11,0,22,0,0],
+"structClientWorld_1_1PlayerUseResult.html#a90b13d5fc1757d6323da2e4fc3f83498":[11,0,22,0,2],
+"structClientWorld_1_1PlayerUseResult.html#adf7842724d6b6b37b3c243b873e3a789":[11,0,22,0,1],
+"structDescriptor_1_1CreateInfo.html":[11,0,28,0],
+"structDescriptor_1_1CreateInfo.html#a2adb4c296c558b7b62ed92771dc8ec55":[11,0,28,0,0],
+"structDescriptor_1_1CreateInfo.html#a804c1190b6d320b17ba9d4f0e1047ed2":[11,0,28,0,1],
+"structDescriptor_1_1CreateInfo.html#a9f27166c8f411e95ef8963b5d50e84ac":[11,0,28,0,2],
+"structEntityVertex.html":[11,0,32],
+"structEntityVertex.html#a1d6ed7bf852bdd04b2a8f00ef473e473":[11,0,32,1],
+"structEntityVertex.html#ae751b23c5f929c9407723ace1263644a":[11,0,32,0],
+"structFace.html":[11,0,33],
+"structFace.html#a00626d19b7221a5a9abe11f35833e1b9":[11,0,33,1],
+"structFace.html#a4114bd932f64838d7ff3e685e19e7620":[11,0,33,3],
+"structFace.html#a7e3b473ba7cc78827cfe1004627f86aa":[11,0,33,0],
+"structFace.html#ac3aca04b695727e2d43e62f2ddbe876b":[11,0,33,2],
+"structFrustumPoints.html":[11,0,35],
+"structFrustumPoints.html#a091b5daa79e66d990fc56e2b3185aeec":[11,0,35,0],
+"structFrustumPoints.html#af410859a291973d7987d6c2213d637ef":[11,0,35,1],
+"structGlobalDescriptorWrite.html":[11,0,36],
+"structGlobalDescriptorWrite.html#a5b0682ff149ef7bc363a2dbae4d2fce2":[11,0,36,4],
+"structGlobalDescriptorWrite.html#a6db55649af1bd6635b552eabfd761a34":[11,0,36,5],
+"structGlobalDescriptorWrite.html#a8eb942cda894684036856787005cf654":[11,0,36,2],
+"structGlobalDescriptorWrite.html#ab6c7ab1156657ee25bc2a8a097067514":[11,0,36,3],
+"structGlobalDescriptorWrite.html#abae7801c33bef5463bc7c11c4e64a8ff":[11,0,36,1],
+"structGlobalDescriptorWrite.html#ae53d0db311f37aeda282e9761edfeb4d":[11,0,36,0],
+"structGlobalPushConstant.html":[11,0,37],
+"structGlobalPushConstant.html#aa81ab5be7334c8c998db692ac2a865ac":[11,0,37,0],
+"structGlobalPushConstant.html#ad27a7f58658f2852db25a2273829c5be":[11,0,37,1],
+"structGlobalPushConstant.html#ad4524bdf6126fa2ca6ca79baee557339":[11,0,37,2],
+"structImGuiTexture.html":[11,0,43],
+"structImGuiTexture.html#a29c8bb2dd69d795fcfc075325c0ab8b8":[11,0,43,2],
+"structImGuiTexture.html#a2a2f4e756ce99d69c598506fa587afd4":[11,0,43,6],
+"structImGuiTexture.html#a411e55284d8214522f76d218545d4433":[11,0,43,11],
+"structImGuiTexture.html#a59b9c69a62d0c0dc053ece9fd54bd3af":[11,0,43,4],
+"structImGuiTexture.html#a65c4a49da2ec8e2891f5c7c3469eec80":[11,0,43,3],
+"structImGuiTexture.html#a66c085d7946ee7eddd64faf5ee263326":[11,0,43,1],
+"structImGuiTexture.html#a9a7d5d72cea8099c1ce074f78f94972c":[11,0,43,5],
+"structImGuiTexture.html#a9e4e3e36fd24067f4efc48a3f6e57688":[11,0,43,8],
+"structImGuiTexture.html#a9f8a1d9d9d6086444732b94e59074375":[11,0,43,0],
+"structImGuiTexture.html#aa70bee2839855d694ceae741d40e33c5":[11,0,43,10],
+"structImGuiTexture.html#acd7b27173b3b666e98f78dc8e285a238":[11,0,43,7],
+"structImGuiTexture.html#ae1319fa631bbefe09543d75d295ac2c1":[11,0,43,9],
+"structImage_1_1CreateInfo.html":[11,0,42,0],
+"structImage_1_1CreateInfo.html#a1004e7e6f5ccc4de57295d9e76d0bd6a":[11,0,42,0,13],
+"structImage_1_1CreateInfo.html#a3020f400addaf0b3295127255819ec20":[11,0,42,0,14],
+"structImage_1_1CreateInfo.html#a39839c20e413fecb24f6145f99e11347":[11,0,42,0,6],
+"structImage_1_1CreateInfo.html#a4167400ed26c6ee4c2d7b27934cbec72":[11,0,42,0,5],
+"structImage_1_1CreateInfo.html#a4ca21901d453d2e5e3958d74d3f2cad6":[11,0,42,0,10],
+"structImage_1_1CreateInfo.html#a5144e475594ec9671b0c894965cfe12d":[11,0,42,0,9],
+"structImage_1_1CreateInfo.html#a5e958a877ee6a5a4fd273bd5abf12818":[11,0,42,0,3],
+"structImage_1_1CreateInfo.html#a73a5de06d37620888162186ba5282fb2":[11,0,42,0,1],
+"structImage_1_1CreateInfo.html#a86115631b00251ee0c4d95cfc6cbf879":[11,0,42,0,0],
+"structImage_1_1CreateInfo.html#aa60e260af555b0e310667a842ad24c8c":[11,0,42,0,2],
+"structImage_1_1CreateInfo.html#aaa9af7aada3cad9347de1da52abd1315":[11,0,42,0,12],
+"structImage_1_1CreateInfo.html#aac48dd32aae5bac47a262927516a9f81":[11,0,42,0,15],
+"structImage_1_1CreateInfo.html#ac9bddd80a32d320e5818deffcf2d4f25":[11,0,42,0,7],
+"structImage_1_1CreateInfo.html#acfccb89a0bebc4a5c5636d67968609d3":[11,0,42,0,11],
+"structImage_1_1CreateInfo.html#adc543741cd47a6baf47016df0b022b76":[11,0,42,0,4],
+"structImage_1_1CreateInfo.html#af953d7c96232acf9e4ec8f998e4933d7":[11,0,42,0,8],
+"structItemVertex.html":[11,0,48],
+"structItemVertex.html#a1080d9d4c63eb2a3f0ce08a2d9800efa":[11,0,48,0],
+"structItemVertex.html#a116e03266fce4a602787dddf984441f1":[11,0,48,2],
+"structItemVertex.html#ac7f27d1c8ccd852254ae7004510fa088":[11,0,48,3],
+"structItemVertex.html#aea5dc940573c9eb2fa8e9948a454b98d":[11,0,48,1],
+"structLineVertex.html":[11,0,50],
+"structLineVertex.html#a1dc068e612b921483967c7a1cf60f96a":[11,0,50,0],
+"structMesh.html":[11,0,54],
+"structMesh.html#a21d4053e57ef0a7c7022de6301adb92a":[11,0,54,7],
+"structMesh.html#a2bf63c2b488333beef25a8ab9e4e0a02":[11,0,54,3],
+"structMesh.html#a7a2014516f01a52710e83ed41d7f9165":[11,0,54,5],
+"structMesh.html#a8ea5a0edf71dfc56e666db22e049a161":[11,0,54,4],
+"structMesh.html#aa238e9a98a698723da97e51bdebc31b5":[11,0,54,8],
+"structMesh.html#abbaee7735e3b93306b4be082d6eafffd":[11,0,54,1],
+"structMesh.html#abe4097b26baf4450ce8f99b6e534da11":[11,0,54,2],
+"structMesh.html#ae9c8ca91934b5f535e62d2637a3d400a":[11,0,54,6],
+"structMesh.html#af7ba0fbc3662290e12fc45a7bc200eac":[11,0,54,0],
+"structMeshRenderData.html":[11,0,55],
+"structMeshRenderData.html#a21aa9f3330f7ad02825ab9b601f5163b":[11,0,55,0],
+"structMeshRenderData.html#add2067b62f5d64883c70f909b6e3c34e":[11,0,55,1],
+"structModelMatrix__push__constant.html":[11,0,57],
+"structModelMatrix__push__constant.html#ae1fa257e2d2a8fce48c41d07ac6da290":[11,0,57,0],
+"structObjVertex.html":[11,0,60],
+"structObjVertex.html#a1c938880cb6af23654a28881391ad9e3":[11,0,60,0],
+"structObjVertex.html#a8738d2fd21588dbe1cf1c644192c6c36":[11,0,60,1],
+"structObjVertex.html#ab8073007896fa42bf33f2e131f677257":[11,0,60,3],
+"structObjVertex.html#ae3a64feb1b25a5a8288c47d07c36127e":[11,0,60,2],
+"structPipeline_1_1CreateInfo.html":[11,0,64,0],
+"structPipeline_1_1CreateInfo.html#a1cdc58779c520317193b8e4275aa0b8f":[11,0,64,0,0],
+"structPipeline_1_1CreateInfo.html#a228d42d483c49a3e93892fdae2928304":[11,0,64,0,16],
+"structPipeline_1_1CreateInfo.html#a25e64b656083d8b970deb9cda588d088":[11,0,64,0,11],
+"structPipeline_1_1CreateInfo.html#a38b345019d04b2d8f217d23bf53b0718":[11,0,64,0,19],
+"structPipeline_1_1CreateInfo.html#a501ff910e2a8879679c17a6fd6590ec0":[11,0,64,0,3],
+"structPipeline_1_1CreateInfo.html#a53624f801bfdee5d90b987df844dd356":[11,0,64,0,8],
+"structPipeline_1_1CreateInfo.html#a55aadbc1d6eb858af6c4a008fb08a314":[11,0,64,0,15],
+"structPipeline_1_1CreateInfo.html#a5d8f66f446243480dd64b87fe2a920c5":[11,0,64,0,9],
+"structPipeline_1_1CreateInfo.html#a7d4781e1cf4c88222b707fc99bdebc92":[11,0,64,0,14],
+"structPipeline_1_1CreateInfo.html#a7f5176bb1185e2f0b2da53af19e3fa22":[11,0,64,0,10],
+"structPipeline_1_1CreateInfo.html#a98a9203deb394878a54df0bd399debd7":[11,0,64,0,1],
+"structPipeline_1_1CreateInfo.html#a9a7242854bbd28737eeb70e4b19fe553":[11,0,64,0,13],
+"structPipeline_1_1CreateInfo.html#a9cb9c18feed0563d0f3a9943ee708fb6":[11,0,64,0,2],
+"structPipeline_1_1CreateInfo.html#aa660f137d0ccf59854db69dc936769e5":[11,0,64,0,21],
+"structPipeline_1_1CreateInfo.html#aad0a65fa0068271cee011e6ece5c05f2":[11,0,64,0,6],
+"structPipeline_1_1CreateInfo.html#aae95948271ff108a34c8659455c0cf8c":[11,0,64,0,4],
+"structPipeline_1_1CreateInfo.html#ab40d996acb993a2798c34273f04ce458":[11,0,64,0,18],
+"structPipeline_1_1CreateInfo.html#ad71d7079bfbfe032392e48c3c1f2b57e":[11,0,64,0,17],
+"structPipeline_1_1CreateInfo.html#adf162273ffab300c95b4fa8257db63c7":[11,0,64,0,12],
+"structPipeline_1_1CreateInfo.html#ae45ff04b3b97493ba41e71f731f04f0c":[11,0,64,0,7],
+"structPipeline_1_1CreateInfo.html#aef5ab13ac9228b2147fea6d1f846a3e8":[11,0,64,0,5],
+"structPipeline_1_1CreateInfo.html#afadf397780e7d6489b9fa660069805f4":[11,0,64,0,20],
+"structPlayerListPacket_1_1PlayerInfo.html":[11,0,67,0],
+"structPlayerListPacket_1_1PlayerInfo.html#a45d234a16fccb9b55e36271d21ff569a":[11,0,67,0,1],
+"structPlayerListPacket_1_1PlayerInfo.html#a708b260d422703e08d2d4aa30d979c09":[11,0,67,0,0],
+"structPlayerModel_1_1Vertex.html":[11,0,68,1],
+"structPlayerModel_1_1Vertex.html#a028cacefdf8dd9ea4c852797966cb747":[11,0,68,1,0],
+"structPlayerModel_1_1Vertex.html#a777d47bbc74d96ce2890ad99c89c31ef":[11,0,68,1,2],
+"structPlayerModel_1_1Vertex.html#aeeae6aa3a49d1c643b3a6b64a9489f6c":[11,0,68,1,1],
+"structPlayerRenderData.html":[11,0,70],
+"structPlayerRenderData.html#a121b534557fc42a82b9bac6a3bcdf1c4":[11,0,70,2],
+"structPlayerRenderData.html#a1564eb09ff213dcaccf47493404c4492":[11,0,70,3],
+"structPlayerRenderData.html#a633d00b50271394c2fc644b93fed2e31":[11,0,70,5],
+"structPlayerRenderData.html#aa6341a2b30d630a4ca1375649cbaedcd":[11,0,70,4],
+"structPlayerRenderData.html#aba08383ad8af43e5b3555e53ae8c462a":[11,0,70,1],
+"structPlayerRenderData.html#af527a7e6ca2d6039cca7694a074870c2":[11,0,70,0],
+"structQueueFamilyIndices.html":[11,0,72],
+"structQueueFamilyIndices.html#a234b1e58ad66b4ce2e09bd42c0f8409c":[11,0,72,1],
+"structQueueFamilyIndices.html#a2f4be08657178d2397981ace027b01a0":[11,0,72,2],
+"structQueueFamilyIndices.html#a44f40b1ee7642edba5edcf8c7da9a8f7":[11,0,72,3],
+"structQueueFamilyIndices.html#a652cdfabe4719ae21a701e77d57e7899":[11,0,72,0],
+"structRayCastOnBlockResult.html":[11,0,73],
+"structRayCastOnBlockResult.html#a1b2c364f714039f75448327f8761323e":[11,0,73,3],
+"structRayCastOnBlockResult.html#a7b36cc04d12e84fadf888f88ecb00a44":[11,0,73,0],
+"structRayCastOnBlockResult.html#a7d702a31621fb666c4035c6d52869590":[11,0,73,1],
+"structRayCastOnBlockResult.html#aa7fe8951493555235458c66e6d08ddbe":[11,0,73,4],
+"structRayCastOnBlockResult.html#af41c76ea3f31a96aed257117fd225555":[11,0,73,2],
+"structRayCastOnBlockResult.html#afa3d886e9c79eca27405f9fc62b728f1":[11,0,73,5],
+"structServerWorld_1_1BlockUpdateData.html":[11,0,79,0],
+"structServerWorld_1_1BlockUpdateData.html#a43565d71e4e31528a67639d755c5b354":[11,0,79,0,2],
+"structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fc":[11,0,79,0,0],
+"structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fca15a8022d0ed9cd9c2a2e756822703eb4":[11,0,79,0,0,2],
+"structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fca170e02e86972c2be8559884cc3c12254":[11,0,79,0,0,3],
+"structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fca8c756b7e3daff6db3808a377b05a148f":[11,0,79,0,0,0],
+"structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fcac39aa6dbe619bb8ef8187b00b686df6a":[11,0,79,0,0,1],
+"structServerWorld_1_1BlockUpdateData.html#ac035700044b85e25bfa751935ae00af1":[11,0,79,0,3],
+"structServerWorld_1_1BlockUpdateData.html#afb48a392ef74b0b24434ade48dce198b":[11,0,79,0,1],
+"structServerWorld_1_1ChunkLoadUnloadData.html":[11,0,79,1],
+"structServerWorld_1_1ChunkLoadUnloadData.html#a7b8d40c1a9084c3d251cf152914a7120":[11,0,79,1,0],
+"structServerWorld_1_1ChunkLoadUnloadData.html#afe330d77892fe8186ab2f7bef3071919":[11,0,79,1,1],
+"structServerWorld_1_1Ticket.html":[11,0,79,2],
+"structServerWorld_1_1Ticket.html#a0e813749bf298a2f51a456a7f57e3cfc":[11,0,79,2,6],
+"structServerWorld_1_1Ticket.html#a35ca81742e8134e510c231b2eb351c2b":[11,0,79,2,2],
+"structServerWorld_1_1Ticket.html#a3dd40ebfa0b46abbd69fb9721292273f":[11,0,79,2,3],
+"structServerWorld_1_1Ticket.html#a81ef4cfa1593c495f57cf49573f48b64":[11,0,79,2,5],
+"structServerWorld_1_1Ticket.html#abe1500819a84d1396c1324500b840959":[11,0,79,2,1],
+"structServerWorld_1_1Ticket.html#abe1500819a84d1396c1324500b840959a03570470bad94692ce93e32700d2e1cb":[11,0,79,2,1,1],
+"structServerWorld_1_1Ticket.html#abe1500819a84d1396c1324500b840959a07c80e2a355d91402a00d82b1fa13855":[11,0,79,2,1,0],
+"structServerWorld_1_1Ticket.html#aef4d65e8169df5ef755b7cdc22e1f114":[11,0,79,2,4],
+"structServerWorld_1_1Ticket_1_1hash.html":[11,0,79,2,0],
+"structServerWorld_1_1Ticket_1_1hash.html#ad7e7544d92bf423c121363e28532e6b1":[11,0,79,2,0,0],
+"structServer_1_1sendInfo.html":[11,0,75,1],
+"structServer_1_1sendInfo.html#a4f68768be0d11e7a7cda050b956b4d11":[11,0,75,1,2],
+"structServer_1_1sendInfo.html#a869606af7dc4d8993d603f82ab973a00":[11,0,75,1,0],
+"structServer_1_1sendInfo.html#ab99e655c8c1a484d95347371c992e10d":[11,0,75,1,1],
+"structShadowMapLight.html":[11,0,81],
+"structShadowMapLight.html#a03f271b17639d8b15b28050787f4dbc0":[11,0,81,1],
+"structShadowMapLight.html#a7ceed06673a71dcafe3454dfa5cba61f":[11,0,81,0],
+"structShadowMapLight.html#a9a99b58f2f8fafb0425e20bd8f910e16":[11,0,81,3],
+"structShadowMapLight.html#ae9868931b52484e3d61b0379305255ab":[11,0,81,2],
"structSound_1_1DataChunk.html":[11,0,1,1],
"structSound_1_1DataChunk.html":[10,0,1,1],
-"structSound_1_1DataChunk.html#aa94c2ee8454ae0e0224b1b83d6aab6de":[10,0,1,1,0],
"structSound_1_1DataChunk.html#aa94c2ee8454ae0e0224b1b83d6aab6de":[11,0,1,1,0],
-"structSound_1_1DataChunk.html#ad8ae9d8379b298d74dac52247f08bf61":[10,0,1,1,1],
+"structSound_1_1DataChunk.html#aa94c2ee8454ae0e0224b1b83d6aab6de":[10,0,1,1,0],
"structSound_1_1DataChunk.html#ad8ae9d8379b298d74dac52247f08bf61":[11,0,1,1,1],
+"structSound_1_1DataChunk.html#ad8ae9d8379b298d74dac52247f08bf61":[10,0,1,1,1],
"structSound_1_1FMTChunk.html":[10,0,1,3],
"structSound_1_1FMTChunk.html":[11,0,1,3],
-"structSound_1_1FMTChunk.html#a13bbdd29a6d01432b8797299b0de1740":[11,0,1,3,7],
"structSound_1_1FMTChunk.html#a13bbdd29a6d01432b8797299b0de1740":[10,0,1,3,7],
+"structSound_1_1FMTChunk.html#a13bbdd29a6d01432b8797299b0de1740":[11,0,1,3,7],
"structSound_1_1FMTChunk.html#a21f72e59300db1a36b5e2f1a7c3dffff":[11,0,1,3,4],
"structSound_1_1FMTChunk.html#a21f72e59300db1a36b5e2f1a7c3dffff":[10,0,1,3,4],
-"structSound_1_1FMTChunk.html#a33fb3d8a1a353065956731d6043ac8d3":[11,0,1,3,6],
"structSound_1_1FMTChunk.html#a33fb3d8a1a353065956731d6043ac8d3":[10,0,1,3,6],
+"structSound_1_1FMTChunk.html#a33fb3d8a1a353065956731d6043ac8d3":[11,0,1,3,6],
"structSound_1_1FMTChunk.html#a3c7582ff04823929f1158bfc0dd4eef8":[11,0,1,3,5],
"structSound_1_1FMTChunk.html#a3c7582ff04823929f1158bfc0dd4eef8":[10,0,1,3,5],
-"structSound_1_1FMTChunk.html#a70bed35258cbba85297ed63e88da50d1":[11,0,1,3,2],
"structSound_1_1FMTChunk.html#a70bed35258cbba85297ed63e88da50d1":[10,0,1,3,2],
+"structSound_1_1FMTChunk.html#a70bed35258cbba85297ed63e88da50d1":[11,0,1,3,2],
"structSound_1_1FMTChunk.html#ac9f50d9cdaf18e1319d6bf928dcdbc3e":[11,0,1,3,0],
"structSound_1_1FMTChunk.html#ac9f50d9cdaf18e1319d6bf928dcdbc3e":[10,0,1,3,0],
"structSound_1_1FMTChunk.html#ae965c53993271fa2d35097ca3671401b":[11,0,1,3,1],
@@ -247,7 +249,5 @@ var NAVTREEINDEX8 =
"structSound_1_1FMTChunk.html#af09685a94fb2f6175cce7a0e967975b1":[11,0,1,3,3],
"structSound_1_1FMTChunk.html#af09685a94fb2f6175cce7a0e967975b1":[10,0,1,3,3],
"structSound_1_1Instance.html":[10,0,1,4],
-"structSound_1_1Instance.html":[11,0,1,4],
-"structSound_1_1Instance.html#a17d2fb73f664f4c7c940b0499a260083":[10,0,1,4,0],
-"structSound_1_1Instance.html#a17d2fb73f664f4c7c940b0499a260083":[11,0,1,4,0]
+"structSound_1_1Instance.html":[11,0,1,4]
};
diff --git a/navtreeindex9.js b/navtreeindex9.js
index cdb2a7a4..b3845626 100644
--- a/navtreeindex9.js
+++ b/navtreeindex9.js
@@ -1,82 +1,66 @@
var NAVTREEINDEX9 =
{
-"structSound_1_1Instance.html#a3061aea8b34cb0bfdcc5064007995418":[11,0,1,4,2],
+"structSound_1_1Instance.html#a17d2fb73f664f4c7c940b0499a260083":[11,0,1,4,0],
+"structSound_1_1Instance.html#a17d2fb73f664f4c7c940b0499a260083":[10,0,1,4,0],
"structSound_1_1Instance.html#a3061aea8b34cb0bfdcc5064007995418":[10,0,1,4,2],
-"structSound_1_1Instance.html#a7638e2ba7a8a4e6ef4fc558e99fb26f0":[11,0,1,4,3],
+"structSound_1_1Instance.html#a3061aea8b34cb0bfdcc5064007995418":[11,0,1,4,2],
"structSound_1_1Instance.html#a7638e2ba7a8a4e6ef4fc558e99fb26f0":[10,0,1,4,3],
+"structSound_1_1Instance.html#a7638e2ba7a8a4e6ef4fc558e99fb26f0":[11,0,1,4,3],
"structSound_1_1Instance.html#a81f08c3825fb9fa9766e3ffc3949d9ad":[10,0,1,4,1],
"structSound_1_1Instance.html#a81f08c3825fb9fa9766e3ffc3949d9ad":[11,0,1,4,1],
-"structSound_1_1RIFFChunk.html":[10,0,1,5],
"structSound_1_1RIFFChunk.html":[11,0,1,5],
-"structSound_1_1RIFFChunk.html#a1dc100f6da6198c0c87d6265fbbb0f79":[11,0,1,5,0],
+"structSound_1_1RIFFChunk.html":[10,0,1,5],
"structSound_1_1RIFFChunk.html#a1dc100f6da6198c0c87d6265fbbb0f79":[10,0,1,5,0],
-"structSound_1_1RIFFChunk.html#a7d9c9403ac33859aeea424c3ec222086":[11,0,1,5,1],
+"structSound_1_1RIFFChunk.html#a1dc100f6da6198c0c87d6265fbbb0f79":[11,0,1,5,0],
"structSound_1_1RIFFChunk.html#a7d9c9403ac33859aeea424c3ec222086":[10,0,1,5,1],
-"structSound_1_1RIFFChunk.html#ae4ff540fd87850f5d25ba63277aaad53":[11,0,1,5,2],
+"structSound_1_1RIFFChunk.html#a7d9c9403ac33859aeea424c3ec222086":[11,0,1,5,1],
"structSound_1_1RIFFChunk.html#ae4ff540fd87850f5d25ba63277aaad53":[10,0,1,5,2],
-"structSwapchain_1_1CreateInfo.html":[11,0,84,0],
-"structSwapchain_1_1CreateInfo.html#a47ee25910eae6d24edb56da521303b69":[11,0,84,0,0],
-"structSwapchain_1_1CreateInfo.html#a5667c3f28b3bf53704c006fad40f034c":[11,0,84,0,3],
-"structSwapchain_1_1CreateInfo.html#a9c00a0a7b2354b178a6817008ef6b92c":[11,0,84,0,2],
-"structSwapchain_1_1CreateInfo.html#ad1c102bab8c5453ff798c6d2127d3e97":[11,0,84,0,1],
-"structSwapchain_1_1SupportDetails.html":[11,0,84,1],
-"structSwapchain_1_1SupportDetails.html#a2a4f0f958367aff61916f25a008953a5":[11,0,84,1,1],
-"structSwapchain_1_1SupportDetails.html#a3e6ebb1faa79aa2509f1b701b516f4c6":[11,0,84,1,0],
-"structSwapchain_1_1SupportDetails.html#ac0f4f61750c7a405c1ab2ef0183b17bf":[11,0,84,1,2],
-"structUBO.html":[11,0,92],
-"structUBO.html#a2f85577121899349bac6b1dc660ec6f1":[11,0,92,0],
-"structUBO.html#a898dc9f88760fccd39d64ce8da010baf":[11,0,92,2],
-"structUBO.html#ad6e39e96922eb09a0d0fc845b5c4fbeb":[11,0,92,1],
-"structViewProjMatrices.html":[11,0,95],
-"structViewProjMatrices.html#aacd4b64181f8bbf0ef4d0deb6091931b":[11,0,95,1],
-"structViewProjMatrices.html#ac8820bbed54d35d5349fae31ca989a93":[11,0,95,0],
-"structWorldScene_1_1ChunkMeshRenderData.html":[11,0,100,0],
-"structWorldScene_1_1ChunkMeshRenderData.html#a12f114fc6fe7f9532489587b4f7713de":[11,0,100,0,1],
-"structWorldScene_1_1ChunkMeshRenderData.html#a25f9ebdaece5c1e01116493bfddfd7b3":[11,0,100,0,2],
-"structWorldScene_1_1ChunkMeshRenderData.html#ab249b99d3cb08e1478112bda8851b321":[11,0,100,0,0],
-"structWorldScene_1_1DebugBlock.html":[11,0,100,1],
-"structWorldScene_1_1DebugBlock.html#a213d46944238d13c1e61a7a6efdde18e":[11,0,100,1,2],
-"structWorldScene_1_1DebugBlock.html#a370fe086d8e76cf71c6f573231035def":[11,0,100,1,0],
-"structWorldScene_1_1DebugBlock.html#a60a671cfc14789b228a9eef535277b4d":[11,0,100,1,1],
-"structWorldScene_1_1MeshRenderData.html":[11,0,100,2],
-"structWorldScene_1_1MeshRenderData.html#a33226daebed590f617a7fe43ec8e0176":[11,0,100,2,1],
-"structWorldScene_1_1MeshRenderData.html#a95cf5e88754f36c61ed53a352da3c4cf":[11,0,100,2,0],
-"structWorldScene_1_1PlayerRenderData.html":[11,0,100,3],
-"structWorldScene_1_1PlayerRenderData.html#a117e3c0a1934877c0379e6660e19115a":[11,0,100,3,0],
-"structWorldScene_1_1PlayerRenderData.html#a2822321a94b3d939be488100e78f2e9e":[11,0,100,3,2],
-"structWorldScene_1_1PlayerRenderData.html#a3d24dc0d055e8eb7844c08bd6fc14c53":[11,0,100,3,4],
-"structWorldScene_1_1PlayerRenderData.html#aaed03cb5d89530a035968a016cd1a0cc":[11,0,100,3,3],
-"structWorldScene_1_1PlayerRenderData.html#ab27d42664ef2103bc012f8a7372fa781":[11,0,100,3,5],
-"structWorldScene_1_1PlayerRenderData.html#ae2f0e054725b472fe7d8b5e4d416ff23":[11,0,100,3,1],
+"structSound_1_1RIFFChunk.html#ae4ff540fd87850f5d25ba63277aaad53":[11,0,1,5,2],
+"structSwapchain_1_1CreateInfo.html":[11,0,87,0],
+"structSwapchain_1_1CreateInfo.html#a47ee25910eae6d24edb56da521303b69":[11,0,87,0,0],
+"structSwapchain_1_1CreateInfo.html#a5667c3f28b3bf53704c006fad40f034c":[11,0,87,0,3],
+"structSwapchain_1_1CreateInfo.html#a9c00a0a7b2354b178a6817008ef6b92c":[11,0,87,0,2],
+"structSwapchain_1_1CreateInfo.html#ad1c102bab8c5453ff798c6d2127d3e97":[11,0,87,0,1],
+"structSwapchain_1_1SupportDetails.html":[11,0,87,1],
+"structSwapchain_1_1SupportDetails.html#a2a4f0f958367aff61916f25a008953a5":[11,0,87,1,1],
+"structSwapchain_1_1SupportDetails.html#a3e6ebb1faa79aa2509f1b701b516f4c6":[11,0,87,1,0],
+"structSwapchain_1_1SupportDetails.html#ac0f4f61750c7a405c1ab2ef0183b17bf":[11,0,87,1,2],
+"structUBO.html":[11,0,95],
+"structUBO.html#a2f85577121899349bac6b1dc660ec6f1":[11,0,95,0],
+"structUBO.html#a898dc9f88760fccd39d64ce8da010baf":[11,0,95,2],
+"structUBO.html#ad6e39e96922eb09a0d0fc845b5c4fbeb":[11,0,95,1],
+"structViewProjMatrices.html":[11,0,98],
+"structViewProjMatrices.html#aacd4b64181f8bbf0ef4d0deb6091931b":[11,0,98,1],
+"structViewProjMatrices.html#ac8820bbed54d35d5349fae31ca989a93":[11,0,98,0],
"structstd_1_1hash_3_01Chunk_1_1genLevel_01_4.html":[11,0,2,0],
"structstd_1_1hash_3_01Chunk_1_1genLevel_01_4.html":[10,0,2,0],
"structstd_1_1hash_3_01Chunk_1_1genLevel_01_4.html#ab41c33edb80ecbe7828e1735bbe7e4d8":[11,0,2,0,0],
"structstd_1_1hash_3_01Chunk_1_1genLevel_01_4.html#ab41c33edb80ecbe7828e1735bbe7e4d8":[10,0,2,0,0],
-"structstd_1_1hash_3_01ObjVertex_01_4.html":[10,0,2,3],
"structstd_1_1hash_3_01ObjVertex_01_4.html":[11,0,2,3],
-"structstd_1_1hash_3_01ObjVertex_01_4.html#a64ef985a2e88757c5cdd966f431f6320":[10,0,2,3,0],
+"structstd_1_1hash_3_01ObjVertex_01_4.html":[10,0,2,3],
"structstd_1_1hash_3_01ObjVertex_01_4.html#a64ef985a2e88757c5cdd966f431f6320":[11,0,2,3,0],
-"structstd_1_1hash_3_01ServerWorld_1_1Ticket_01_4.html":[10,0,2,4],
+"structstd_1_1hash_3_01ObjVertex_01_4.html#a64ef985a2e88757c5cdd966f431f6320":[10,0,2,3,0],
"structstd_1_1hash_3_01ServerWorld_1_1Ticket_01_4.html":[11,0,2,4],
-"structstd_1_1hash_3_01ServerWorld_1_1Ticket_01_4.html#a55bf5d359c3332118e7c731cd45fead6":[10,0,2,4,0],
+"structstd_1_1hash_3_01ServerWorld_1_1Ticket_01_4.html":[10,0,2,4],
"structstd_1_1hash_3_01ServerWorld_1_1Ticket_01_4.html#a55bf5d359c3332118e7c731cd45fead6":[11,0,2,4,0],
-"structstd_1_1hash_3_01glm_1_1ivec2_01_4.html":[11,0,2,1],
+"structstd_1_1hash_3_01ServerWorld_1_1Ticket_01_4.html#a55bf5d359c3332118e7c731cd45fead6":[10,0,2,4,0],
"structstd_1_1hash_3_01glm_1_1ivec2_01_4.html":[10,0,2,1],
+"structstd_1_1hash_3_01glm_1_1ivec2_01_4.html":[11,0,2,1],
"structstd_1_1hash_3_01glm_1_1ivec2_01_4.html#ae93387e1f22c21bed43f436ad55ff636":[10,0,2,1,0],
"structstd_1_1hash_3_01glm_1_1ivec2_01_4.html#ae93387e1f22c21bed43f436ad55ff636":[11,0,2,1,0],
-"structstd_1_1hash_3_01glm_1_1ivec3_01_4.html":[10,0,2,2],
"structstd_1_1hash_3_01glm_1_1ivec3_01_4.html":[11,0,2,2],
-"structstd_1_1hash_3_01glm_1_1ivec3_01_4.html#a187a5fbc7efe3606ad846868715addd3":[11,0,2,2,0],
+"structstd_1_1hash_3_01glm_1_1ivec3_01_4.html":[10,0,2,2],
"structstd_1_1hash_3_01glm_1_1ivec3_01_4.html#a187a5fbc7efe3606ad846868715addd3":[10,0,2,2,0],
-"structstd_1_1hash_3_01std_1_1pair_3_01glm_1_1ivec3_00_01Chunk_1_1genLevel_01_4_01_4.html":[10,0,2,5],
+"structstd_1_1hash_3_01glm_1_1ivec3_01_4.html#a187a5fbc7efe3606ad846868715addd3":[11,0,2,2,0],
"structstd_1_1hash_3_01std_1_1pair_3_01glm_1_1ivec3_00_01Chunk_1_1genLevel_01_4_01_4.html":[11,0,2,5],
+"structstd_1_1hash_3_01std_1_1pair_3_01glm_1_1ivec3_00_01Chunk_1_1genLevel_01_4_01_4.html":[10,0,2,5],
"structstd_1_1hash_3_01std_1_1pair_3_01glm_1_1ivec3_00_01Chunk_1_1genLevel_01_4_01_4.html#ae558d2eda790b658c7a305e1b9ccd7cb":[10,0,2,5,0],
"structstd_1_1hash_3_01std_1_1pair_3_01glm_1_1ivec3_00_01Chunk_1_1genLevel_01_4_01_4.html#ae558d2eda790b658c7a305e1b9ccd7cb":[11,0,2,5,0],
-"structtest.html":[11,0,85],
-"structtest.html#a1559e6d35e11515aba30955d26cef028":[11,0,85,2],
-"structtest.html#a46a832a9d08a984e29dec92444955c19":[11,0,85,1],
-"structtest.html#a4de6453bf9faa85d0150d51fcce1a629":[11,0,85,3],
-"structtest.html#ab42d5ece712d716b04cb3f686f297a26":[11,0,85,0],
+"structtest.html":[11,0,88],
+"structtest.html#a1559e6d35e11515aba30955d26cef028":[11,0,88,2],
+"structtest.html#a46a832a9d08a984e29dec92444955c19":[11,0,88,1],
+"structtest.html#a4de6453bf9faa85d0150d51fcce1a629":[11,0,88,3],
+"structtest.html#ab42d5ece712d716b04cb3f686f297a26":[11,0,88,0],
"styleguide.html":[7],
"taskDep.html":[8],
"task__declarations_8hpp.html":[12,0,1,0,5,4,10],
diff --git a/search/all_0.js b/search/all_0.js
index 1775cbf3..ba910ca6 100644
--- a/search/all_0.js
+++ b/search/all_0.js
@@ -40,7 +40,7 @@ var searchData=
['atmosphereparams_37',['AtmosphereParams',['../structAtmosphereParams.html',1,'']]],
['atomic_38',['Atomic',['../classAtomic.html',1,'Atomic< T >'],['../classAtomic.html#a755ced2f84542e2736e9735e4d3bc7b1',1,'Atomic::Atomic(T value)'],['../classAtomic.html#a3282eeb8d5ca9d377bb193858409f3d3',1,'Atomic::Atomic()=default']]],
['atomic_3c_20glm_3a_3avec3_20_3e_39',['Atomic< glm::vec3 >',['../classAtomic.html',1,'']]],
- ['attack_5fanimation_40',['attack_animation',['../structWorldScene_1_1PlayerRenderData.html#a117e3c0a1934877c0379e6660e19115a',1,'WorldScene::PlayerRenderData']]],
+ ['attack_5fanimation_40',['attack_animation',['../structPlayerRenderData.html#af527a7e6ca2d6039cca7694a074870c2',1,'PlayerRenderData']]],
['attackanimation_41',['AttackAnimation',['../classPlayerModel_1_1AttackAnimation.html#a39fb6e44a47cf4500d8ad24715544c03',1,'PlayerModel::AttackAnimation::AttackAnimation()'],['../classPlayerModel_1_1AttackAnimation.html',1,'PlayerModel::AttackAnimation']]],
['attribute_5fdescriptions_42',['attribute_descriptions',['../structPipeline_1_1CreateInfo.html#a1cdc58779c520317193b8e4275aa0b8f',1,'Pipeline::CreateInfo']]],
['audio_5fdata_43',['audio_data',['../structSound_1_1Instance.html#a17d2fb73f664f4c7c940b0499a260083',1,'Sound::Instance']]],
diff --git a/search/all_1.js b/search/all_1.js
index 36a043bc..1de63414 100644
--- a/search/all_1.js
+++ b/search/all_1.js
@@ -46,18 +46,17 @@ var searchData=
['blocksinfo_43',['BlocksInfo',['../classBlocksInfo.html',1,'']]],
['blocktype_44',['BlockType',['../Block_8hpp.html#a071ad73c3c21541218143843b0d17fc9',1,'Block.hpp']]],
['blockupdatedata_45',['BlockUpdateData',['../structServerWorld_1_1BlockUpdateData.html',1,'ServerWorld']]],
- ['blockupdatethread_46',['BlockUpdateThread',['../classBlockUpdateThread.html#afc8b69c912bcadcac529322cdd24a8cb',1,'BlockUpdateThread::BlockUpdateThread(BlockUpdateThread &&other)=delete'],['../classBlockUpdateThread.html#ac5e8f510884616c75e89bac2ee17b75c',1,'BlockUpdateThread::BlockUpdateThread(BlockUpdateThread &other)=delete'],['../classBlockUpdateThread.html#af1fac4df9851afc406860d95dcec4ff8',1,'BlockUpdateThread::BlockUpdateThread(WorldScene &worldScene, ClientWorld &world)'],['../classBlockUpdateThread.html',1,'BlockUpdateThread']]],
+ ['blockupdatethread_46',['BlockUpdateThread',['../classBlockUpdateThread.html#afc8b69c912bcadcac529322cdd24a8cb',1,'BlockUpdateThread::BlockUpdateThread(BlockUpdateThread &&other)=delete'],['../classBlockUpdateThread.html#ac5e8f510884616c75e89bac2ee17b75c',1,'BlockUpdateThread::BlockUpdateThread(BlockUpdateThread &other)=delete'],['../classBlockUpdateThread.html#a182d5cc71b5cc8367236025e9cc78a6e',1,'BlockUpdateThread::BlockUpdateThread(ClientWorld &world)'],['../classBlockUpdateThread.html',1,'BlockUpdateThread']]],
['blockupdatethread_2ecpp_47',['BlockUpdateThread.cpp',['../BlockUpdateThread_8cpp.html',1,'']]],
['blockupdatethread_2ehpp_48',['BlockUpdateThread.hpp',['../BlockUpdateThread_8hpp.html',1,'']]],
['blockvertex_49',['BlockVertex',['../structBlockVertex.html#a22c3b017a1af9079d59d5db602e50b83',1,'BlockVertex::BlockVertex()'],['../structBlockVertex.html',1,'BlockVertex']]],
['bt_50',['BT',['../Structures_8cpp.html#ab7b8e747bcfcb9d29b764da5d243f9af',1,'Structures.cpp']]],
- ['buffer_51',['Buffer',['../classBuffer.html',1,'']]],
+ ['buffer_51',['Buffer',['../classBuffer.html',1,'Buffer'],['../classBuffer.html#a85882d8163e05cc9a5e478d65adcadbd',1,'Buffer::Buffer(Buffer &&other) noexcept'],['../classBuffer.html#a49283faf9d0ea3dc996dc65a7aeeee72',1,'Buffer::Buffer(const Buffer &)=delete'],['../classBuffer.html#a93dcd6ab1654490fe67aca3e3f96f9ec',1,'Buffer::Buffer(VkDevice device, VkPhysicalDevice physical_device, const CreateInfo &create_info)'],['../classBuffer.html#ae7ef2cd201190fde551dcb902627112b',1,'Buffer::Buffer()']]],
['buffer_52',['buffer',['../structMesh.html#af7ba0fbc3662290e12fc45a7bc200eac',1,'Mesh::buffer()'],['../classBuffer.html#a015e29c64a6e92f0bac28584cd4f4418',1,'Buffer::buffer()']]],
- ['buffer_53',['Buffer',['../classBuffer.html#a85882d8163e05cc9a5e478d65adcadbd',1,'Buffer::Buffer(Buffer &&other) noexcept'],['../classBuffer.html#a49283faf9d0ea3dc996dc65a7aeeee72',1,'Buffer::Buffer(const Buffer &)=delete'],['../classBuffer.html#a93dcd6ab1654490fe67aca3e3f96f9ec',1,'Buffer::Buffer(VkDevice device, VkPhysicalDevice physical_device, const CreateInfo &create_info)'],['../classBuffer.html#ae7ef2cd201190fde551dcb902627112b',1,'Buffer::Buffer()']]],
- ['buffer_2ecpp_54',['Buffer.cpp',['../Buffer_8cpp.html',1,'']]],
- ['buffer_2ehpp_55',['Buffer.hpp',['../Buffer_8hpp.html',1,'']]],
- ['buffer_5finfo_56',['buffer_info',['../structGlobalDescriptorWrite.html#ae53d0db311f37aeda282e9761edfeb4d',1,'GlobalDescriptorWrite']]],
- ['buffer_5fmemory_57',['buffer_memory',['../structMesh.html#abbaee7735e3b93306b4be082d6eafffd',1,'Mesh']]],
- ['buffers_58',['buffers',['../structUBO.html#a2f85577121899349bac6b1dc660ec6f1',1,'UBO']]],
- ['byte_5frate_59',['byte_rate',['../classSound_1_1Data.html#a33e909534b7c044a86cf870a9196727a',1,'Sound::Data::byte_rate()'],['../structSound_1_1FMTChunk.html#af09685a94fb2f6175cce7a0e967975b1',1,'Sound::FMTChunk::byte_rate()']]]
+ ['buffer_2ecpp_53',['Buffer.cpp',['../Buffer_8cpp.html',1,'']]],
+ ['buffer_2ehpp_54',['Buffer.hpp',['../Buffer_8hpp.html',1,'']]],
+ ['buffer_5finfo_55',['buffer_info',['../structGlobalDescriptorWrite.html#ae53d0db311f37aeda282e9761edfeb4d',1,'GlobalDescriptorWrite']]],
+ ['buffer_5fmemory_56',['buffer_memory',['../structMesh.html#abbaee7735e3b93306b4be082d6eafffd',1,'Mesh']]],
+ ['buffers_57',['buffers',['../structUBO.html#a2f85577121899349bac6b1dc660ec6f1',1,'UBO']]],
+ ['byte_5frate_58',['byte_rate',['../classSound_1_1Data.html#a33e909534b7c044a86cf870a9196727a',1,'Sound::Data::byte_rate()'],['../structSound_1_1FMTChunk.html#af09685a94fb2f6175cce7a0e967975b1',1,'Sound::FMTChunk::byte_rate()']]]
];
diff --git a/search/all_11.js b/search/all_11.js
index af0b18b7..19dd3cde 100644
--- a/search/all_11.js
+++ b/search/all_11.js
@@ -23,7 +23,7 @@ var searchData=
['rendered_5ftriangles_20',['rendered_triangles',['../classDebugGui.html#adaf81c06685c6ec69beaf6270e399a13',1,'DebugGui']]],
['renderinfo_21',['RenderInfo',['../structCamera_1_1RenderInfo.html',1,'Camera']]],
['rendertext_22',['renderText',['../classTextRenderer.html#aa5a3c6768f76827cdb8cc151cb560dda',1,'TextRenderer']]],
- ['renderthread_23',['RenderThread',['../classRenderThread.html#a53eb51bf51003e9aae33a74102d1e6e7',1,'RenderThread::RenderThread()'],['../classRenderThread.html',1,'RenderThread'],['../classRenderThread.html#af5e1f5dbf6f05039dadfde54b65d7477',1,'RenderThread::RenderThread(const Settings &settings, VulkanAPI &vulkanAPI, const WorldScene &worldScene, std::chrono::nanoseconds start_time)'],['../classRenderThread.html#a9b8dfb3f2d80db4e6c4d9009367e8cb1',1,'RenderThread::RenderThread(RenderThread &renderer)=delete']]],
+ ['renderthread_23',['RenderThread',['../classRenderThread.html#a53eb51bf51003e9aae33a74102d1e6e7',1,'RenderThread::RenderThread()'],['../classRenderThread.html',1,'RenderThread'],['../classRenderThread.html#ab10cf7a69745e49aa13fe2dd526d28a9',1,'RenderThread::RenderThread(const Settings &settings, VulkanAPI &vulkanAPI, std::chrono::nanoseconds start_time)'],['../classRenderThread.html#a9b8dfb3f2d80db4e6c4d9009367e8cb1',1,'RenderThread::RenderThread(RenderThread &renderer)=delete']]],
['renderthread_2ecpp_24',['RenderThread.cpp',['../RenderThread_8cpp.html',1,'']]],
['renderthread_2ehpp_25',['RenderThread.hpp',['../RenderThread_8hpp.html',1,'']]],
['repeated_26',['REPEATED',['../classInput.html#a0be44bf062481fd4b60c21607a2ee50aa5f7fd05d6eee2cf377a64ae7f4adcd6b',1,'Input']]],
diff --git a/search/all_12.js b/search/all_12.js
index 7b4433d6..ba1bd048 100644
--- a/search/all_12.js
+++ b/search/all_12.js
@@ -55,130 +55,130 @@ var searchData=
['setconnectionid_52',['SetConnectionId',['../classIPacket.html#af4dd08718a1813d31b2d2b30eb66ced9',1,'IPacket']]],
['setcounter_53',['SetCounter',['../classPingPacket.html#a0771f73d566dc9ec19b1eaf84138868a',1,'PingPacket']]],
['setdata_54',['setData',['../classtask_1_1Task.html#a7aa259e3eaf1fbf0fb4c43092203fdc5',1,'task::Task']]],
- ['setdebugblock_55',['setDebugBlock',['../classWorldScene.html#a4af382fc1d4b7db877a750b07ceaf4b6',1,'WorldScene']]],
- ['setdisplacement_56',['SetDisplacement',['../classPlayerMovePacket.html#a139b9846419c59844079d9c5e70e64c7',1,'PlayerMovePacket']]],
- ['setdistance_57',['SetDistance',['../classLoadDistancePacket.html#a5781293c09d1df1bce61fcb9f4e5e6d0',1,'LoadDistancePacket']]],
- ['setgenlevel_58',['setGenLevel',['../classChunk.html#a64d6d1200c9f45e364868c113cc3c219',1,'Chunk']]],
- ['setheight_59',['setHeight',['../classChunk.html#a9e88c41fe7ed31935b6421818e255007',1,'Chunk::setHeight(const int &x, const int &z, uint8_t height)'],['../classChunk.html#acf45e2331474e25e86cad2e6f773f51d',1,'Chunk::setHeight(const glm::ivec2 &position, uint8_t height)']]],
- ['setid_60',['SetId',['../classPingPacket.html#aa9f35aa171aaad32531d3c0a6f2a52a8',1,'PingPacket']]],
- ['setimagelayout_61',['setImageLayout',['../namespacevk__helper.html#a71c0f42868e6edd14e06b352890f5acc',1,'vk_helper::setImageLayout()'],['../classVulkanAPI.html#a5cf827ed1548a6c79b7c0113cf726892',1,'VulkanAPI::setImageLayout()']]],
- ['setlevel_62',['setLevel',['../classLogger.html#ab138ded838fa6698b7e6f74f5fc57efc',1,'Logger']]],
- ['setlight_63',['setLight',['../classChunk.html#ac842e70f81a1373857628e31beacf7d8',1,'Chunk::setLight(const int &x, const int &y, const int &z, uint8_t light)'],['../classChunk.html#a015b00eeb68702fabe799c26b021c658',1,'Chunk::setLight(const glm::ivec3 &position, uint8_t light)']]],
- ['setloadlevel_64',['setLoadLevel',['../classChunk.html#aa72d16adb85c7fe255e3c6736475fbc4',1,'Chunk']]],
- ['setmeshed_65',['setMeshed',['../classChunk.html#ae79fe0a5c6220712dc1d3fb321987ce3',1,'Chunk']]],
- ['setmeshid_66',['setMeshID',['../classChunk.html#a8d912dafdab6b2d1eada1bb86240531c',1,'Chunk']]],
- ['setmousesensitivity_67',['setMouseSensitivity',['../classSettings.html#a7c476b3924dbd1e3a2e0d9c9ba1d22b0',1,'Settings']]],
- ['setname_68',['setName',['../classtask_1_1TaskNode.html#abe38307b52b1e8bd6715f268f988247a',1,'task::TaskNode']]],
- ['setplayerid_69',['SetPlayerId',['../classConnectionPacket.html#ac4e67287d0606a3f6d34813f1f87a9d6',1,'ConnectionPacket::SetPlayerId()'],['../classDisconnectPacket.html#a19084e35bbdcb93101540583a3167771',1,'DisconnectPacket::SetPlayerId()'],['../classPlayerConnectedPacket.html#a1f51fc714843b6fa54610c418bba640f',1,'PlayerConnectedPacket::SetPlayerId()'],['../classPlayerMovePacket.html#a86be9502d6e19894bd2b5f460eb5237d',1,'PlayerMovePacket::SetPlayerId()']]],
- ['setplayers_70',['SetPlayers',['../classPlayerListPacket.html#a874ad89f85a333cf7182047c867ee283',1,'PlayerListPacket']]],
- ['setplayerticketlevel_71',['setPlayerTicketLevel',['../classServerWorld.html#aa84a0f03237c246092ece32797e80ec0',1,'ServerWorld']]],
- ['setposition_72',['setPosition',['../classChunk.html#aa3800a303f64292a8b73e16ed44d3ed8',1,'Chunk']]],
- ['setposition_73',['SetPosition',['../classBlockActionPacket.html#af908a3aeeb40f5f7ce6bcb8a364d9254',1,'BlockActionPacket::SetPosition()'],['../classConnectionPacket.html#a1720e2359dfb00268e3542fd7449afb9',1,'ConnectionPacket::SetPosition()'],['../classPlayerMovePacket.html#a8822f2a0e7c463496b0c000df6cb3616',1,'PlayerMovePacket::SetPosition()']]],
- ['setrenderdistance_74',['setRenderDistance',['../classClientWorld.html#a2fb383fddc73e6dfae28fd9ec30a9b88',1,'ClientWorld']]],
- ['sets_75',['sets',['../classDescriptor.html#a8f4272b858634993e363c43adcc1024b',1,'Descriptor']]],
- ['setserverloaddistance_76',['setServerLoadDistance',['../classClientWorld.html#a31afbfb7599134bc3ff7b22bc334aa50',1,'ClientWorld']]],
- ['setskylight_77',['setSkyLight',['../classChunk.html#a3858ac740a1d40c3f4905a2cc4329899',1,'Chunk::setSkyLight(const int &x, const int &y, const int &z, uint8_t light)'],['../classChunk.html#ad306c0082ca6852c1e3a1c811876dda2',1,'Chunk::setSkyLight(const glm::ivec3 &position, uint8_t light)']]],
- ['settargetblock_78',['setTargetBlock',['../classWorldScene.html#a4235cb886fbf5bd62b70d274a91e9a81',1,'WorldScene']]],
- ['settimestamp_79',['setTimestamp',['../classLogger.html#a9556d57fb4b693911149599a8724b2b0',1,'Logger']]],
- ['settings_80',['Settings',['../classSettings.html',1,'Settings'],['../classSettings.html#ab7169a6eefce79566dd07db3b1e5e967',1,'Settings::Settings()'],['../classSettings.html#ae25bcc96acb95e2bab23f2df682c9803',1,'Settings::Settings(Settings &other)=delete'],['../classSettings.html#a3235cc319f2ca06193bc5f709a3387c3',1,'Settings::Settings(Settings &&other)=delete']]],
- ['settings_2ecpp_81',['Settings.cpp',['../Settings_8cpp.html',1,'']]],
- ['settings_2ehpp_82',['Settings.hpp',['../Settings_8hpp.html',1,'']]],
- ['shadercommon_2ehpp_83',['ShaderCommon.hpp',['../ShaderCommon_8hpp.html',1,'']]],
- ['shadow_5fframebuffers_84',['shadow_framebuffers',['../classVulkanAPI.html#a8ba9123ec127e5b6314df01374b0135b',1,'VulkanAPI']]],
- ['shadow_5fmap_5fbinding_85',['SHADOW_MAP_BINDING',['../ShaderCommon_8hpp.html#a80f5399c837fc586d14df9878f628063',1,'ShaderCommon.hpp']]],
- ['shadow_5fmap_5fdepth_5fattachement_86',['shadow_map_depth_attachement',['../classVulkanAPI.html#a0f5fb5cf3d8332510c2e756a7fe3ef36',1,'VulkanAPI']]],
- ['shadow_5fmap_5fmax_5fcount_87',['SHADOW_MAP_MAX_COUNT',['../ShaderCommon_8hpp.html#a25e71ed1f4801c4a36132ade5e97cf57',1,'ShaderCommon.hpp']]],
- ['shadow_5fmap_5fsize_88',['shadow_map_size',['../classVulkanAPI.html#a6b642d35d8f0f618726f5865ab85c43d',1,'VulkanAPI']]],
- ['shadow_5fmap_5fviews_89',['shadow_map_views',['../classVulkanAPI.html#a0fba61a127c559f891c31974ddb4927b',1,'VulkanAPI']]],
- ['shadow_5fmaps_5fcount_90',['shadow_maps_count',['../classVulkanAPI.html#a3817cefb46cf1cc3fab6dcccd862e52a',1,'VulkanAPI']]],
- ['shadow_5fpass_5ffinished_5fsemaphores_91',['shadow_pass_finished_semaphores',['../classVulkanAPI.html#ac41e405eb04698678e32c6380f2af93a',1,'VulkanAPI']]],
- ['shadow_5fpipeline_92',['shadow_pipeline',['../classVulkanAPI.html#a34f25aa629476800fbf6acb0e6400d0f',1,'VulkanAPI']]],
- ['shadow_5frender_5fpass_93',['shadow_render_pass',['../classVulkanAPI.html#adb8f28d802477d4121965de04856ddd0',1,'VulkanAPI']]],
- ['shadowmaplight_94',['ShadowMapLight',['../structShadowMapLight.html',1,'']]],
- ['should_5fjump_95',['should_jump',['../classMob.html#ab4c8da28fafe8aec26322e5f89069427',1,'Mob']]],
- ['shouldclose_96',['shouldClose',['../classWindow.html#ae779be3a5327f62c5e86a3e3d8a37289',1,'Window']]],
- ['shouldcollide_97',['shouldCollide',['../classPlayer.html#aee30f8cfd8ace63acd9534cf902aa6a4',1,'Player']]],
- ['shouldfall_98',['shouldFall',['../classPlayer.html#a55caf512b6d6b3682b59bff8531da250',1,'Player']]],
- ['show_5fdebug_5ftext_99',['show_debug_text',['../classWorldScene.html#ab474095db5d0fdbaba9a05a3d5fae4af',1,'WorldScene']]],
- ['single_5ftime_5fcommand_5ffence_100',['single_time_command_fence',['../classVulkanAPI.html#a10a2d2c305087b878e1518437fd6ca4e',1,'VulkanAPI']]],
- ['singletimecommand_101',['SingleTimeCommand',['../classSingleTimeCommand.html',1,'SingleTimeCommand'],['../classSingleTimeCommand.html#ae401c67cb75002cda1455476b290fcb9',1,'SingleTimeCommand::SingleTimeCommand(SingleTimeCommand &&other) noexcept'],['../classSingleTimeCommand.html#a6358df0955f5cbf379822e37286b8600',1,'SingleTimeCommand::SingleTimeCommand(const SingleTimeCommand &)=delete'],['../classSingleTimeCommand.html#a3dc2d9eb289b07c8987727d2c29fede6',1,'SingleTimeCommand::SingleTimeCommand(VkDevice device, VkCommandPool command_pool, VkQueue queue)']]],
- ['size_102',['Size',['../classConnectionPacket.html#a029517aae3f38a53392c1111637a993b',1,'ConnectionPacket']]],
- ['size_103',['size',['../structWorldScene_1_1DebugBlock.html#a213d46944238d13c1e61a7a6efdde18e',1,'WorldScene::DebugBlock']]],
- ['size_104',['Size',['../classChunkUnloadPacket.html#adcb68623645b784e3794c6e00998cf3d',1,'ChunkUnloadPacket']]],
- ['size_105',['size',['../structSound_1_1DataChunk.html#ad8ae9d8379b298d74dac52247f08bf61',1,'Sound::DataChunk']]],
- ['size_106',['Size',['../classPlayerMovePacket.html#aa68b459e03702ff467096ef3ccf7f4c8',1,'PlayerMovePacket::Size()'],['../classPlayerListPacket.html#af91646b9404fdefd6b6db3eb664c7b5f',1,'PlayerListPacket::Size()'],['../classPlayerConnectedPacket.html#acafe9882606b8e7498c6fc82b5777c7a',1,'PlayerConnectedPacket::Size()'],['../classPingPacket.html#a072672d4fafd4763a3513a63a473aa1d',1,'PingPacket::Size()'],['../classIPacket.html#ae77519d0f578a7710a6b5b7b25126ea3',1,'IPacket::Size()'],['../classDisconnectPacket.html#a0a2bfeb980d50e0c4b16e72c0f2b5b04',1,'DisconnectPacket::Size()']]],
- ['size_107',['size',['../structSound_1_1RIFFChunk.html#ae4ff540fd87850f5d25ba63277aaad53',1,'Sound::RIFFChunk::size()'],['../structSound_1_1FMTChunk.html#a13bbdd29a6d01432b8797299b0de1740',1,'Sound::FMTChunk::size()']]],
- ['size_108',['Size',['../classLoadDistancePacket.html#aa0ef8cd11ffac29edc0517f72b15b90f',1,'LoadDistancePacket']]],
- ['size_109',['size',['../structBuffer_1_1CreateInfo.html#a58c558bc9d96247c556be8840d99240b',1,'Buffer::CreateInfo::size()'],['../classHitBox.html#a63004c4f5e9e4de73e676ec9731a4d4b',1,'HitBox::size()'],['../classStructureInfo.html#a97f3db4c1a93ea88a7bf83ab282eedfd',1,'StructureInfo::size()'],['../classHistory.html#ac27dd6845ca0f414017ff591e9ae4e90',1,'History::size()'],['../classThreadSafeQueue.html#ab255a078bfa2253878a2e17fd5a7a21c',1,'ThreadSafeQueue::size()'],['../classBuffer.html#a04b4ee9205e821ee7b8d8dc307c891f0',1,'Buffer::size()'],['../classIdList.html#a8dffea83014485c4baebd6d64d044c49',1,'IdList::size()']]],
- ['size_110',['Size',['../classChunkPacket.html#ac901cffc1af0d59ef38789a46799a664',1,'ChunkPacket::Size()'],['../classBlockActionPacket.html#ae8fe1333d1c242660f9bb8ec34f6e492',1,'BlockActionPacket::Size()'],['../classChunkRequestPacket.html#abbf4296b52bb71c7e9df4beef4b28582',1,'ChunkRequestPacket::Size()']]],
- ['skybox_5fcube_5fmap_111',['skybox_cube_map',['../classVulkanAPI.html#a8ed172aa7168c80fb7610bb311a386ae',1,'VulkanAPI']]],
- ['skybox_5fcube_5fmap_5fbinding_112',['SKYBOX_CUBE_MAP_BINDING',['../ShaderCommon_8hpp.html#a5a78abeb7be999b3c6445526d442765e',1,'ShaderCommon.hpp']]],
- ['skybox_5fpipeline_113',['skybox_pipeline',['../classVulkanAPI.html#a44ee7e85011c6fdb0d0c14526d1fa59c',1,'VulkanAPI']]],
- ['sneak_5fspeed_5ffactor_114',['sneak_speed_factor',['../classPlayer.html#acc1c67389d87936bfdffcc3c6e56a185',1,'Player']]],
- ['sneaking_115',['sneaking',['../classPlayer.html#a890a5185f4b2ed7cf01949557a2213ee',1,'Player']]],
- ['socket_116',['Socket',['../classSocket.html',1,'Socket'],['../classSocket.html#a7c3256c4fc6e2c603df73201049fae5a',1,'Socket::Socket()'],['../classSocket.html#aa43db7ebf14af61c781da7583c40e33d',1,'Socket::Socket(Socket &&other)'],['../classSocket.html#ab3ca3dfcd12cfbc1efc06156bb0a1d62',1,'Socket::Socket(const Socket &other)=delete']]],
- ['socket_2ecpp_117',['Socket.cpp',['../Socket_8cpp.html',1,'']]],
- ['socket_2ehpp_118',['Socket.hpp',['../Socket_8hpp.html',1,'']]],
- ['sound_119',['Sound',['../namespaceSound.html',1,'']]],
- ['sound_5ffiles_120',['sound_files',['../SoundList_8hpp.html#acba27b5af7cf67aa8cf1bb8e27b7c192',1,'SoundList.hpp']]],
- ['sound_5ffolder_121',['sound_folder',['../SoundList_8hpp.html#afd18042242c0b8b9b238efe0829ea52f',1,'SoundList.hpp']]],
- ['soundengine_2ecpp_122',['SoundEngine.cpp',['../SoundEngine_8cpp.html',1,'']]],
- ['soundengine_2ehpp_123',['SoundEngine.hpp',['../SoundEngine_8hpp.html',1,'']]],
- ['soundlist_2ehpp_124',['SoundList.hpp',['../SoundList_8hpp.html',1,'']]],
- ['soundname_125',['SoundName',['../SoundList_8hpp.html#aa20b534785857c1eee21622419d48262',1,'SoundList.hpp']]],
- ['spectator_126',['SPECTATOR',['../classPlayer.html#a72e63c4dee307c57567fe40a08bb292daad7525991fe98a3b121c1c71df633c19',1,'Player']]],
- ['sphereinfrustum_127',['sphereInFrustum',['../classViewFrustum.html#ad2e685ee3819ff90df3994df71455f80',1,'ViewFrustum']]],
- ['sprint_5fspeed_5ffactor_128',['sprint_speed_factor',['../classPlayer.html#ad1c35173486925d13e32f78eaf02e55e',1,'Player']]],
- ['sprinting_129',['sprinting',['../classPlayer.html#a5f126c4eb73164722430f85dd2e4f1d4',1,'Player']]],
- ['start_130',['start',['../classPlayerModel_1_1WalkAnimation.html#a8769e695213d8fcdc71306bafa666aae',1,'PlayerModel::WalkAnimation::start()'],['../classPlayerModel_1_1AttackAnimation.html#aa8f4caad194458f8fb23bc41473534f4',1,'PlayerModel::AttackAnimation::start()'],['../classTimer.html#a89cbcd5f86e010298f644c979fe45d06',1,'Timer::start()']]],
- ['startattack_131',['startAttack',['../classPlayer.html#a1afc183ab0030ef3fd0f76f66aa421a5',1,'Player']]],
- ['startfall_132',['startFall',['../classMob.html#ac22dcb637f80625bc1ae30edf46aec45',1,'Mob::startFall()'],['../classPlayer.html#a789d13921a74984b368b20ffd0f82680',1,'Player::startFall()']]],
- ['startjump_133',['startJump',['../classMob.html#af6f53d39cdd335a9a6252ed24e3e5156',1,'Mob::startJump()'],['../classPlayer.html#a9df196a5b35729edaeef70101461bbd8',1,'Player::startJump()']]],
- ['startuse_134',['startUse',['../classPlayer.html#a3733354eaf71b26f23344fe257c3d943',1,'Player']]],
- ['static_5fheader_5fsize_135',['STATIC_HEADER_SIZE',['../classIPacket.html#a1124b6fa7f800acce3f8ab751f53c24e',1,'IPacket']]],
- ['status_136',['status',['../classChunk.html#a46d6db3de4d66e2ba1e7fcfcdcf58918',1,'Chunk']]],
- ['status_137',['Status',['../classStatus.html',1,'Status'],['../classStatus.html#a886a0bbd1fddd534c0e17640c5a1b31a',1,'Status::Status(Status &&other)'],['../classStatus.html#a9a7b30d682d507d4aca9488ac6d6e70b',1,'Status::Status(const Status &other)'],['../classStatus.html#a944586fb328a3524805748c8f7b17f32',1,'Status::Status()']]],
- ['status_2ecpp_138',['Status.cpp',['../Status_8cpp.html',1,'']]],
- ['status_2ehpp_139',['Status.hpp',['../Status_8hpp.html',1,'']]],
- ['stb_5fimage_5fimplementation_140',['STB_IMAGE_IMPLEMENTATION',['../Image_8cpp.html#a18372412ad2fc3ce1e3240b3cf0efe78',1,'Image.cpp']]],
- ['std_141',['std',['../namespacestd.html',1,'']]],
- ['stone_142',['Stone',['../classBlockInfo.html#a45820c5fd9afbf3c099019879095db75a2ff4ab1d379832d3edee28194fb4e7b2',1,'BlockInfo']]],
- ['stoneblock_143',['StoneBlock',['../classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba3cbcd79e6f222546fb99ee953e9be064',1,'ItemInfo']]],
- ['stop_144',['stop',['../classTimer.html#abab6876b961b39fb1123ac2d700167ed',1,'Timer::stop()'],['../classPlayerModel_1_1AttackAnimation.html#a8fbefaabaf7437350a4c1b9e477257cf',1,'PlayerModel::AttackAnimation::stop()'],['../classPlayerModel_1_1WalkAnimation.html#a6d78609090f37494ed4c3499cd7f3d4f',1,'PlayerModel::WalkAnimation::stop()'],['../classServer.html#a07c45a7e101a3926d8f9685c3c5d14e4',1,'Server::stop()']]],
- ['storemesh_145',['storeMesh',['../classVulkanAPI.html#a7dbaba5ed78714b88d3f052d0b8ebc12',1,'VulkanAPI']]],
- ['str_5fblock_5fupdate_5fthread_146',['str_block_update_thread',['../tracy__globals_8hpp.html#a476c540d89d442fa24a2f1e9325cdba9',1,'str_block_update_thread(): tracy_globals.cpp'],['../tracy__globals_8cpp.html#a476c540d89d442fa24a2f1e9325cdba9',1,'str_block_update_thread(): tracy_globals.cpp']]],
- ['str_5fchunk_5falloc_147',['str_chunk_alloc',['../tracy__globals_8hpp.html#ae716eb095dadf2b0ffacd0f458b09c79',1,'tracy_globals.hpp']]],
- ['str_5fmain_5fthread_148',['str_main_thread',['../tracy__globals_8hpp.html#a3bb732a180b8a1c84118472ff9e2c111',1,'str_main_thread(): tracy_globals.cpp'],['../tracy__globals_8cpp.html#a3bb732a180b8a1c84118472ff9e2c111',1,'str_main_thread(): tracy_globals.cpp']]],
- ['str_5fnetwork_5fthread_149',['str_network_thread',['../tracy__globals_8hpp.html#a7642c091b45b4b490f4fc490abd91486',1,'str_network_thread(): tracy_globals.cpp'],['../tracy__globals_8cpp.html#a7642c091b45b4b490f4fc490abd91486',1,'str_network_thread(): tracy_globals.cpp']]],
- ['str_5frender_5fthread_150',['str_render_thread',['../tracy__globals_8hpp.html#a8e16bdf07075cd8395584764f837dc49',1,'str_render_thread(): tracy_globals.cpp'],['../tracy__globals_8cpp.html#a8e16bdf07075cd8395584764f837dc49',1,'str_render_thread(): tracy_globals.cpp']]],
- ['str_5fthread_5fpool_151',['str_thread_pool',['../tracy__globals_8cpp.html#a3e1975859a5a4da5a9bdbc6610002973',1,'str_thread_pool(): tracy_globals.cpp'],['../tracy__globals_8hpp.html#a3e1975859a5a4da5a9bdbc6610002973',1,'str_thread_pool(): tracy_globals.cpp']]],
- ['str_5fupdate_5fthread_152',['str_update_thread',['../tracy__globals_8hpp.html#ad4a40e17ef9003f521930d6b27831a4e',1,'str_update_thread(): tracy_globals.cpp'],['../tracy__globals_8cpp.html#ad4a40e17ef9003f521930d6b27831a4e',1,'str_update_thread(): tracy_globals.cpp']]],
- ['str_5fworker_5fthread_153',['str_worker_thread',['../tracy__globals_8cpp.html#acf761211ae8b8de45ce13c621a669c40',1,'str_worker_thread(): tracy_globals.cpp'],['../tracy__globals_8hpp.html#acf761211ae8b8de45ce13c621a669c40',1,'str_worker_thread(): tracy_globals.cpp']]],
- ['structureblocks_154',['StructureBlocks',['../Structures_8hpp.html#adf0198d15c1dc59c0809acee856b920f',1,'Structures.hpp']]],
- ['structureinfo_155',['StructureInfo',['../classStructureInfo.html#ac00466b0e9266018cc88e6b6dc3d5176',1,'StructureInfo::StructureInfo()'],['../classStructureInfo.html',1,'StructureInfo'],['../classStructureInfo.html#ab96936abbea7e4d3cd9ece5ca6da4f23',1,'StructureInfo::StructureInfo()']]],
- ['structures_2ecpp_156',['Structures.cpp',['../Structures_8cpp.html',1,'']]],
- ['structures_2ehpp_157',['Structures.hpp',['../Structures_8hpp.html',1,'']]],
- ['structuresinfo_158',['StructuresInfo',['../classStructuresInfo.html',1,'']]],
- ['style_20guide_159',['Style guide',['../styleguide.html',1,'']]],
- ['style_5fguide_2emd_160',['style_guide.md',['../style__guide_8md.html',1,'']]],
- ['sub_5fgraph_161',['sub_graph',['../structtest.html#a1559e6d35e11515aba30955d26cef028',1,'test']]],
- ['sub_5fgraph2_162',['sub_graph2',['../structtest.html#a4de6453bf9faa85d0150d51fcce1a629',1,'test']]],
- ['subgraph_2ehpp_163',['SubGraph.hpp',['../SubGraph_8hpp.html',1,'']]],
- ['submit_164',['submit',['../classThreadPool.html#aa5d4ece64890897782436b85a20833ab',1,'ThreadPool::submit()'],['../classThreadPoolAccessor.html#a4bbc9ae44b36476d92988c35e0c98cea',1,'ThreadPoolAccessor::submit()']]],
- ['subpass_165',['subpass',['../structPipeline_1_1CreateInfo.html#a38b345019d04b2d8f217d23bf53b0718',1,'Pipeline::CreateInfo']]],
- ['subscribe_166',['subscribe',['../classEvent_1_1Manager.html#a7adbe8b590351f11a9c9faad667784ef',1,'Event::Manager']]],
- ['succceed_167',['succceed',['../classtask_1_1Task.html#a83044d7bb143326f51569f9ca25ecc99',1,'task::Task']]],
- ['sun_5fdirection_168',['sun_direction',['../structAtmosphereParams.html#a5a52c98b638b5d3529753ea95f75722f',1,'AtmosphereParams']]],
- ['sun_5fintensity_169',['sun_intensity',['../structAtmosphereParams.html#a957378b2be87cf80e650b4dd20499df1',1,'AtmosphereParams::sun_intensity()'],['../classDebugGui.html#a03f625e08ece332495466024fcf4c76d',1,'DebugGui::sun_intensity()']]],
- ['sun_5fmatrices_5fbinding_170',['SUN_MATRICES_BINDING',['../ShaderCommon_8hpp.html#a4f0214446c2711cc677c17ad99e95eb7',1,'ShaderCommon.hpp']]],
- ['sun_5fpipeline_171',['sun_pipeline',['../classVulkanAPI.html#ac18d62a1dd41ee1d3c18d59fe7c7be99',1,'VulkanAPI']]],
- ['sun_5ftheta_172',['sun_theta',['../classDebugGui.html#a44d930c5681f0db2be1f4e9afd5451c0',1,'DebugGui']]],
- ['supportdetails_173',['SupportDetails',['../structSwapchain_1_1SupportDetails.html',1,'Swapchain']]],
- ['surface_174',['surface',['../classVulkanAPI.html#afe362f2320ed6115d2eb627efed9d530',1,'VulkanAPI']]],
- ['surface_5fformat_175',['surface_format',['../structSwapchain_1_1CreateInfo.html#a5667c3f28b3bf53704c006fad40f034c',1,'Swapchain::CreateInfo']]],
- ['survival_176',['SURVIVAL',['../classPlayer.html#a72e63c4dee307c57567fe40a08bb292da1089b25a43df6bce533f9729d6640317',1,'Player']]],
- ['swapchain_177',['Swapchain',['../classSwapchain.html#ac17a8879535f88e5ff3b4635392cefa1',1,'Swapchain::Swapchain()'],['../classSwapchain.html#a04b93a4607fdc211c3018ab02489f26f',1,'Swapchain::Swapchain(VkDevice device, VkPhysicalDevice physical_device, VkSurfaceKHR surface, CreateInfo create_info)'],['../classSwapchain.html#a30927e6bfaa0444297b3ba2958893b93',1,'Swapchain::Swapchain(const Swapchain &)=delete'],['../classSwapchain.html#a04ba7da3842a1f7da16bb854dd89d65a',1,'Swapchain::Swapchain(Swapchain &&other) noexcept'],['../classSwapchain.html',1,'Swapchain']]],
- ['swapchain_178',['swapchain',['../classSwapchain.html#a751b92128dbbe0cc199b8207a8123796',1,'Swapchain::swapchain()'],['../classVulkanAPI.html#a6605ae5a44cb5327a1633051b00cbd3f',1,'VulkanAPI::swapchain()']]],
+ ['setdisplacement_55',['SetDisplacement',['../classPlayerMovePacket.html#a139b9846419c59844079d9c5e70e64c7',1,'PlayerMovePacket']]],
+ ['setdistance_56',['SetDistance',['../classLoadDistancePacket.html#a5781293c09d1df1bce61fcb9f4e5e6d0',1,'LoadDistancePacket']]],
+ ['setgenlevel_57',['setGenLevel',['../classChunk.html#a64d6d1200c9f45e364868c113cc3c219',1,'Chunk']]],
+ ['setheight_58',['setHeight',['../classChunk.html#a9e88c41fe7ed31935b6421818e255007',1,'Chunk::setHeight(const int &x, const int &z, uint8_t height)'],['../classChunk.html#acf45e2331474e25e86cad2e6f773f51d',1,'Chunk::setHeight(const glm::ivec2 &position, uint8_t height)']]],
+ ['setid_59',['SetId',['../classPingPacket.html#aa9f35aa171aaad32531d3c0a6f2a52a8',1,'PingPacket']]],
+ ['setimagelayout_60',['setImageLayout',['../namespacevk__helper.html#a71c0f42868e6edd14e06b352890f5acc',1,'vk_helper::setImageLayout()'],['../classVulkanAPI.html#a5cf827ed1548a6c79b7c0113cf726892',1,'VulkanAPI::setImageLayout()']]],
+ ['setlevel_61',['setLevel',['../classLogger.html#ab138ded838fa6698b7e6f74f5fc57efc',1,'Logger']]],
+ ['setlight_62',['setLight',['../classChunk.html#ac842e70f81a1373857628e31beacf7d8',1,'Chunk::setLight(const int &x, const int &y, const int &z, uint8_t light)'],['../classChunk.html#a015b00eeb68702fabe799c26b021c658',1,'Chunk::setLight(const glm::ivec3 &position, uint8_t light)']]],
+ ['setloadlevel_63',['setLoadLevel',['../classChunk.html#aa72d16adb85c7fe255e3c6736475fbc4',1,'Chunk']]],
+ ['setmeshed_64',['setMeshed',['../classChunk.html#ae79fe0a5c6220712dc1d3fb321987ce3',1,'Chunk']]],
+ ['setmeshid_65',['setMeshID',['../classChunk.html#a8d912dafdab6b2d1eada1bb86240531c',1,'Chunk']]],
+ ['setmousesensitivity_66',['setMouseSensitivity',['../classSettings.html#a7c476b3924dbd1e3a2e0d9c9ba1d22b0',1,'Settings']]],
+ ['setname_67',['setName',['../classtask_1_1TaskNode.html#abe38307b52b1e8bd6715f268f988247a',1,'task::TaskNode']]],
+ ['setplayerid_68',['SetPlayerId',['../classConnectionPacket.html#ac4e67287d0606a3f6d34813f1f87a9d6',1,'ConnectionPacket::SetPlayerId()'],['../classDisconnectPacket.html#a19084e35bbdcb93101540583a3167771',1,'DisconnectPacket::SetPlayerId()'],['../classPlayerConnectedPacket.html#a1f51fc714843b6fa54610c418bba640f',1,'PlayerConnectedPacket::SetPlayerId()'],['../classPlayerMovePacket.html#a86be9502d6e19894bd2b5f460eb5237d',1,'PlayerMovePacket::SetPlayerId()']]],
+ ['setplayers_69',['SetPlayers',['../classPlayerListPacket.html#a874ad89f85a333cf7182047c867ee283',1,'PlayerListPacket']]],
+ ['setplayerticketlevel_70',['setPlayerTicketLevel',['../classServerWorld.html#aa84a0f03237c246092ece32797e80ec0',1,'ServerWorld']]],
+ ['setposition_71',['setPosition',['../classChunk.html#aa3800a303f64292a8b73e16ed44d3ed8',1,'Chunk']]],
+ ['setposition_72',['SetPosition',['../classBlockActionPacket.html#af908a3aeeb40f5f7ce6bcb8a364d9254',1,'BlockActionPacket::SetPosition()'],['../classConnectionPacket.html#a1720e2359dfb00268e3542fd7449afb9',1,'ConnectionPacket::SetPosition()'],['../classPlayerMovePacket.html#a8822f2a0e7c463496b0c000df6cb3616',1,'PlayerMovePacket::SetPosition()']]],
+ ['setrenderdistance_73',['setRenderDistance',['../classClientWorld.html#a2fb383fddc73e6dfae28fd9ec30a9b88',1,'ClientWorld']]],
+ ['sets_74',['sets',['../classDescriptor.html#a8f4272b858634993e363c43adcc1024b',1,'Descriptor']]],
+ ['setserverloaddistance_75',['setServerLoadDistance',['../classClientWorld.html#a31afbfb7599134bc3ff7b22bc334aa50',1,'ClientWorld']]],
+ ['setskylight_76',['setSkyLight',['../classChunk.html#a3858ac740a1d40c3f4905a2cc4329899',1,'Chunk::setSkyLight(const int &x, const int &y, const int &z, uint8_t light)'],['../classChunk.html#ad306c0082ca6852c1e3a1c811876dda2',1,'Chunk::setSkyLight(const glm::ivec3 &position, uint8_t light)']]],
+ ['settargetblock_77',['setTargetBlock',['../classVulkanAPI.html#a359875799bbcad56d4aee24bcafe349c',1,'VulkanAPI']]],
+ ['settimestamp_78',['setTimestamp',['../classLogger.html#a9556d57fb4b693911149599a8724b2b0',1,'Logger']]],
+ ['settings_79',['Settings',['../classSettings.html',1,'Settings'],['../classSettings.html#ab7169a6eefce79566dd07db3b1e5e967',1,'Settings::Settings()'],['../classSettings.html#ae25bcc96acb95e2bab23f2df682c9803',1,'Settings::Settings(Settings &other)=delete'],['../classSettings.html#a3235cc319f2ca06193bc5f709a3387c3',1,'Settings::Settings(Settings &&other)=delete']]],
+ ['settings_2ecpp_80',['Settings.cpp',['../Settings_8cpp.html',1,'']]],
+ ['settings_2ehpp_81',['Settings.hpp',['../Settings_8hpp.html',1,'']]],
+ ['shadercommon_2ehpp_82',['ShaderCommon.hpp',['../ShaderCommon_8hpp.html',1,'']]],
+ ['shadow_5fframebuffers_83',['shadow_framebuffers',['../classVulkanAPI.html#a8ba9123ec127e5b6314df01374b0135b',1,'VulkanAPI']]],
+ ['shadow_5fmap_5fbinding_84',['SHADOW_MAP_BINDING',['../ShaderCommon_8hpp.html#a80f5399c837fc586d14df9878f628063',1,'ShaderCommon.hpp']]],
+ ['shadow_5fmap_5fdepth_5fattachement_85',['shadow_map_depth_attachement',['../classVulkanAPI.html#a0f5fb5cf3d8332510c2e756a7fe3ef36',1,'VulkanAPI']]],
+ ['shadow_5fmap_5fmax_5fcount_86',['SHADOW_MAP_MAX_COUNT',['../ShaderCommon_8hpp.html#a25e71ed1f4801c4a36132ade5e97cf57',1,'ShaderCommon.hpp']]],
+ ['shadow_5fmap_5fsize_87',['shadow_map_size',['../classVulkanAPI.html#a6b642d35d8f0f618726f5865ab85c43d',1,'VulkanAPI']]],
+ ['shadow_5fmap_5fviews_88',['shadow_map_views',['../classVulkanAPI.html#a0fba61a127c559f891c31974ddb4927b',1,'VulkanAPI']]],
+ ['shadow_5fmaps_5fcount_89',['shadow_maps_count',['../classVulkanAPI.html#a3817cefb46cf1cc3fab6dcccd862e52a',1,'VulkanAPI']]],
+ ['shadow_5fpass_5ffinished_5fsemaphores_90',['shadow_pass_finished_semaphores',['../classVulkanAPI.html#ac41e405eb04698678e32c6380f2af93a',1,'VulkanAPI']]],
+ ['shadow_5fpipeline_91',['shadow_pipeline',['../classVulkanAPI.html#a34f25aa629476800fbf6acb0e6400d0f',1,'VulkanAPI']]],
+ ['shadow_5frender_5fpass_92',['shadow_render_pass',['../classVulkanAPI.html#adb8f28d802477d4121965de04856ddd0',1,'VulkanAPI']]],
+ ['shadowmaplight_93',['ShadowMapLight',['../structShadowMapLight.html',1,'']]],
+ ['should_5fjump_94',['should_jump',['../classMob.html#ab4c8da28fafe8aec26322e5f89069427',1,'Mob']]],
+ ['shouldclose_95',['shouldClose',['../classWindow.html#ae779be3a5327f62c5e86a3e3d8a37289',1,'Window']]],
+ ['shouldcollide_96',['shouldCollide',['../classPlayer.html#aee30f8cfd8ace63acd9534cf902aa6a4',1,'Player']]],
+ ['shouldfall_97',['shouldFall',['../classPlayer.html#a55caf512b6d6b3682b59bff8531da250',1,'Player']]],
+ ['show_5fdebug_5ftext_98',['show_debug_text',['../classVulkanAPI.html#ad43bcb9ba4a59ffdae7adcfcaff2d457',1,'VulkanAPI']]],
+ ['single_5ftime_5fcommand_5ffence_99',['single_time_command_fence',['../classVulkanAPI.html#a10a2d2c305087b878e1518437fd6ca4e',1,'VulkanAPI']]],
+ ['singletimecommand_100',['SingleTimeCommand',['../classSingleTimeCommand.html',1,'SingleTimeCommand'],['../classSingleTimeCommand.html#ae401c67cb75002cda1455476b290fcb9',1,'SingleTimeCommand::SingleTimeCommand(SingleTimeCommand &&other) noexcept'],['../classSingleTimeCommand.html#a6358df0955f5cbf379822e37286b8600',1,'SingleTimeCommand::SingleTimeCommand(const SingleTimeCommand &)=delete'],['../classSingleTimeCommand.html#a3dc2d9eb289b07c8987727d2c29fede6',1,'SingleTimeCommand::SingleTimeCommand(VkDevice device, VkCommandPool command_pool, VkQueue queue)']]],
+ ['size_101',['size',['../structBuffer_1_1CreateInfo.html#a58c558bc9d96247c556be8840d99240b',1,'Buffer::CreateInfo']]],
+ ['size_102',['Size',['../classChunkPacket.html#ac901cffc1af0d59ef38789a46799a664',1,'ChunkPacket']]],
+ ['size_103',['size',['../structSound_1_1DataChunk.html#ad8ae9d8379b298d74dac52247f08bf61',1,'Sound::DataChunk']]],
+ ['size_104',['Size',['../classConnectionPacket.html#a029517aae3f38a53392c1111637a993b',1,'ConnectionPacket::Size()'],['../classBlockActionPacket.html#ae8fe1333d1c242660f9bb8ec34f6e492',1,'BlockActionPacket::Size()']]],
+ ['size_105',['size',['../classIdList.html#a8dffea83014485c4baebd6d64d044c49',1,'IdList::size()'],['../classBuffer.html#a04b4ee9205e821ee7b8d8dc307c891f0',1,'Buffer::size()'],['../classThreadSafeQueue.html#ab255a078bfa2253878a2e17fd5a7a21c',1,'ThreadSafeQueue::size()'],['../classStructureInfo.html#a97f3db4c1a93ea88a7bf83ab282eedfd',1,'StructureInfo::size()'],['../classHitBox.html#a63004c4f5e9e4de73e676ec9731a4d4b',1,'HitBox::size()']]],
+ ['size_106',['Size',['../classChunkRequestPacket.html#abbf4296b52bb71c7e9df4beef4b28582',1,'ChunkRequestPacket::Size()'],['../classChunkUnloadPacket.html#adcb68623645b784e3794c6e00998cf3d',1,'ChunkUnloadPacket::Size()']]],
+ ['size_107',['size',['../classHistory.html#ac27dd6845ca0f414017ff591e9ae4e90',1,'History']]],
+ ['size_108',['Size',['../classDisconnectPacket.html#a0a2bfeb980d50e0c4b16e72c0f2b5b04',1,'DisconnectPacket::Size()'],['../classIPacket.html#ae77519d0f578a7710a6b5b7b25126ea3',1,'IPacket::Size()'],['../classLoadDistancePacket.html#aa0ef8cd11ffac29edc0517f72b15b90f',1,'LoadDistancePacket::Size()'],['../classPingPacket.html#a072672d4fafd4763a3513a63a473aa1d',1,'PingPacket::Size()'],['../classPlayerConnectedPacket.html#acafe9882606b8e7498c6fc82b5777c7a',1,'PlayerConnectedPacket::Size()'],['../classPlayerListPacket.html#af91646b9404fdefd6b6db3eb664c7b5f',1,'PlayerListPacket::Size()'],['../classPlayerMovePacket.html#aa68b459e03702ff467096ef3ccf7f4c8',1,'PlayerMovePacket::Size()']]],
+ ['size_109',['size',['../structSound_1_1RIFFChunk.html#ae4ff540fd87850f5d25ba63277aaad53',1,'Sound::RIFFChunk::size()'],['../structSound_1_1FMTChunk.html#a13bbdd29a6d01432b8797299b0de1740',1,'Sound::FMTChunk::size()']]],
+ ['skybox_5fcube_5fmap_110',['skybox_cube_map',['../classVulkanAPI.html#a8ed172aa7168c80fb7610bb311a386ae',1,'VulkanAPI']]],
+ ['skybox_5fcube_5fmap_5fbinding_111',['SKYBOX_CUBE_MAP_BINDING',['../ShaderCommon_8hpp.html#a5a78abeb7be999b3c6445526d442765e',1,'ShaderCommon.hpp']]],
+ ['skybox_5fpipeline_112',['skybox_pipeline',['../classVulkanAPI.html#a44ee7e85011c6fdb0d0c14526d1fa59c',1,'VulkanAPI']]],
+ ['sneak_5fspeed_5ffactor_113',['sneak_speed_factor',['../classPlayer.html#acc1c67389d87936bfdffcc3c6e56a185',1,'Player']]],
+ ['sneaking_114',['sneaking',['../classPlayer.html#a890a5185f4b2ed7cf01949557a2213ee',1,'Player']]],
+ ['socket_115',['Socket',['../classSocket.html#a7c3256c4fc6e2c603df73201049fae5a',1,'Socket::Socket()'],['../classSocket.html#aa43db7ebf14af61c781da7583c40e33d',1,'Socket::Socket(Socket &&other)'],['../classSocket.html',1,'Socket'],['../classSocket.html#ab3ca3dfcd12cfbc1efc06156bb0a1d62',1,'Socket::Socket()']]],
+ ['socket_2ecpp_116',['Socket.cpp',['../Socket_8cpp.html',1,'']]],
+ ['socket_2ehpp_117',['Socket.hpp',['../Socket_8hpp.html',1,'']]],
+ ['sound_118',['Sound',['../namespaceSound.html',1,'']]],
+ ['sound_5ffiles_119',['sound_files',['../SoundList_8hpp.html#acba27b5af7cf67aa8cf1bb8e27b7c192',1,'SoundList.hpp']]],
+ ['sound_5ffolder_120',['sound_folder',['../SoundList_8hpp.html#afd18042242c0b8b9b238efe0829ea52f',1,'SoundList.hpp']]],
+ ['soundengine_2ecpp_121',['SoundEngine.cpp',['../SoundEngine_8cpp.html',1,'']]],
+ ['soundengine_2ehpp_122',['SoundEngine.hpp',['../SoundEngine_8hpp.html',1,'']]],
+ ['soundlist_2ehpp_123',['SoundList.hpp',['../SoundList_8hpp.html',1,'']]],
+ ['soundname_124',['SoundName',['../SoundList_8hpp.html#aa20b534785857c1eee21622419d48262',1,'SoundList.hpp']]],
+ ['spectator_125',['SPECTATOR',['../classPlayer.html#a72e63c4dee307c57567fe40a08bb292daad7525991fe98a3b121c1c71df633c19',1,'Player']]],
+ ['sphereinfrustum_126',['sphereInFrustum',['../classViewFrustum.html#ad2e685ee3819ff90df3994df71455f80',1,'ViewFrustum']]],
+ ['sprint_5fspeed_5ffactor_127',['sprint_speed_factor',['../classPlayer.html#ad1c35173486925d13e32f78eaf02e55e',1,'Player']]],
+ ['sprinting_128',['sprinting',['../classPlayer.html#a5f126c4eb73164722430f85dd2e4f1d4',1,'Player']]],
+ ['start_129',['start',['../classPlayerModel_1_1WalkAnimation.html#a8769e695213d8fcdc71306bafa666aae',1,'PlayerModel::WalkAnimation::start()'],['../classPlayerModel_1_1AttackAnimation.html#aa8f4caad194458f8fb23bc41473534f4',1,'PlayerModel::AttackAnimation::start()'],['../classTimer.html#a89cbcd5f86e010298f644c979fe45d06',1,'Timer::start()']]],
+ ['startattack_130',['startAttack',['../classPlayer.html#a1afc183ab0030ef3fd0f76f66aa421a5',1,'Player']]],
+ ['startfall_131',['startFall',['../classMob.html#ac22dcb637f80625bc1ae30edf46aec45',1,'Mob::startFall()'],['../classPlayer.html#a789d13921a74984b368b20ffd0f82680',1,'Player::startFall()']]],
+ ['startjump_132',['startJump',['../classMob.html#af6f53d39cdd335a9a6252ed24e3e5156',1,'Mob::startJump()'],['../classPlayer.html#a9df196a5b35729edaeef70101461bbd8',1,'Player::startJump()']]],
+ ['startuse_133',['startUse',['../classPlayer.html#a3733354eaf71b26f23344fe257c3d943',1,'Player']]],
+ ['static_5fheader_5fsize_134',['STATIC_HEADER_SIZE',['../classIPacket.html#a1124b6fa7f800acce3f8ab751f53c24e',1,'IPacket']]],
+ ['status_135',['status',['../classChunk.html#a46d6db3de4d66e2ba1e7fcfcdcf58918',1,'Chunk']]],
+ ['status_136',['Status',['../classStatus.html',1,'Status'],['../classStatus.html#a886a0bbd1fddd534c0e17640c5a1b31a',1,'Status::Status(Status &&other)'],['../classStatus.html#a9a7b30d682d507d4aca9488ac6d6e70b',1,'Status::Status(const Status &other)'],['../classStatus.html#a944586fb328a3524805748c8f7b17f32',1,'Status::Status()']]],
+ ['status_2ecpp_137',['Status.cpp',['../Status_8cpp.html',1,'']]],
+ ['status_2ehpp_138',['Status.hpp',['../Status_8hpp.html',1,'']]],
+ ['stb_5fimage_5fimplementation_139',['STB_IMAGE_IMPLEMENTATION',['../Image_8cpp.html#a18372412ad2fc3ce1e3240b3cf0efe78',1,'Image.cpp']]],
+ ['std_140',['std',['../namespacestd.html',1,'']]],
+ ['stone_141',['Stone',['../classBlockInfo.html#a45820c5fd9afbf3c099019879095db75a2ff4ab1d379832d3edee28194fb4e7b2',1,'BlockInfo']]],
+ ['stoneblock_142',['StoneBlock',['../classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba3cbcd79e6f222546fb99ee953e9be064',1,'ItemInfo']]],
+ ['stop_143',['stop',['../classPlayerModel_1_1AttackAnimation.html#a8fbefaabaf7437350a4c1b9e477257cf',1,'PlayerModel::AttackAnimation::stop()'],['../classTimer.html#abab6876b961b39fb1123ac2d700167ed',1,'Timer::stop()'],['../classPlayerModel_1_1WalkAnimation.html#a6d78609090f37494ed4c3499cd7f3d4f',1,'PlayerModel::WalkAnimation::stop()'],['../classServer.html#a07c45a7e101a3926d8f9685c3c5d14e4',1,'Server::stop()']]],
+ ['storemesh_144',['storeMesh',['../classVulkanAPI.html#a7dbaba5ed78714b88d3f052d0b8ebc12',1,'VulkanAPI']]],
+ ['str_5fblock_5fupdate_5fthread_145',['str_block_update_thread',['../tracy__globals_8cpp.html#a476c540d89d442fa24a2f1e9325cdba9',1,'str_block_update_thread(): tracy_globals.cpp'],['../tracy__globals_8hpp.html#a476c540d89d442fa24a2f1e9325cdba9',1,'str_block_update_thread(): tracy_globals.cpp']]],
+ ['str_5fchunk_5falloc_146',['str_chunk_alloc',['../tracy__globals_8hpp.html#ae716eb095dadf2b0ffacd0f458b09c79',1,'tracy_globals.hpp']]],
+ ['str_5fmain_5fthread_147',['str_main_thread',['../tracy__globals_8hpp.html#a3bb732a180b8a1c84118472ff9e2c111',1,'str_main_thread(): tracy_globals.cpp'],['../tracy__globals_8cpp.html#a3bb732a180b8a1c84118472ff9e2c111',1,'str_main_thread(): tracy_globals.cpp']]],
+ ['str_5fnetwork_5fthread_148',['str_network_thread',['../tracy__globals_8hpp.html#a7642c091b45b4b490f4fc490abd91486',1,'str_network_thread(): tracy_globals.cpp'],['../tracy__globals_8cpp.html#a7642c091b45b4b490f4fc490abd91486',1,'str_network_thread(): tracy_globals.cpp']]],
+ ['str_5frender_5fthread_149',['str_render_thread',['../tracy__globals_8hpp.html#a8e16bdf07075cd8395584764f837dc49',1,'str_render_thread(): tracy_globals.cpp'],['../tracy__globals_8cpp.html#a8e16bdf07075cd8395584764f837dc49',1,'str_render_thread(): tracy_globals.cpp']]],
+ ['str_5fthread_5fpool_150',['str_thread_pool',['../tracy__globals_8cpp.html#a3e1975859a5a4da5a9bdbc6610002973',1,'str_thread_pool(): tracy_globals.cpp'],['../tracy__globals_8hpp.html#a3e1975859a5a4da5a9bdbc6610002973',1,'str_thread_pool(): tracy_globals.cpp']]],
+ ['str_5fupdate_5fthread_151',['str_update_thread',['../tracy__globals_8hpp.html#ad4a40e17ef9003f521930d6b27831a4e',1,'str_update_thread(): tracy_globals.cpp'],['../tracy__globals_8cpp.html#ad4a40e17ef9003f521930d6b27831a4e',1,'str_update_thread(): tracy_globals.cpp']]],
+ ['str_5fworker_5fthread_152',['str_worker_thread',['../tracy__globals_8cpp.html#acf761211ae8b8de45ce13c621a669c40',1,'str_worker_thread(): tracy_globals.cpp'],['../tracy__globals_8hpp.html#acf761211ae8b8de45ce13c621a669c40',1,'str_worker_thread(): tracy_globals.cpp']]],
+ ['structureblocks_153',['StructureBlocks',['../Structures_8hpp.html#adf0198d15c1dc59c0809acee856b920f',1,'Structures.hpp']]],
+ ['structureinfo_154',['StructureInfo',['../classStructureInfo.html#ac00466b0e9266018cc88e6b6dc3d5176',1,'StructureInfo::StructureInfo(const Type &type, const glm::ivec3 &size, const std::vector< std::vector< std::vector< BlockInfo::Type > > > &blocks)'],['../classStructureInfo.html#ab96936abbea7e4d3cd9ece5ca6da4f23',1,'StructureInfo::StructureInfo()=delete'],['../classStructureInfo.html',1,'StructureInfo']]],
+ ['structures_2ecpp_155',['Structures.cpp',['../Structures_8cpp.html',1,'']]],
+ ['structures_2ehpp_156',['Structures.hpp',['../Structures_8hpp.html',1,'']]],
+ ['structuresinfo_157',['StructuresInfo',['../classStructuresInfo.html',1,'']]],
+ ['style_20guide_158',['Style guide',['../styleguide.html',1,'']]],
+ ['style_5fguide_2emd_159',['style_guide.md',['../style__guide_8md.html',1,'']]],
+ ['sub_5fgraph_160',['sub_graph',['../structtest.html#a1559e6d35e11515aba30955d26cef028',1,'test']]],
+ ['sub_5fgraph2_161',['sub_graph2',['../structtest.html#a4de6453bf9faa85d0150d51fcce1a629',1,'test']]],
+ ['subgraph_2ehpp_162',['SubGraph.hpp',['../SubGraph_8hpp.html',1,'']]],
+ ['submit_163',['submit',['../classThreadPool.html#aa5d4ece64890897782436b85a20833ab',1,'ThreadPool::submit()'],['../classThreadPoolAccessor.html#a4bbc9ae44b36476d92988c35e0c98cea',1,'ThreadPoolAccessor::submit()']]],
+ ['subpass_164',['subpass',['../structPipeline_1_1CreateInfo.html#a38b345019d04b2d8f217d23bf53b0718',1,'Pipeline::CreateInfo']]],
+ ['subscribe_165',['subscribe',['../classEvent_1_1Manager.html#a7adbe8b590351f11a9c9faad667784ef',1,'Event::Manager']]],
+ ['succceed_166',['succceed',['../classtask_1_1Task.html#a83044d7bb143326f51569f9ca25ecc99',1,'task::Task']]],
+ ['sun_5fdirection_167',['sun_direction',['../structAtmosphereParams.html#a5a52c98b638b5d3529753ea95f75722f',1,'AtmosphereParams']]],
+ ['sun_5fintensity_168',['sun_intensity',['../structAtmosphereParams.html#a957378b2be87cf80e650b4dd20499df1',1,'AtmosphereParams::sun_intensity()'],['../classDebugGui.html#a03f625e08ece332495466024fcf4c76d',1,'DebugGui::sun_intensity()']]],
+ ['sun_5fmatrices_5fbinding_169',['SUN_MATRICES_BINDING',['../ShaderCommon_8hpp.html#a4f0214446c2711cc677c17ad99e95eb7',1,'ShaderCommon.hpp']]],
+ ['sun_5fpipeline_170',['sun_pipeline',['../classVulkanAPI.html#ac18d62a1dd41ee1d3c18d59fe7c7be99',1,'VulkanAPI']]],
+ ['sun_5ftheta_171',['sun_theta',['../classDebugGui.html#a44d930c5681f0db2be1f4e9afd5451c0',1,'DebugGui']]],
+ ['supportdetails_172',['SupportDetails',['../structSwapchain_1_1SupportDetails.html',1,'Swapchain']]],
+ ['surface_173',['surface',['../classVulkanAPI.html#afe362f2320ed6115d2eb627efed9d530',1,'VulkanAPI']]],
+ ['surface_5fformat_174',['surface_format',['../structSwapchain_1_1CreateInfo.html#a5667c3f28b3bf53704c006fad40f034c',1,'Swapchain::CreateInfo']]],
+ ['survival_175',['SURVIVAL',['../classPlayer.html#a72e63c4dee307c57567fe40a08bb292da1089b25a43df6bce533f9729d6640317',1,'Player']]],
+ ['swapchain_176',['Swapchain',['../classSwapchain.html#a30927e6bfaa0444297b3ba2958893b93',1,'Swapchain::Swapchain(const Swapchain &)=delete'],['../classSwapchain.html#a04ba7da3842a1f7da16bb854dd89d65a',1,'Swapchain::Swapchain(Swapchain &&other) noexcept']]],
+ ['swapchain_177',['swapchain',['../classSwapchain.html#a751b92128dbbe0cc199b8207a8123796',1,'Swapchain::swapchain()'],['../classVulkanAPI.html#a6605ae5a44cb5327a1633051b00cbd3f',1,'VulkanAPI::swapchain()']]],
+ ['swapchain_178',['Swapchain',['../classSwapchain.html',1,'Swapchain'],['../classSwapchain.html#ac17a8879535f88e5ff3b4635392cefa1',1,'Swapchain::Swapchain()'],['../classSwapchain.html#a04b93a4607fdc211c3018ab02489f26f',1,'Swapchain::Swapchain(VkDevice device, VkPhysicalDevice physical_device, VkSurfaceKHR surface, CreateInfo create_info)']]],
['swapchain_2ecpp_179',['Swapchain.cpp',['../Swapchain_8cpp.html',1,'']]],
['swapchain_2ehpp_180',['Swapchain.hpp',['../Swapchain_8hpp.html',1,'']]],
['swimming_181',['swimming',['../classPlayer.html#a1ce76a62694de65a9f47e2b6ebda3725',1,'Player']]]
diff --git a/search/all_13.js b/search/all_13.js
index d035959b..b03db751 100644
--- a/search/all_13.js
+++ b/search/all_13.js
@@ -2,90 +2,91 @@ var searchData=
[
['executor_0',['Executor',['../classtask_1_1TaskGraph.html#a81f67349264e5bc044c99a4a96839a09',1,'task::TaskGraph::Executor()'],['../classtask_1_1TaskNode.html#a81f67349264e5bc044c99a4a96839a09',1,'task::TaskNode::Executor()']]],
['target_5fposition_1',['target_position',['../classMob.html#a8e114e26647e69bb98ffc68f488175fd',1,'Mob']]],
- ['targetblock_2',['targetBlock',['../classWorldScene.html#aba9acd92f94920f1ee870a735b38b0c8',1,'WorldScene']]],
+ ['targetblock_2',['targetBlock',['../classVulkanAPI.html#ae911ac7050a57a619c7ac8e976555c17',1,'VulkanAPI']]],
['targeted_5fblock_3',['targeted_block',['../classPlayer.html#a7fbacb030211a06f1342a56603b51802',1,'Player']]],
- ['task_4',['Task',['../classtask_1_1Task.html#af363c2f19d29876ed99c71ffa1396384',1,'task::Task::Task(Task &&)=default'],['../classtask_1_1Task.html#af8b9d9d1fa1d978a806920bcb082c5c4',1,'task::Task::Task(const Task &)=default'],['../classtask_1_1Task.html#a960def67cc8e9a37111d12783b4365d8',1,'task::Task::Task(TaskNode *node)']]],
- ['task_5',['task',['../structtask_1_1Executor_1_1info_1_1AsyncInfo.html#a230e21ecd4d7e2fa4498cbfb84f066b2',1,'task::Executor::info::AsyncInfo::task()'],['../namespacetask.html',1,'task']]],
- ['task_6',['Task',['../classtask_1_1Task.html',1,'task']]],
- ['task_20dependency_20_28_20wip_20_29_7',['Task Dependency ( WIP )',['../taskDep.html',1,'']]],
- ['task_2ehpp_8',['Task.hpp',['../Task_8hpp.html',1,'']]],
- ['task_5fdeclarations_2ehpp_9',['task_declarations.hpp',['../task__declarations_8hpp.html',1,'']]],
- ['task_5fdependecy_2emd_10',['task_dependecy.md',['../task__dependecy_8md.html',1,'']]],
- ['taskgraph_11',['TaskGraph',['../classtask_1_1TaskGraph.html',1,'task::TaskGraph'],['../classtask_1_1Executor.html#a77eb4e04900b9ae67d00ef7a589cb623',1,'task::Executor::TaskGraph()'],['../classtask_1_1TaskNode.html#a77eb4e04900b9ae67d00ef7a589cb623',1,'task::TaskNode::TaskGraph()'],['../classtask_1_1TaskGraph.html#a3e79f4f16f74cfc9c366a20c4c54b31d',1,'task::TaskGraph::TaskGraph(Private)'],['../classtask_1_1TaskGraph.html#a4af587e77a0b9263c24c18df12ad507b',1,'task::TaskGraph::TaskGraph(const TaskGraph &)=delete'],['../classtask_1_1TaskGraph.html#a1ecaff24ec7e1f5ec53658c706fbf766',1,'task::TaskGraph::TaskGraph(TaskGraph &&)=default']]],
- ['taskgraph_2ehpp_12',['TaskGraph.hpp',['../TaskGraph_8hpp.html',1,'']]],
- ['tasknode_13',['TaskNode',['../classtask_1_1TaskNode.html',1,'task::TaskNode'],['../classtask_1_1TaskNode.html#ae2b4c3366b73db481be84ca7354312f3',1,'task::TaskNode::TaskNode()'],['../classtask_1_1Executor.html#a824d06144dba1864607539d9945bc4ea',1,'task::Executor::TaskNode()'],['../classtask_1_1TaskGraph.html#a824d06144dba1864607539d9945bc4ea',1,'task::TaskGraph::TaskNode()'],['../classtask_1_1TaskNode.html#a5cb26ba75f9c281e82e3216f1344818e',1,'task::TaskNode::TaskNode(std::shared_ptr< TaskGraph > graph, std::function< void()> task)'],['../classtask_1_1TaskNode.html#a2ab75aa1bb8986d10eed0264447e3e96',1,'task::TaskNode::TaskNode(std::shared_ptr< TaskGraph > host_graph, std::shared_ptr< TaskGraph > composed_graph)'],['../classtask_1_1TaskNode.html#ac8ee25b585a7d43b760eb44dac68610a',1,'task::TaskNode::TaskNode(const TaskNode &)=delete']]],
- ['tasknotfromsamegrapherror_14',['TaskNotFromSameGraphError',['../classtask_1_1TaskNotFromSameGraphError.html',1,'task::TaskNotFromSameGraphError'],['../classtask_1_1TaskNotFromSameGraphError.html#a012aa2a3ba5292d639cd51b4d1a31a8f',1,'task::TaskNotFromSameGraphError::TaskNotFromSameGraphError()']]],
- ['tasks_2ehpp_15',['tasks.hpp',['../tasks_8hpp.html',1,'']]],
- ['temperature_16',['temperature',['../classDebugGui.html#ad14189f2435aa61278f3197d36ce3723',1,'DebugGui::temperature()'],['../structChunk_1_1biomeInfo.html#a9ac660e50020007e05fafeecefde79eb',1,'Chunk::biomeInfo::temperature()']]],
- ['temperature_5ftexture_5fid_17',['temperature_texture_id',['../classDebugGui.html#a86e9346da0e2689b6edb1258a906aa0f',1,'DebugGui']]],
- ['test_18',['test',['../structtest.html#ab42d5ece712d716b04cb3f686f297a26',1,'test::test()'],['../structtest.html',1,'test']]],
- ['test_5fimage_5fbinding_19',['TEST_IMAGE_BINDING',['../ShaderCommon_8hpp.html#ae979ee6a28e7f44cecd7fbca1765bd84',1,'ShaderCommon.hpp']]],
- ['test_5fimage_5fpipeline_20',['test_image_pipeline',['../classVulkanAPI.html#ae8f0c464acae09cabfc3631aaa50304a',1,'VulkanAPI']]],
- ['testperlin_2ecpp_21',['testPerlin.cpp',['../testPerlin_8cpp.html',1,'']]],
- ['tex_5fcoord_22',['tex_coord',['../structObjVertex.html#ab8073007896fa42bf33f2e131f677257',1,'ObjVertex::tex_coord()'],['../structItemVertex.html#a116e03266fce4a602787dddf984441f1',1,'ItemVertex::tex_coord()']]],
- ['texcoord_23',['texCoord',['../structPlayerModel_1_1Vertex.html#a777d47bbc74d96ce2890ad99c89c31ef',1,'PlayerModel::Vertex']]],
- ['texcoordindex_24',['texCoordIndex',['../structFace.html#ac3aca04b695727e2d43e62f2ddbe876b',1,'Face']]],
- ['text_5frenderer_25',['text_renderer',['../classVulkanAPI.html#a45b5513ed644a7d06f561c664a2f60ed',1,'VulkanAPI']]],
- ['textrenderer_26',['TextRenderer',['../classTextRenderer.html#a2ffb5baddcc264fbaccda8fb7c660814',1,'TextRenderer::TextRenderer()'],['../classTextRenderer.html',1,'TextRenderer']]],
- ['textrenderer_2ecpp_27',['TextRenderer.cpp',['../TextRenderer_8cpp.html',1,'']]],
- ['textrenderer_2ehpp_28',['TextRenderer.hpp',['../TextRenderer_8hpp.html',1,'']]],
- ['texture_29',['texture',['../classBlockInfo.html#aac1d220c6dabfdebeb508f075daa3b12',1,'BlockInfo']]],
- ['texture_5findex_30',['texture_index',['../structItemVertex.html#ac7f27d1c8ccd852254ae7004510fa088',1,'ItemVertex']]],
- ['texture_5fnames_31',['texture_names',['../classBlockInfo.html#a2995c4f043a7dfbbd79400fc0c2f43b7',1,'BlockInfo']]],
- ['textureid_32',['TextureID',['../Block_8hpp.html#a89c717f0912ef81a8573e40d87a93519',1,'Block.hpp']]],
- ['third_5fperson_5fback_33',['THIRD_PERSON_BACK',['../classPlayer.html#aa770f15c63b567db9bea9ed9e88fd2c8a5ab0e529c894afbf4bc850f1122df09b',1,'Player']]],
- ['thread_2emd_34',['thread.md',['../thread_8md.html',1,'']]],
- ['threadpool_35',['ThreadPool',['../classThreadPool.html',1,'']]],
- ['threadpool_2ecpp_36',['ThreadPool.cpp',['../ThreadPool_8cpp.html',1,'']]],
- ['threadpool_2ehpp_37',['ThreadPool.hpp',['../ThreadPool_8hpp.html',1,'']]],
- ['threadpoolaccessor_38',['ThreadPoolAccessor',['../classThreadPoolAccessor.html#afe55eaa8b12e2a3d378f5dc4fefbc44a',1,'ThreadPoolAccessor::ThreadPoolAccessor(ThreadPoolAccessor &&)=delete'],['../classThreadPoolAccessor.html#ad420951c3577df1d129a3b0fd0686a17',1,'ThreadPoolAccessor::ThreadPoolAccessor(const ThreadPoolAccessor &)=delete'],['../classThreadPoolAccessor.html#af805e41ac094b27aef3ba1bf48a11813',1,'ThreadPoolAccessor::ThreadPoolAccessor()'],['../classThreadPoolAccessor.html',1,'ThreadPoolAccessor']]],
- ['threadpoolaccessor_2ecpp_39',['ThreadPoolAccessor.cpp',['../ThreadPoolAccessor_8cpp.html',1,'']]],
- ['threadpoolaccessor_2ehpp_40',['ThreadPoolAccessor.hpp',['../ThreadPoolAccessor_8hpp.html',1,'']]],
- ['threads_20architecture_41',['Threads Architecture',['../threads.html',1,'']]],
- ['threadsafequeue_42',['ThreadSafeQueue',['../classThreadSafeQueue.html',1,'ThreadSafeQueue< T >'],['../classThreadSafeQueue.html#ac7bece91279b51d03f80d7a9870ba4ca',1,'ThreadSafeQueue::ThreadSafeQueue(ThreadSafeQueue &&other)'],['../classThreadSafeQueue.html#a0f3f492104e38b019a5e1a74647cec39',1,'ThreadSafeQueue::ThreadSafeQueue(const ThreadSafeQueue &other)=delete'],['../classThreadSafeQueue.html#a06e14823003cc9b5d9e9151380077f08',1,'ThreadSafeQueue::ThreadSafeQueue()']]],
- ['threadsafequeue_2ehpp_43',['ThreadSafeQueue.hpp',['../ThreadSafeQueue_8hpp.html',1,'']]],
- ['threadsafequeue_3c_20server_3a_3asendinfo_20_3e_44',['ThreadSafeQueue< Server::sendInfo >',['../classThreadSafeQueue.html',1,'']]],
- ['threadsafequeue_3c_20std_3a_3ashared_5fptr_3c_20ipacket_20_3e_20_3e_45',['ThreadSafeQueue< std::shared_ptr< IPacket > >',['../classThreadSafeQueue.html',1,'']]],
- ['throw_5fcheck_46',['THROW_CHECK',['../TextRenderer_8hpp.html#a3ab7cf82226d7b4f31da0763e6e6d026',1,'TextRenderer.hpp']]],
- ['ticket_47',['Ticket',['../structServerWorld_1_1Ticket.html',1,'ServerWorld']]],
- ['ticketmultimap_48',['TicketMultiMap',['../classServerWorld.html#a2734abb3a43b9347baa9be53e8093bda',1,'ServerWorld']]],
- ['tiling_49',['tiling',['../structImage_1_1CreateInfo.html#a3020f400addaf0b3295127255819ec20',1,'Image::CreateInfo']]],
- ['time_5fsince_5fstart_50',['time_since_start',['../classPlayerModel_1_1WalkAnimation.html#aa5f60eb5331dcab063cd53d7c68aa0ad',1,'PlayerModel::WalkAnimation::time_since_start()'],['../classPlayerModel_1_1AttackAnimation.html#a2a44bbe1541a2b720876b2467d43494a',1,'PlayerModel::AttackAnimation::time_since_start()']]],
- ['timer_51',['Timer',['../classTimer.html',1,'Timer< ChronoCount, HistorySize >'],['../classTimer.html#a8e2163a0e4f62d15b2056d5d79524691',1,'Timer::Timer()']]],
- ['timer_2ehpp_52',['Timer.hpp',['../Timer_8hpp.html',1,'']]],
- ['tobiomecoord_53',['toBiomeCoord',['../classChunk.html#a0ffa7803fda9e99aaad3b7afe6357f53',1,'Chunk']]],
- ['tobiomeindex_54',['toBiomeIndex',['../classChunk.html#aa5e438c8e38c6b8d3c33e567f52d582d',1,'Chunk::toBiomeIndex(const glm::ivec2 &position)'],['../classChunk.html#ad3dbd7872ba91148c053e8f2b5951904',1,'Chunk::toBiomeIndex(int x, int z)']]],
- ['tocoord_55',['toCoord',['../classChunk.html#a17db6bae975e96ac6ee8ad02f8978a6e',1,'Chunk']]],
- ['toheightindex_56',['toHeightIndex',['../classChunk.html#aeee994ae760a83c4a999632dffb55cd4',1,'Chunk::toHeightIndex(const int &x, const int &z)'],['../classChunk.html#a79d63021eb272d8ed18fe96a669c3954',1,'Chunk::toHeightIndex(const glm::ivec2 &position)']]],
- ['toindex_57',['toIndex',['../classChunk.html#a3c67283dce20bb8ece67cb85e6eb4dd7',1,'Chunk']]],
- ['toolbar_5fcursor_58',['toolbar_cursor',['../classPlayer.html#a50c627af08b58cc3435671d583afa0a4',1,'Player']]],
- ['toolbar_5fcursor_5fimage_59',['toolbar_cursor_image',['../classVulkanAPI.html#a4e6e94b0fbb586cf525cd2aef1e72d3c',1,'VulkanAPI']]],
- ['toolbar_5fcursor_5fimage_5fdescriptor_60',['toolbar_cursor_image_descriptor',['../classVulkanAPI.html#ad01323e85880b8de8edb76aff86c8f57',1,'VulkanAPI']]],
- ['toolbar_5fcursor_5findex_61',['toolbar_cursor_index',['../classWorldScene.html#af4c1baa7200142d73a36afca4d440905',1,'WorldScene']]],
- ['toolbar_5fimage_62',['toolbar_image',['../classVulkanAPI.html#a706d2eb8e6ae954906b5822f4cc6e5e9',1,'VulkanAPI']]],
- ['toolbar_5fimage_5fdescriptor_63',['toolbar_image_descriptor',['../classVulkanAPI.html#a9fd2ce82f81a14307893a7140f142325',1,'VulkanAPI']]],
- ['toolbar_5fitems_64',['toolbar_items',['../classWorldScene.html#a4daf1c8bf26318c7882cd540f28c9536',1,'WorldScene::toolbar_items()'],['../classPlayer.html#a52f0375ccfff72f62197c9c0b4df8bc7',1,'Player::toolbar_items()']]],
- ['toolbar_5fitems_5fmutex_65',['toolbar_items_mutex',['../classWorldScene.html#aad5b6063a77a929054759c27291a8b88',1,'WorldScene']]],
- ['topology_66',['topology',['../structPipeline_1_1CreateInfo.html#afadf397780e7d6489b9fa660069805f4',1,'Pipeline::CreateInfo']]],
- ['trace_67',['TRACE',['../classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fa8a60917dff9a8d8ae408cf3d4db1bd90',1,'Logger']]],
- ['tracy_5fglobals_2ecpp_68',['tracy_globals.cpp',['../tracy__globals_8cpp.html',1,'']]],
- ['tracy_5fglobals_2ehpp_69',['tracy_globals.hpp',['../tracy__globals_8hpp.html',1,'']]],
- ['tracylockablen_70',['TracyLockableN',['../classVulkanAPI.html#a67280ce7321d0f8a1d38365332a081a7',1,'VulkanAPI::TracyLockableN(std::mutex, global_mutex, "Vulkan Global Mutex")'],['../classVulkanAPI.html#a1fb46af26d8e1da6db861ba020de561e',1,'VulkanAPI::TracyLockableN(std::mutex, imgui_textures_mutex, "Vulkan Imgui Texture Mutex")'],['../classVulkanAPI.html#acaff5cd787c82103f731214aeeda369f',1,'VulkanAPI::TracyLockableN(std::mutex, transfer_operation_mutex, "Vulkan Transfer Operation")'],['../classWorldScene.html#a9ac4be621afef099e56afdbb6e08510f',1,'WorldScene::TracyLockableN()'],['../classVulkanAPI.html#a14fc68160346c09d0e62bef752f91300',1,'VulkanAPI::TracyLockableN()'],['../classWorld.html#a2aceeb77eacb247872f3c3a1b422cd15',1,'World::TracyLockableN(std::mutex, m_chunks_mutex, "Chunks")'],['../classWorld.html#a456108e02a2cf121c20b3436d293614a',1,'World::TracyLockableN(std::mutex, m_mobs_mutex, "Mobs")'],['../classWorld.html#a4430c3b7f548d58f0aa64deabf26357c',1,'World::TracyLockableN(std::mutex, m_players_mutex, "Players")'],['../classPlayer.html#afda6980b5f15ef154c0d3ba057a36819',1,'Player::TracyLockableN()'],['../classMob.html#a16f0274ece9dfd089a77327944df35c8',1,'Mob::TracyLockableN()']]],
- ['transfer_5fcommand_5fbuffers_71',['transfer_command_buffers',['../classVulkanAPI.html#a77a5993a4ce2374bb9c920a52476a669',1,'VulkanAPI']]],
- ['transfer_5fcommand_5fpool_72',['transfer_command_pool',['../classVulkanAPI.html#a3f4d479c32e0010b49c8400eb96340ab',1,'VulkanAPI']]],
- ['transfer_5ffamily_73',['transfer_family',['../structQueueFamilyIndices.html#a44f40b1ee7642edba5edcf8c7da9a8f7',1,'QueueFamilyIndices']]],
- ['transfer_5fqueue_74',['transfer_queue',['../classVulkanAPI.html#a0517937337ae0b3ad6e147526be0d960',1,'VulkanAPI']]],
- ['transform_75',['transform',['../classMob.html#ae5fea291d4689996bdf6a86b06396c44',1,'Mob::transform()'],['../classPlayer.html#a2bbab5a2f0739cb231d161e9ed479b9d',1,'Player::transform()']]],
- ['transform_76',['Transform',['../classTransform.html#af696e75facb2a07a842e7a28b14f3665',1,'Transform::Transform()'],['../classTransform.html',1,'Transform']]],
- ['transform_2ehpp_77',['Transform.hpp',['../Transform_8hpp.html',1,'']]],
- ['transitionimagelayout_78',['transitionImageLayout',['../classVulkanAPI.html#a48f6b428d99ea240a6ebdc1ad4dba0cd',1,'VulkanAPI']]],
- ['transitionlayout_79',['transitionLayout',['../classImage.html#accc61110a5c1048242212d482c63f5c8',1,'Image']]],
- ['translate_80',['translate',['../classMat4.html#ad2746477f1d64566df1db42792dd0022',1,'Mat4']]],
- ['tree_81',['Tree',['../classStructureInfo.html#a7dce9af2d2ce94824f5133e478466c46a3b0c14770e6bd663518496da60f524da',1,'StructureInfo']]],
- ['triggerevent_82',['triggerEvent',['../classEvent_1_1Manager.html#a03622d14fc20b1c7d3ae025b62787ac2',1,'Event::Manager']]],
- ['try_5flock_83',['try_lock',['../classStatus.html#aa01d58908a9c84614bbfd0db352ccab4',1,'Status']]],
- ['try_5flock_5fshared_84',['try_lock_shared',['../classStatus.html#a2dc3f38c68d1264ee9a0e9c088b907b0',1,'Status']]],
- ['type_85',['Type',['../classStructureInfo.html#a7dce9af2d2ce94824f5133e478466c46',1,'StructureInfo']]],
- ['type_86',['type',['../classtask_1_1TaskNode.html#ac2243a0b0e1b7317deebda3953223325',1,'task::TaskNode::type()'],['../classItemInfo.html#af0b5870812676ce07c60450db4499cb7',1,'ItemInfo::type()'],['../structServerWorld_1_1BlockUpdateData.html#ac035700044b85e25bfa751935ae00af1',1,'ServerWorld::BlockUpdateData::type()'],['../structServerWorld_1_1Ticket.html#a0e813749bf298a2f51a456a7f57e3cfc',1,'ServerWorld::Ticket::type()']]],
- ['type_87',['Type',['../structServerWorld_1_1Ticket.html#abe1500819a84d1396c1324500b840959',1,'ServerWorld::Ticket::Type()'],['../structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fc',1,'ServerWorld::BlockUpdateData::Type()'],['../classItemInfo.html#a9d898f32712d5daa690f863d6e59362b',1,'ItemInfo::Type()'],['../namespaceEvent.html#acc31ef60c792ef43a3b614fd80bcbbf9',1,'Event::Type()'],['../classBlockInfo.html#a45820c5fd9afbf3c099019879095db75',1,'BlockInfo::Type()'],['../classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569',1,'IPacket::Type()']]]
+ ['task_4',['task',['../structtask_1_1Executor_1_1info_1_1AsyncInfo.html#a230e21ecd4d7e2fa4498cbfb84f066b2',1,'task::Executor::info::AsyncInfo']]],
+ ['task_5',['Task',['../classtask_1_1Task.html#af363c2f19d29876ed99c71ffa1396384',1,'task::Task::Task(Task &&)=default'],['../classtask_1_1Task.html#af8b9d9d1fa1d978a806920bcb082c5c4',1,'task::Task::Task(const Task &)=default'],['../classtask_1_1Task.html#a960def67cc8e9a37111d12783b4365d8',1,'task::Task::Task(TaskNode *node)']]],
+ ['task_6',['task',['../namespacetask.html',1,'']]],
+ ['task_7',['Task',['../classtask_1_1Task.html',1,'task']]],
+ ['task_20dependency_20_28_20wip_20_29_8',['Task Dependency ( WIP )',['../taskDep.html',1,'']]],
+ ['task_2ehpp_9',['Task.hpp',['../Task_8hpp.html',1,'']]],
+ ['task_5fdeclarations_2ehpp_10',['task_declarations.hpp',['../task__declarations_8hpp.html',1,'']]],
+ ['task_5fdependecy_2emd_11',['task_dependecy.md',['../task__dependecy_8md.html',1,'']]],
+ ['taskgraph_12',['TaskGraph',['../classtask_1_1TaskGraph.html',1,'task::TaskGraph'],['../classtask_1_1Executor.html#a77eb4e04900b9ae67d00ef7a589cb623',1,'task::Executor::TaskGraph()'],['../classtask_1_1TaskNode.html#a77eb4e04900b9ae67d00ef7a589cb623',1,'task::TaskNode::TaskGraph()'],['../classtask_1_1TaskGraph.html#a3e79f4f16f74cfc9c366a20c4c54b31d',1,'task::TaskGraph::TaskGraph(Private)'],['../classtask_1_1TaskGraph.html#a4af587e77a0b9263c24c18df12ad507b',1,'task::TaskGraph::TaskGraph(const TaskGraph &)=delete'],['../classtask_1_1TaskGraph.html#a1ecaff24ec7e1f5ec53658c706fbf766',1,'task::TaskGraph::TaskGraph(TaskGraph &&)=default']]],
+ ['taskgraph_2ehpp_13',['TaskGraph.hpp',['../TaskGraph_8hpp.html',1,'']]],
+ ['tasknode_14',['TaskNode',['../classtask_1_1TaskNode.html',1,'task::TaskNode'],['../classtask_1_1TaskNode.html#ae2b4c3366b73db481be84ca7354312f3',1,'task::TaskNode::TaskNode()'],['../classtask_1_1Executor.html#a824d06144dba1864607539d9945bc4ea',1,'task::Executor::TaskNode()'],['../classtask_1_1TaskGraph.html#a824d06144dba1864607539d9945bc4ea',1,'task::TaskGraph::TaskNode()'],['../classtask_1_1TaskNode.html#a5cb26ba75f9c281e82e3216f1344818e',1,'task::TaskNode::TaskNode(std::shared_ptr< TaskGraph > graph, std::function< void()> task)'],['../classtask_1_1TaskNode.html#a2ab75aa1bb8986d10eed0264447e3e96',1,'task::TaskNode::TaskNode(std::shared_ptr< TaskGraph > host_graph, std::shared_ptr< TaskGraph > composed_graph)'],['../classtask_1_1TaskNode.html#ac8ee25b585a7d43b760eb44dac68610a',1,'task::TaskNode::TaskNode(const TaskNode &)=delete']]],
+ ['tasknotfromsamegrapherror_15',['TaskNotFromSameGraphError',['../classtask_1_1TaskNotFromSameGraphError.html',1,'task::TaskNotFromSameGraphError'],['../classtask_1_1TaskNotFromSameGraphError.html#a012aa2a3ba5292d639cd51b4d1a31a8f',1,'task::TaskNotFromSameGraphError::TaskNotFromSameGraphError()']]],
+ ['tasks_2ehpp_16',['tasks.hpp',['../tasks_8hpp.html',1,'']]],
+ ['temperature_17',['temperature',['../classDebugGui.html#ad14189f2435aa61278f3197d36ce3723',1,'DebugGui::temperature()'],['../structChunk_1_1biomeInfo.html#a9ac660e50020007e05fafeecefde79eb',1,'Chunk::biomeInfo::temperature()']]],
+ ['temperature_5ftexture_5fid_18',['temperature_texture_id',['../classDebugGui.html#a86e9346da0e2689b6edb1258a906aa0f',1,'DebugGui']]],
+ ['test_19',['test',['../structtest.html#ab42d5ece712d716b04cb3f686f297a26',1,'test::test()'],['../structtest.html',1,'test']]],
+ ['test_5fimage_5fbinding_20',['TEST_IMAGE_BINDING',['../ShaderCommon_8hpp.html#ae979ee6a28e7f44cecd7fbca1765bd84',1,'ShaderCommon.hpp']]],
+ ['test_5fimage_5fpipeline_21',['test_image_pipeline',['../classVulkanAPI.html#ae8f0c464acae09cabfc3631aaa50304a',1,'VulkanAPI']]],
+ ['testperlin_2ecpp_22',['testPerlin.cpp',['../testPerlin_8cpp.html',1,'']]],
+ ['tex_5fcoord_23',['tex_coord',['../structObjVertex.html#ab8073007896fa42bf33f2e131f677257',1,'ObjVertex::tex_coord()'],['../structItemVertex.html#a116e03266fce4a602787dddf984441f1',1,'ItemVertex::tex_coord()']]],
+ ['texcoord_24',['texCoord',['../structPlayerModel_1_1Vertex.html#a777d47bbc74d96ce2890ad99c89c31ef',1,'PlayerModel::Vertex']]],
+ ['texcoordindex_25',['texCoordIndex',['../structFace.html#ac3aca04b695727e2d43e62f2ddbe876b',1,'Face']]],
+ ['text_5frenderer_26',['text_renderer',['../classVulkanAPI.html#a45b5513ed644a7d06f561c664a2f60ed',1,'VulkanAPI']]],
+ ['textrenderer_27',['TextRenderer',['../classTextRenderer.html#a2ffb5baddcc264fbaccda8fb7c660814',1,'TextRenderer::TextRenderer()'],['../classTextRenderer.html',1,'TextRenderer']]],
+ ['textrenderer_2ecpp_28',['TextRenderer.cpp',['../TextRenderer_8cpp.html',1,'']]],
+ ['textrenderer_2ehpp_29',['TextRenderer.hpp',['../TextRenderer_8hpp.html',1,'']]],
+ ['texture_30',['texture',['../classBlockInfo.html#aac1d220c6dabfdebeb508f075daa3b12',1,'BlockInfo']]],
+ ['texture_5findex_31',['texture_index',['../structItemVertex.html#ac7f27d1c8ccd852254ae7004510fa088',1,'ItemVertex']]],
+ ['texture_5fnames_32',['texture_names',['../classBlockInfo.html#a2995c4f043a7dfbbd79400fc0c2f43b7',1,'BlockInfo']]],
+ ['textureid_33',['TextureID',['../Block_8hpp.html#a89c717f0912ef81a8573e40d87a93519',1,'Block.hpp']]],
+ ['third_5fperson_5fback_34',['THIRD_PERSON_BACK',['../classPlayer.html#aa770f15c63b567db9bea9ed9e88fd2c8a5ab0e529c894afbf4bc850f1122df09b',1,'Player']]],
+ ['thread_2emd_35',['thread.md',['../thread_8md.html',1,'']]],
+ ['threadpool_36',['ThreadPool',['../classThreadPool.html',1,'']]],
+ ['threadpool_2ecpp_37',['ThreadPool.cpp',['../ThreadPool_8cpp.html',1,'']]],
+ ['threadpool_2ehpp_38',['ThreadPool.hpp',['../ThreadPool_8hpp.html',1,'']]],
+ ['threadpoolaccessor_39',['ThreadPoolAccessor',['../classThreadPoolAccessor.html#afe55eaa8b12e2a3d378f5dc4fefbc44a',1,'ThreadPoolAccessor::ThreadPoolAccessor(ThreadPoolAccessor &&)=delete'],['../classThreadPoolAccessor.html#ad420951c3577df1d129a3b0fd0686a17',1,'ThreadPoolAccessor::ThreadPoolAccessor(const ThreadPoolAccessor &)=delete'],['../classThreadPoolAccessor.html#af805e41ac094b27aef3ba1bf48a11813',1,'ThreadPoolAccessor::ThreadPoolAccessor()'],['../classThreadPoolAccessor.html',1,'ThreadPoolAccessor']]],
+ ['threadpoolaccessor_2ecpp_40',['ThreadPoolAccessor.cpp',['../ThreadPoolAccessor_8cpp.html',1,'']]],
+ ['threadpoolaccessor_2ehpp_41',['ThreadPoolAccessor.hpp',['../ThreadPoolAccessor_8hpp.html',1,'']]],
+ ['threads_20architecture_42',['Threads Architecture',['../threads.html',1,'']]],
+ ['threadsafequeue_43',['ThreadSafeQueue',['../classThreadSafeQueue.html',1,'ThreadSafeQueue< T >'],['../classThreadSafeQueue.html#ac7bece91279b51d03f80d7a9870ba4ca',1,'ThreadSafeQueue::ThreadSafeQueue(ThreadSafeQueue &&other)'],['../classThreadSafeQueue.html#a0f3f492104e38b019a5e1a74647cec39',1,'ThreadSafeQueue::ThreadSafeQueue(const ThreadSafeQueue &other)=delete'],['../classThreadSafeQueue.html#a06e14823003cc9b5d9e9151380077f08',1,'ThreadSafeQueue::ThreadSafeQueue()']]],
+ ['threadsafequeue_2ehpp_44',['ThreadSafeQueue.hpp',['../ThreadSafeQueue_8hpp.html',1,'']]],
+ ['threadsafequeue_3c_20server_3a_3asendinfo_20_3e_45',['ThreadSafeQueue< Server::sendInfo >',['../classThreadSafeQueue.html',1,'']]],
+ ['threadsafequeue_3c_20std_3a_3ashared_5fptr_3c_20ipacket_20_3e_20_3e_46',['ThreadSafeQueue< std::shared_ptr< IPacket > >',['../classThreadSafeQueue.html',1,'']]],
+ ['throw_5fcheck_47',['THROW_CHECK',['../TextRenderer_8hpp.html#a3ab7cf82226d7b4f31da0763e6e6d026',1,'TextRenderer.hpp']]],
+ ['ticket_48',['Ticket',['../structServerWorld_1_1Ticket.html',1,'ServerWorld']]],
+ ['ticketmultimap_49',['TicketMultiMap',['../classServerWorld.html#a2734abb3a43b9347baa9be53e8093bda',1,'ServerWorld']]],
+ ['tiling_50',['tiling',['../structImage_1_1CreateInfo.html#a3020f400addaf0b3295127255819ec20',1,'Image::CreateInfo']]],
+ ['time_5fsince_5fstart_51',['time_since_start',['../classPlayerModel_1_1WalkAnimation.html#aa5f60eb5331dcab063cd53d7c68aa0ad',1,'PlayerModel::WalkAnimation::time_since_start()'],['../classPlayerModel_1_1AttackAnimation.html#a2a44bbe1541a2b720876b2467d43494a',1,'PlayerModel::AttackAnimation::time_since_start()']]],
+ ['timer_52',['Timer',['../classTimer.html',1,'Timer< ChronoCount, HistorySize >'],['../classTimer.html#a8e2163a0e4f62d15b2056d5d79524691',1,'Timer::Timer()']]],
+ ['timer_2ehpp_53',['Timer.hpp',['../Timer_8hpp.html',1,'']]],
+ ['tobiomecoord_54',['toBiomeCoord',['../classChunk.html#a0ffa7803fda9e99aaad3b7afe6357f53',1,'Chunk']]],
+ ['tobiomeindex_55',['toBiomeIndex',['../classChunk.html#aa5e438c8e38c6b8d3c33e567f52d582d',1,'Chunk::toBiomeIndex(const glm::ivec2 &position)'],['../classChunk.html#ad3dbd7872ba91148c053e8f2b5951904',1,'Chunk::toBiomeIndex(int x, int z)']]],
+ ['tocoord_56',['toCoord',['../classChunk.html#a17db6bae975e96ac6ee8ad02f8978a6e',1,'Chunk']]],
+ ['toheightindex_57',['toHeightIndex',['../classChunk.html#aeee994ae760a83c4a999632dffb55cd4',1,'Chunk::toHeightIndex(const int &x, const int &z)'],['../classChunk.html#a79d63021eb272d8ed18fe96a669c3954',1,'Chunk::toHeightIndex(const glm::ivec2 &position)']]],
+ ['toindex_58',['toIndex',['../classChunk.html#a3c67283dce20bb8ece67cb85e6eb4dd7',1,'Chunk']]],
+ ['toolbar_5fcursor_59',['toolbar_cursor',['../classPlayer.html#a50c627af08b58cc3435671d583afa0a4',1,'Player']]],
+ ['toolbar_5fcursor_5fimage_60',['toolbar_cursor_image',['../classVulkanAPI.html#a4e6e94b0fbb586cf525cd2aef1e72d3c',1,'VulkanAPI']]],
+ ['toolbar_5fcursor_5fimage_5fdescriptor_61',['toolbar_cursor_image_descriptor',['../classVulkanAPI.html#ad01323e85880b8de8edb76aff86c8f57',1,'VulkanAPI']]],
+ ['toolbar_5fcursor_5findex_62',['toolbar_cursor_index',['../classVulkanAPI.html#ae0a3f9f25f0f7f2f7f11df256e3d5cd8',1,'VulkanAPI']]],
+ ['toolbar_5fimage_63',['toolbar_image',['../classVulkanAPI.html#a706d2eb8e6ae954906b5822f4cc6e5e9',1,'VulkanAPI']]],
+ ['toolbar_5fimage_5fdescriptor_64',['toolbar_image_descriptor',['../classVulkanAPI.html#a9fd2ce82f81a14307893a7140f142325',1,'VulkanAPI']]],
+ ['toolbar_5fitems_65',['toolbar_items',['../classVulkanAPI.html#a7872b06444899aee66c234c660a13008',1,'VulkanAPI::toolbar_items()'],['../classPlayer.html#a52f0375ccfff72f62197c9c0b4df8bc7',1,'Player::toolbar_items()']]],
+ ['toolbar_5fitems_5fmutex_66',['toolbar_items_mutex',['../classVulkanAPI.html#a63e27670713fea630e26308ee1df9eca',1,'VulkanAPI']]],
+ ['topology_67',['topology',['../structPipeline_1_1CreateInfo.html#afadf397780e7d6489b9fa660069805f4',1,'Pipeline::CreateInfo']]],
+ ['trace_68',['TRACE',['../classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fa8a60917dff9a8d8ae408cf3d4db1bd90',1,'Logger']]],
+ ['tracy_5fglobals_2ecpp_69',['tracy_globals.cpp',['../tracy__globals_8cpp.html',1,'']]],
+ ['tracy_5fglobals_2ehpp_70',['tracy_globals.hpp',['../tracy__globals_8hpp.html',1,'']]],
+ ['tracylockablen_71',['TracyLockableN',['../classVulkanAPI.html#a48f9529d1362d33b9d36844b696cd8cc',1,'VulkanAPI::TracyLockableN(std::mutex, m_player_mutex, "Player Render Data")'],['../classVulkanAPI.html#a14fc68160346c09d0e62bef752f91300',1,'VulkanAPI::TracyLockableN(std::mutex, mesh_map_mutex, "Vulkan Mesh Map Mutex")'],['../classVulkanAPI.html#a1fb46af26d8e1da6db861ba020de561e',1,'VulkanAPI::TracyLockableN(std::mutex, imgui_textures_mutex, "Vulkan Imgui Texture Mutex")'],['../classVulkanAPI.html#acaff5cd787c82103f731214aeeda369f',1,'VulkanAPI::TracyLockableN(std::mutex, transfer_operation_mutex, "Vulkan Transfer Operation")'],['../classVulkanAPI.html#a67280ce7321d0f8a1d38365332a081a7',1,'VulkanAPI::TracyLockableN(std::mutex, global_mutex, "Vulkan Global Mutex")'],['../classWorld.html#a2aceeb77eacb247872f3c3a1b422cd15',1,'World::TracyLockableN(std::mutex, m_chunks_mutex, "Chunks")'],['../classWorld.html#a456108e02a2cf121c20b3436d293614a',1,'World::TracyLockableN(std::mutex, m_mobs_mutex, "Mobs")'],['../classWorld.html#a4430c3b7f548d58f0aa64deabf26357c',1,'World::TracyLockableN(std::mutex, m_players_mutex, "Players")'],['../classPlayer.html#afda6980b5f15ef154c0d3ba057a36819',1,'Player::TracyLockableN()'],['../classMob.html#a16f0274ece9dfd089a77327944df35c8',1,'Mob::TracyLockableN()'],['../classVulkanAPI.html#af1b74a42141e332033e0cae4c375675f',1,'VulkanAPI::TracyLockableN(std::mutex, m_target_block_mutex, "Target Block")']]],
+ ['transfer_5fcommand_5fbuffers_72',['transfer_command_buffers',['../classVulkanAPI.html#a77a5993a4ce2374bb9c920a52476a669',1,'VulkanAPI']]],
+ ['transfer_5fcommand_5fpool_73',['transfer_command_pool',['../classVulkanAPI.html#a3f4d479c32e0010b49c8400eb96340ab',1,'VulkanAPI']]],
+ ['transfer_5ffamily_74',['transfer_family',['../structQueueFamilyIndices.html#a44f40b1ee7642edba5edcf8c7da9a8f7',1,'QueueFamilyIndices']]],
+ ['transfer_5fqueue_75',['transfer_queue',['../classVulkanAPI.html#a0517937337ae0b3ad6e147526be0d960',1,'VulkanAPI']]],
+ ['transform_76',['transform',['../classMob.html#ae5fea291d4689996bdf6a86b06396c44',1,'Mob::transform()'],['../classPlayer.html#a2bbab5a2f0739cb231d161e9ed479b9d',1,'Player::transform()']]],
+ ['transform_77',['Transform',['../classTransform.html#af696e75facb2a07a842e7a28b14f3665',1,'Transform::Transform()'],['../classTransform.html',1,'Transform']]],
+ ['transform_2ehpp_78',['Transform.hpp',['../Transform_8hpp.html',1,'']]],
+ ['transitionimagelayout_79',['transitionImageLayout',['../classVulkanAPI.html#a48f6b428d99ea240a6ebdc1ad4dba0cd',1,'VulkanAPI']]],
+ ['transitionlayout_80',['transitionLayout',['../classImage.html#accc61110a5c1048242212d482c63f5c8',1,'Image']]],
+ ['translate_81',['translate',['../classMat4.html#ad2746477f1d64566df1db42792dd0022',1,'Mat4']]],
+ ['tree_82',['Tree',['../classStructureInfo.html#a7dce9af2d2ce94824f5133e478466c46a3b0c14770e6bd663518496da60f524da',1,'StructureInfo']]],
+ ['triggerevent_83',['triggerEvent',['../classEvent_1_1Manager.html#a03622d14fc20b1c7d3ae025b62787ac2',1,'Event::Manager']]],
+ ['try_5flock_84',['try_lock',['../classStatus.html#aa01d58908a9c84614bbfd0db352ccab4',1,'Status']]],
+ ['try_5flock_5fshared_85',['try_lock_shared',['../classStatus.html#a2dc3f38c68d1264ee9a0e9c088b907b0',1,'Status']]],
+ ['type_86',['Type',['../classStructureInfo.html#a7dce9af2d2ce94824f5133e478466c46',1,'StructureInfo']]],
+ ['type_87',['type',['../classtask_1_1TaskNode.html#ac2243a0b0e1b7317deebda3953223325',1,'task::TaskNode::type()'],['../classItemInfo.html#af0b5870812676ce07c60450db4499cb7',1,'ItemInfo::type()'],['../structServerWorld_1_1BlockUpdateData.html#ac035700044b85e25bfa751935ae00af1',1,'ServerWorld::BlockUpdateData::type()'],['../structServerWorld_1_1Ticket.html#a0e813749bf298a2f51a456a7f57e3cfc',1,'ServerWorld::Ticket::type()']]],
+ ['type_88',['Type',['../structServerWorld_1_1Ticket.html#abe1500819a84d1396c1324500b840959',1,'ServerWorld::Ticket::Type()'],['../structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fc',1,'ServerWorld::BlockUpdateData::Type()'],['../classItemInfo.html#a9d898f32712d5daa690f863d6e59362b',1,'ItemInfo::Type()'],['../namespaceEvent.html#acc31ef60c792ef43a3b614fd80bcbbf9',1,'Event::Type()'],['../classBlockInfo.html#a45820c5fd9afbf3c099019879095db75',1,'BlockInfo::Type()'],['../classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569',1,'IPacket::Type()']]]
];
diff --git a/search/all_14.js b/search/all_14.js
index 4abc0c53..857eb371 100644
--- a/search/all_14.js
+++ b/search/all_14.js
@@ -19,7 +19,7 @@ var searchData=
['updateplayerposition_16',['updatePlayerPosition',['../classClientWorld.html#a3cd752b37c26a7e4cd171ba780809bf2',1,'ClientWorld']]],
['updateplayertargetblock_17',['updatePlayerTargetBlock',['../classClientWorld.html#a23026d1f22c925ce84a857dfdf5ad1ee',1,'ClientWorld']]],
['updateskylight_18',['updateSkyLight',['../classWorld.html#a5bf0e5a75ff7b9537f4b6235ca5435e3',1,'World']]],
- ['updatethread_19',['UpdateThread',['../classUpdateThread.html#ac4c818b0e4646770c22f3f095b251517',1,'UpdateThread::UpdateThread()'],['../classUpdateThread.html',1,'UpdateThread'],['../classUpdateThread.html#a67633683c42a680171e9de4cb55e673b',1,'UpdateThread::UpdateThread(UpdateThread &&other)=delete'],['../classUpdateThread.html#a0f06786943dfc620dc2c6a0fa258da07',1,'UpdateThread::UpdateThread(Client &client, const Settings &settings, Window &window, WorldScene &world_scene, ClientWorld &world, VulkanAPI &vulkan_api, Sound::Engine &sound_engine, Event::Manager &event_manager, std::chrono::nanoseconds start_time)']]],
+ ['updatethread_19',['UpdateThread',['../classUpdateThread.html#ac4c818b0e4646770c22f3f095b251517',1,'UpdateThread::UpdateThread()'],['../classUpdateThread.html',1,'UpdateThread'],['../classUpdateThread.html#a67633683c42a680171e9de4cb55e673b',1,'UpdateThread::UpdateThread(UpdateThread &&other)=delete'],['../classUpdateThread.html#af8cdf9742b83c2a0d9b5c50f42928e02',1,'UpdateThread::UpdateThread(Client &client, const Settings &settings, Window &window, ClientWorld &world, VulkanAPI &vulkan_api, Sound::Engine &sound_engine, Event::Manager &event_manager, std::chrono::nanoseconds start_time)']]],
['updatethread_2ecpp_20',['UpdateThread.cpp',['../UpdateThread_8cpp.html',1,'']]],
['updatethread_2ehpp_21',['UpdateThread.hpp',['../UpdateThread_8hpp.html',1,'']]],
['ups_22',['ups',['../classDebugGui.html#a9324388f937008f1670d57e780ccf7e1',1,'DebugGui']]],
diff --git a/search/all_15.js b/search/all_15.js
index aca60b5f..d71c7cae 100644
--- a/search/all_15.js
+++ b/search/all_15.js
@@ -16,7 +16,7 @@ var searchData=
['viewfrustum_13',['ViewFrustum',['../classViewFrustum.html#a83f7e9dfeac35c1f67b085d9887a103b',1,'ViewFrustum::ViewFrustum()'],['../classViewFrustum.html',1,'ViewFrustum']]],
['viewmode_14',['ViewMode',['../classPlayer.html#aa770f15c63b567db9bea9ed9e88fd2c8',1,'Player']]],
['viewprojmatrices_15',['ViewProjMatrices',['../structViewProjMatrices.html',1,'']]],
- ['visible_16',['visible',['../structWorldScene_1_1PlayerRenderData.html#aaed03cb5d89530a035968a016cd1a0cc',1,'WorldScene::PlayerRenderData']]],
+ ['visible_16',['visible',['../structPlayerRenderData.html#a1564eb09ff213dcaccf47493404c4492',1,'PlayerRenderData']]],
['vk_17',['vk',['../classDebugGui.html#acb17471dbe71302178bf73af556e9684',1,'DebugGui']]],
['vk_5fcheck_18',['VK_CHECK',['../vk__define_8hpp.html#a8186c9a5b158ad95a5eab216d66b2a4b',1,'vk_define.hpp']]],
['vk_5fdefine_2ehpp_19',['vk_define.hpp',['../vk__define_8hpp.html',1,'']]],
diff --git a/search/all_16.js b/search/all_16.js
index 779e4bfe..bbc223f8 100644
--- a/search/all_16.js
+++ b/search/all_16.js
@@ -5,13 +5,13 @@ var searchData=
['waitforfinishedtasks_2',['waitForFinishedTasks',['../classThreadPoolAccessor.html#a34fe797b87652519f96f763fe3f041ee',1,'ThreadPoolAccessor']]],
['waitfortask_3',['waitForTask',['../classThreadPoolAccessor.html#a92990829a9114b434dc210f53c59ca26',1,'ThreadPoolAccessor']]],
['waitfortasks_4',['waitForTasks',['../classThreadPoolAccessor.html#afa352bf7364fb72961da83bd73b788e2',1,'ThreadPoolAccessor']]],
- ['walk_5fanimation_5',['walk_animation',['../structWorldScene_1_1PlayerRenderData.html#a3d24dc0d055e8eb7844c08bd6fc14c53',1,'WorldScene::PlayerRenderData']]],
+ ['walk_5fanimation_5',['walk_animation',['../structPlayerRenderData.html#aa6341a2b30d630a4ca1375649cbaedcd',1,'PlayerRenderData']]],
['walkanimation_6',['WalkAnimation',['../classPlayerModel_1_1WalkAnimation.html',1,'PlayerModel::WalkAnimation'],['../classPlayerModel_1_1WalkAnimation.html#ae323f082ea40f95f95e93df0124a1c01',1,'PlayerModel::WalkAnimation::WalkAnimation()']]],
['warning_7',['WARNING',['../classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fafb1bf96f41b282521d9438106ea11bca',1,'Logger']]],
['water_8',['Water',['../classBlockInfo.html#a45820c5fd9afbf3c099019879095db75a27634ff8002b12e75d98e07ccd005d18',1,'BlockInfo']]],
['water_5fframebuffers_9',['water_framebuffers',['../classVulkanAPI.html#ad76d06c7822c9773f0b91c4950ab246f',1,'VulkanAPI']]],
['water_5fheight_10',['WATER_HEIGHT',['../WorldGenerator_8cpp.html#ae0e0d8359ef72919138340d250dd1929',1,'WorldGenerator.cpp']]],
- ['water_5fid_11',['water_id',['../structWorldScene_1_1ChunkMeshRenderData.html#a25f9ebdaece5c1e01116493bfddfd7b3',1,'WorldScene::ChunkMeshRenderData']]],
+ ['water_5fid_11',['water_id',['../structChunkMeshRenderData.html#ac1f9b789b695956019ba2df042088a12',1,'ChunkMeshRenderData']]],
['water_5findices_12',['water_indices',['../classCreateMeshData.html#a15ba969bd083a60f5d17ad3f3d390386',1,'CreateMeshData']]],
['water_5fpipeline_13',['water_pipeline',['../classVulkanAPI.html#a30349543c791d21218b74e97493e9f89',1,'VulkanAPI']]],
['water_5frender_5fpass_14',['water_render_pass',['../classVulkanAPI.html#a04c08c5e5be270cbf455f497773f6b08',1,'VulkanAPI']]],
@@ -19,9 +19,9 @@ var searchData=
['water_5frenderpass_5finput_5fdepth_5fattach_5fbinding_16',['WATER_RENDERPASS_INPUT_DEPTH_ATTACH_BINDING',['../ShaderCommon_8hpp.html#a10c77ce0cb11b07e33fc30de96308862',1,'ShaderCommon.hpp']]],
['water_5fvertices_17',['water_vertices',['../classCreateMeshData.html#ab6940d0e0be95eb38ea4849988889cc7',1,'CreateMeshData']]],
['waterblock_18',['WaterBlock',['../classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba2ab9cca6084f8f97f1cea26ffe5519ee',1,'ItemInfo']]],
- ['weirdness_19',['weirdness',['../structChunk_1_1biomeInfo.html#a73d8ffefcb98ab73d191badeb4a188cf',1,'Chunk::biomeInfo::weirdness()'],['../classDebugGui.html#a1394887d4ad01e04d5ecffe8fcc3a4e5',1,'DebugGui::weirdness()']]],
+ ['weirdness_19',['weirdness',['../classDebugGui.html#a1394887d4ad01e04d5ecffe8fcc3a4e5',1,'DebugGui::weirdness()'],['../structChunk_1_1biomeInfo.html#a73d8ffefcb98ab73d191badeb4a188cf',1,'Chunk::biomeInfo::weirdness()']]],
['weirdness_5ftexture_5fid_20',['weirdness_texture_id',['../classDebugGui.html#a6c5dae565d8c7e5eb6d01edd6939f0f5',1,'DebugGui']]],
- ['what_21',['what',['../classServer_1_1ClientDisconnected.html#a937f44d0d6fefc060179f94630481b4a',1,'Server::ClientDisconnected::what()'],['../classClient_1_1ServerDisconnected.html#ae6d29f74e63bd1ebb1830a4cc123a1c5',1,'Client::ServerDisconnected::what()'],['../classtask_1_1BaseError.html#ac133e16dbede3895902fc3d4c8bc964b',1,'task::BaseError::what()']]],
+ ['what_21',['what',['../classtask_1_1BaseError.html#ac133e16dbede3895902fc3d4c8bc964b',1,'task::BaseError::what()'],['../classClient_1_1ServerDisconnected.html#ae6d29f74e63bd1ebb1830a4cc123a1c5',1,'Client::ServerDisconnected::what()'],['../classServer_1_1ClientDisconnected.html#a937f44d0d6fefc060179f94630481b4a',1,'Server::ClientDisconnected::what()']]],
['width_22',['width',['../structImGuiTexture.html#a65c4a49da2ec8e2891f5c7c3469eec80',1,'ImGuiTexture']]],
['window_23',['Window',['../classWindow.html',1,'Window'],['../classWindow.html#ad7cd97b52e2a93c394402f2f084fcb1b',1,'Window::Window()']]],
['window_24',['window',['../classVulkanAPI.html#a190170e2b9d436a9aa6a2cf4a8b475a1',1,'VulkanAPI']]],
@@ -29,15 +29,12 @@ var searchData=
['window_2ehpp_26',['window.hpp',['../window_8hpp.html',1,'']]],
['wood_27',['Wood',['../classBlockInfo.html#a45820c5fd9afbf3c099019879095db75a6e4dd7ce4ea3c1d4a90edb289e22da98',1,'BlockInfo']]],
['woodblock_28',['WoodBlock',['../classItemInfo.html#a9d898f32712d5daa690f863d6e59362baea0928cb890a46d1bf1f5e1ab5247bf9',1,'ItemInfo']]],
- ['world_29',['World',['../classWorld.html',1,'World'],['../classWorld.html#a9319f9fe52db6162be2269479d76100d',1,'World::World(World &&other)=delete'],['../classWorld.html#a8e7a792ae04e9804a464746adb06f7aa',1,'World::World(World &other)=delete'],['../classWorld.html#afa39d4e6f714a7a3691ac0c656f5e8a8',1,'World::World()']]],
+ ['world_29',['World',['../classWorld.html#afa39d4e6f714a7a3691ac0c656f5e8a8',1,'World::World()'],['../classWorld.html#a8e7a792ae04e9804a464746adb06f7aa',1,'World::World(World &other)=delete'],['../classWorld.html#a9319f9fe52db6162be2269479d76100d',1,'World::World(World &&other)=delete'],['../classWorld.html',1,'World']]],
['world_2ecpp_30',['World.cpp',['../World_8cpp.html',1,'']]],
['world_2ehpp_31',['World.hpp',['../World_8hpp.html',1,'']]],
['world_5fy_5fmax_32',['WORLD_Y_MAX',['../define_8hpp.html#a2a7abdace53c2954b6c60d5d66a52464',1,'define.hpp']]],
['worldgenerator_33',['WorldGenerator',['../classWorld_1_1WorldGenerator.html',1,'World::WorldGenerator'],['../classWorld_1_1WorldGenerator.html#ae69f4d52ec61c5b76837f6ffff68da8b',1,'World::WorldGenerator::WorldGenerator()']]],
['worldgenerator_2ecpp_34',['WorldGenerator.cpp',['../WorldGenerator_8cpp.html',1,'']]],
['worldgenerator_2ehpp_35',['WorldGenerator.hpp',['../WorldGenerator_8hpp.html',1,'']]],
- ['worldscene_36',['WorldScene',['../classWorldScene.html#a86c5a4b83213d28ce5c62eba9d35da64',1,'WorldScene::WorldScene()'],['../classWorldScene.html#a31e767d0a4e116e712a3ff9432b3b59b',1,'WorldScene::WorldScene(WorldScene &scene)=delete'],['../classWorldScene.html#a5066dc9503636b3dce03f2e1a0342c0e',1,'WorldScene::WorldScene(WorldScene &&scene)=delete'],['../classWorldScene.html',1,'WorldScene']]],
- ['worldscene_2ecpp_37',['WorldScene.cpp',['../WorldScene_8cpp.html',1,'']]],
- ['worldscene_2ehpp_38',['WorldScene.hpp',['../WorldScene_8hpp.html',1,'']]],
- ['writetexttodebugimage_39',['writeTextToDebugImage',['../classVulkanAPI.html#a2f0ac0bfd8e2f9132d212730b0231a67',1,'VulkanAPI']]]
+ ['writetexttodebugimage_36',['writeTextToDebugImage',['../classVulkanAPI.html#a2f0ac0bfd8e2f9132d212730b0231a67',1,'VulkanAPI']]]
];
diff --git a/search/all_18.js b/search/all_18.js
index 8c0f89f5..395825a7 100644
--- a/search/all_18.js
+++ b/search/all_18.js
@@ -2,5 +2,5 @@ var searchData=
[
['y_0',['y',['../classChunk.html#a13e0fddb7e57040210637ee07fbba9ab',1,'Chunk']]],
['y_1',['Y',['../classCreateMeshData.html#a5c6063de0e463d26969267ecdb269277a57cec4137b614c87cb4e24a3d003a3e0',1,'CreateMeshData']]],
- ['yaw_2',['yaw',['../structWorldScene_1_1PlayerRenderData.html#ab27d42664ef2103bc012f8a7372fa781',1,'WorldScene::PlayerRenderData::yaw()'],['../classPlayer.html#a349f074eedf387a35ce879738022bf42',1,'Player::yaw()']]]
+ ['yaw_2',['yaw',['../structPlayerRenderData.html#a633d00b50271394c2fc644b93fed2e31',1,'PlayerRenderData::yaw()'],['../classPlayer.html#a349f074eedf387a35ce879738022bf42',1,'Player::yaw()']]]
];
diff --git a/search/all_19.js b/search/all_19.js
index 7602cd24..ac9c12b5 100644
--- a/search/all_19.js
+++ b/search/all_19.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['z_0',['Z',['../classCreateMeshData.html#a5c6063de0e463d26969267ecdb269277a21c2e59531c8710156d34a3c30ac81d5',1,'CreateMeshData']]],
- ['z_1',['z',['../classChunk.html#af9a64f5fc4f80c5ee2fe347bdc257d1c',1,'Chunk']]]
+ ['z_0',['z',['../classChunk.html#af9a64f5fc4f80c5ee2fe347bdc257d1c',1,'Chunk']]],
+ ['z_1',['Z',['../classCreateMeshData.html#a5c6063de0e463d26969267ecdb269277a21c2e59531c8710156d34a3c30ac81d5',1,'CreateMeshData']]]
];
diff --git a/search/all_1a.js b/search/all_1a.js
index 326e920c..d43957da 100644
--- a/search/all_1a.js
+++ b/search/all_1a.js
@@ -74,6 +74,5 @@ var searchData=
['_7ewalkanimation_71',['~WalkAnimation',['../classPlayerModel_1_1WalkAnimation.html#a7d8c2041817d3623dc798e4f64a052a8',1,'PlayerModel::WalkAnimation']]],
['_7ewindow_72',['~Window',['../classWindow.html#a245d821e6016fa1f6970ccbbedd635f6',1,'Window']]],
['_7eworld_73',['~World',['../classWorld.html#a8c73fba541a5817fff65147ba47cd827',1,'World']]],
- ['_7eworldgenerator_74',['~WorldGenerator',['../classWorld_1_1WorldGenerator.html#a8e1838540faf6c83c89182f8e105ea2b',1,'World::WorldGenerator']]],
- ['_7eworldscene_75',['~WorldScene',['../classWorldScene.html#a96919a2cba5b6b6e544cc9b749e13ac8',1,'WorldScene']]]
+ ['_7eworldgenerator_74',['~WorldGenerator',['../classWorld_1_1WorldGenerator.html#a8e1838540faf6c83c89182f8e105ea2b',1,'World::WorldGenerator']]]
];
diff --git a/search/all_2.js b/search/all_2.js
index 9d0cb6ff..35eaf60d 100644
--- a/search/all_2.js
+++ b/search/all_2.js
@@ -2,27 +2,27 @@ var searchData=
[
['calculateplayermovement_0',['calculatePlayerMovement',['../classClientWorld.html#a311ae115a5f778d3dbe6ba1ac40a145b',1,'ClientWorld']]],
['calm1_1',['CALM1',['../SoundList_8hpp.html#aa20b534785857c1eee21622419d48262aedd0385e5cf4aa71f05f8cad5ae797db',1,'SoundList.hpp']]],
- ['camera_2',['Camera',['../classCamera.html#ae23af4d7cab430c77d537621cdd16b3f',1,'Camera::Camera()=default'],['../classCamera.html#a0a34a47fb2d1d7d44b476de819238b56',1,'Camera::Camera(const glm::dvec3 &position, double pitch, double yaw, double far_plane)'],['../classCamera.html#adaf486dfc7066a7977553289b0593533',1,'Camera::Camera(const Camera &camera)=delete'],['../classCamera.html#ad0f45d5cfdc82baeb627b4edf0bae009',1,'Camera::Camera(Camera &&camera)']]],
- ['camera_3',['camera',['../classWorldScene.html#a71505cd83b2a2e9735a71cee2e353de9',1,'WorldScene::camera()'],['../classWorldScene.html#ad5100ff8f3edb4b7e9cbf65240169f05',1,'WorldScene::camera() const'],['../classPlayer.html#ad67555e55c817db8a320c80fdaf75dbf',1,'Player::camera()']]],
- ['camera_4',['Camera',['../classCamera.html',1,'']]],
- ['camera_2ecpp_5',['Camera.cpp',['../Camera_8cpp.html',1,'']]],
- ['camera_2ehpp_6',['Camera.hpp',['../Camera_8hpp.html',1,'']]],
- ['camera_5fmatrices_5fbinding_7',['CAMERA_MATRICES_BINDING',['../ShaderCommon_8hpp.html#a402fcdfad84b0f66ec21ae951f848f5d',1,'ShaderCommon.hpp']]],
- ['camera_5fubo_8',['camera_ubo',['../classVulkanAPI.html#aa5bb84d6e6b69d8a657e9e58a73ce95c',1,'VulkanAPI']]],
- ['cameraposition_9',['cameraPosition',['../classPlayer.html#a14bf2e254bd533631ac85fb498e4ac94',1,'Player']]],
- ['canattack_10',['canAttack',['../classPlayer.html#a12ef01e1a26542218229c2b6a4a1d17e',1,'Player']]],
- ['cancel_11',['cancel',['../classtask_1_1Future.html#a0c58822a735665b8f880da778e1d3bff',1,'task::Future']]],
- ['canjump_12',['canJump',['../classMob.html#a207750b0f1af2517a22cc792260baff3',1,'Mob::canJump()'],['../classPlayer.html#a2cb36c5bd5069fc72552aeec05cc5fca',1,'Player::canJump() const']]],
- ['canuse_13',['canUse',['../classPlayer.html#a60c19c665bddaa431f7c61aba55d3d41',1,'Player']]],
- ['capabilities_14',['capabilities',['../structSwapchain_1_1SupportDetails.html#a3e6ebb1faa79aa2509f1b701b516f4c6',1,'Swapchain::SupportDetails']]],
- ['cascadedshadowmapping_2ecpp_15',['CascadedShadowMapping.cpp',['../CascadedShadowMapping_8cpp.html',1,'']]],
- ['cave_16',['CAVE',['../classChunk.html#a341d9a9b7a2a5dcc1f81eb3b616cf888a14db90e75f1308d303d0bceb0be66ac1',1,'Chunk']]],
- ['changeplayerviewmode_17',['changePlayerViewMode',['../classClientWorld.html#a8b2f0d47fdee9822ca8bd17f80fde285',1,'ClientWorld']]],
- ['changeticket_18',['changeTicket',['../classServerWorld.html#aeb795975e6d2fa4ee76a05ecdadf4615',1,'ServerWorld']]],
- ['chest_5fpos_19',['chest_pos',['../classPlayerModel.html#ae04358bcd88b0b68ca3015a6a834ec86',1,'PlayerModel']]],
- ['chest_5fsize_20',['chest_size',['../classPlayerModel.html#a54c57ab19e2011a1d3e84c78fcd917b9',1,'PlayerModel']]],
+ ['camera_2',['camera',['../classVulkanAPI.html#a8a6d7a28e77c8032b938ec9b3d79a1c7',1,'VulkanAPI::camera()'],['../classPlayer.html#ad67555e55c817db8a320c80fdaf75dbf',1,'Player::camera()']]],
+ ['camera_3',['Camera',['../classCamera.html#ae23af4d7cab430c77d537621cdd16b3f',1,'Camera::Camera()=default'],['../classCamera.html#a0a34a47fb2d1d7d44b476de819238b56',1,'Camera::Camera(const glm::dvec3 &position, double pitch, double yaw, double far_plane)'],['../classCamera.html#adaf486dfc7066a7977553289b0593533',1,'Camera::Camera(const Camera &camera)=delete'],['../classCamera.html#ad0f45d5cfdc82baeb627b4edf0bae009',1,'Camera::Camera(Camera &&camera)'],['../classCamera.html',1,'Camera']]],
+ ['camera_2ecpp_4',['Camera.cpp',['../Camera_8cpp.html',1,'']]],
+ ['camera_2ehpp_5',['Camera.hpp',['../Camera_8hpp.html',1,'']]],
+ ['camera_5fmatrices_5fbinding_6',['CAMERA_MATRICES_BINDING',['../ShaderCommon_8hpp.html#a402fcdfad84b0f66ec21ae951f848f5d',1,'ShaderCommon.hpp']]],
+ ['camera_5fubo_7',['camera_ubo',['../classVulkanAPI.html#aa5bb84d6e6b69d8a657e9e58a73ce95c',1,'VulkanAPI']]],
+ ['cameraposition_8',['cameraPosition',['../classPlayer.html#a14bf2e254bd533631ac85fb498e4ac94',1,'Player']]],
+ ['canattack_9',['canAttack',['../classPlayer.html#a12ef01e1a26542218229c2b6a4a1d17e',1,'Player']]],
+ ['cancel_10',['cancel',['../classtask_1_1Future.html#a0c58822a735665b8f880da778e1d3bff',1,'task::Future']]],
+ ['canjump_11',['canJump',['../classMob.html#a207750b0f1af2517a22cc792260baff3',1,'Mob::canJump()'],['../classPlayer.html#a2cb36c5bd5069fc72552aeec05cc5fca',1,'Player::canJump() const']]],
+ ['canuse_12',['canUse',['../classPlayer.html#a60c19c665bddaa431f7c61aba55d3d41',1,'Player']]],
+ ['capabilities_13',['capabilities',['../structSwapchain_1_1SupportDetails.html#a3e6ebb1faa79aa2509f1b701b516f4c6',1,'Swapchain::SupportDetails']]],
+ ['cascadedshadowmapping_2ecpp_14',['CascadedShadowMapping.cpp',['../CascadedShadowMapping_8cpp.html',1,'']]],
+ ['cave_15',['CAVE',['../classChunk.html#a341d9a9b7a2a5dcc1f81eb3b616cf888a14db90e75f1308d303d0bceb0be66ac1',1,'Chunk']]],
+ ['changeplayerviewmode_16',['changePlayerViewMode',['../classClientWorld.html#a8b2f0d47fdee9822ca8bd17f80fde285',1,'ClientWorld']]],
+ ['changeticket_17',['changeTicket',['../classServerWorld.html#aeb795975e6d2fa4ee76a05ecdadf4615',1,'ServerWorld']]],
+ ['chest_5fpos_18',['chest_pos',['../classPlayerModel.html#ae04358bcd88b0b68ca3015a6a834ec86',1,'PlayerModel']]],
+ ['chest_5fsize_19',['chest_size',['../classPlayerModel.html#a54c57ab19e2011a1d3e84c78fcd917b9',1,'PlayerModel']]],
+ ['chunk_20',['Chunk',['../classChunk.html#a76523171d0b51437c6d1d24c5001fa6e',1,'Chunk::Chunk(glm::ivec3 position)'],['../classChunk.html#a401462dcbb75bf138880747dd406eb59',1,'Chunk::Chunk(const glm::ivec3 &position, const BlockArray &blocks, const LightArray &light, const BiomeArray &biome)'],['../classChunk.html#a1bdeedf9cffec565e91294437efdf7b1',1,'Chunk::Chunk(const Chunk &other)=delete'],['../classChunk.html#aa2ae208cfa7b7dd4924b62f2c5088c02',1,'Chunk::Chunk(Chunk &&other)=delete']]],
['chunk_21',['CHUNK',['../classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569ac8e8e43935c45683be5302fa7329182a',1,'IPacket']]],
- ['chunk_22',['Chunk',['../classChunk.html#a76523171d0b51437c6d1d24c5001fa6e',1,'Chunk::Chunk(glm::ivec3 position)'],['../classChunk.html#a401462dcbb75bf138880747dd406eb59',1,'Chunk::Chunk(const glm::ivec3 &position, const BlockArray &blocks, const LightArray &light, const BiomeArray &biome)'],['../classChunk.html#a1bdeedf9cffec565e91294437efdf7b1',1,'Chunk::Chunk(const Chunk &other)=delete'],['../classChunk.html#aa2ae208cfa7b7dd4924b62f2c5088c02',1,'Chunk::Chunk(Chunk &&other)=delete'],['../classChunk.html',1,'Chunk']]],
+ ['chunk_22',['Chunk',['../classChunk.html',1,'']]],
['chunk_2ecpp_23',['Chunk.cpp',['../Chunk_8cpp.html',1,'']]],
['chunk_2ehpp_24',['Chunk.hpp',['../Chunk_8hpp.html',1,'']]],
['chunk_5fcount_5fhistory_25',['chunk_count_history',['../classDebugGui.html#a151b13be29dbaa17be07342f088726fe',1,'DebugGui']]],
@@ -30,7 +30,7 @@ var searchData=
['chunk_5fload_5fqueue_5fsize_5fhistory_27',['chunk_load_queue_size_history',['../classDebugGui.html#a4033cb44c0180d828591791762178755',1,'DebugGui']]],
['chunk_5fmesh_2ecpp_28',['chunk_mesh.cpp',['../chunk__mesh_8cpp.html',1,'']]],
['chunk_5fmesh_5fcount_29',['chunk_mesh_count',['../classDebugGui.html#af0fb1675053788f8bb51314f290850b4',1,'DebugGui']]],
- ['chunk_5fmesh_5flist_30',['chunk_mesh_list',['../classWorldScene.html#ad21716e0b0ba9a66b1338020682218ac',1,'WorldScene']]],
+ ['chunk_5fmesh_5flist_30',['chunk_mesh_list',['../classVulkanAPI.html#a2ed25e24c325a567d3a25283f775c884',1,'VulkanAPI']]],
['chunk_5fpipeline_31',['chunk_pipeline',['../classVulkanAPI.html#aed55454df00de407ecbd6443cfb83fcb',1,'VulkanAPI']]],
['chunk_5fpos_32',['chunk_pos',['../structChunkPacket_1_1ChunkData.html#a1ddfb240d9fc762f94eec165b061aad6',1,'ChunkPacket::ChunkData']]],
['chunk_5frender_5ftime_5fhistory_33',['chunk_render_time_history',['../classDebugGui.html#ab3f391acf5999b42dc668de35fc8973f',1,'DebugGui']]],
@@ -47,7 +47,7 @@ var searchData=
['chunkgenlist_44',['ChunkGenList',['../classWorld_1_1WorldGenerator.html#a73337f7c2d3a5ca306bbc640c8d9ccf5',1,'World::WorldGenerator']]],
['chunkloadunloaddata_45',['ChunkLoadUnloadData',['../structServerWorld_1_1ChunkLoadUnloadData.html',1,'ServerWorld']]],
['chunkmap_46',['ChunkMap',['../Chunk_8hpp.html#ae1731276a4c3053e478351f184bc96ba',1,'Chunk.hpp']]],
- ['chunkmeshrenderdata_47',['ChunkMeshRenderData',['../structWorldScene_1_1ChunkMeshRenderData.html',1,'WorldScene']]],
+ ['chunkmeshrenderdata_47',['ChunkMeshRenderData',['../structChunkMeshRenderData.html',1,'']]],
['chunkpacket_48',['ChunkPacket',['../classChunkPacket.html#abbcba07e6815b96d9ecf33b5b6424b9e',1,'ChunkPacket::ChunkPacket(ChunkPacket &&other)'],['../classChunkPacket.html#a9c24d73827abc95549881d6ad9bc01a5',1,'ChunkPacket::ChunkPacket(const Chunk &chunk)'],['../classChunkPacket.html#a2207ebdd141037b94cd49741c7740e0f',1,'ChunkPacket::ChunkPacket()'],['../classChunkPacket.html#aeb21b114b692ed1aa3fb6ee13c309d64',1,'ChunkPacket::ChunkPacket(ChunkPacket &other)'],['../classChunkPacket.html',1,'ChunkPacket']]],
['chunkpacket_2ecpp_49',['ChunkPacket.cpp',['../ChunkPacket_8cpp.html',1,'']]],
['chunkpacket_2ehpp_50',['ChunkPacket.hpp',['../ChunkPacket_8hpp.html',1,'']]],
@@ -57,83 +57,82 @@ var searchData=
['chunks_54',['chunks',['../classCreateMeshData.html#a140c6938511a12eab9cd515cc8e76e10',1,'CreateMeshData']]],
['chunks_5fto_5fload_55',['chunks_to_load',['../structServerWorld_1_1ChunkLoadUnloadData.html#a7b8d40c1a9084c3d251cf152914a7120',1,'ServerWorld::ChunkLoadUnloadData']]],
['chunks_5fto_5funload_56',['chunks_to_unload',['../structServerWorld_1_1ChunkLoadUnloadData.html#afe330d77892fe8186ab2f7bef3071919',1,'ServerWorld::ChunkLoadUnloadData']]],
- ['chunkunloadpacket_57',['ChunkUnloadPacket',['../classChunkUnloadPacket.html#a4c735777e8220ff6e6d1775d7496bf5d',1,'ChunkUnloadPacket::ChunkUnloadPacket()'],['../classChunkUnloadPacket.html#a8186380711e8835aa704f2d69a1a1305',1,'ChunkUnloadPacket::ChunkUnloadPacket(const glm::ivec3 &chunk_position)'],['../classChunkUnloadPacket.html#a0460a9730683c2abcb4f9bd030563ce3',1,'ChunkUnloadPacket::ChunkUnloadPacket(const ChunkUnloadPacket &other)'],['../classChunkUnloadPacket.html',1,'ChunkUnloadPacket'],['../classChunkUnloadPacket.html#a1fe05e00fbd8189daf83b063afe5b99d',1,'ChunkUnloadPacket::ChunkUnloadPacket()']]],
+ ['chunkunloadpacket_57',['ChunkUnloadPacket',['../classChunkUnloadPacket.html#a4c735777e8220ff6e6d1775d7496bf5d',1,'ChunkUnloadPacket::ChunkUnloadPacket()'],['../classChunkUnloadPacket.html#a8186380711e8835aa704f2d69a1a1305',1,'ChunkUnloadPacket::ChunkUnloadPacket(const glm::ivec3 &chunk_position)'],['../classChunkUnloadPacket.html',1,'ChunkUnloadPacket'],['../classChunkUnloadPacket.html#a0460a9730683c2abcb4f9bd030563ce3',1,'ChunkUnloadPacket::ChunkUnloadPacket(const ChunkUnloadPacket &other)'],['../classChunkUnloadPacket.html#a1fe05e00fbd8189daf83b063afe5b99d',1,'ChunkUnloadPacket::ChunkUnloadPacket(ChunkUnloadPacket &&other)']]],
['chunkunloadpacket_2ecpp_58',['ChunkUnloadPacket.cpp',['../ChunkUnloadPacket_8cpp.html',1,'']]],
['chunkunloadpacket_2ehpp_59',['ChunkUnloadPacket.hpp',['../ChunkUnloadPacket_8hpp.html',1,'']]],
['class_5farchitecture_60',['class_architecture',['../md_docs_pages_class_architecture.html',1,'']]],
['class_5farchitecture_2emd_61',['class_architecture.md',['../class__architecture_8md.html',1,'']]],
['clear_62',['clear',['../structImGuiTexture.html#a9f8a1d9d9d6086444732b94e59074375',1,'ImGuiTexture::clear()'],['../classSwapchain.html#a3f8ee8c3ae46e537f4be8293820cf4f8',1,'Swapchain::clear()'],['../classPipeline.html#a75c3ba97f5fd9a5f77d8a5aaec28f4ab',1,'Pipeline::clear()'],['../classImage.html#a3a233515eb3a5f83917dc634c778db5a',1,'Image::clear()'],['../classDescriptor.html#ac781f2e9b97d7b8803fe321e1f5d8470',1,'Descriptor::clear()'],['../classBuffer.html#af8ec6ec556d0227cbcb57d40e2d2fb06',1,'Buffer::clear()'],['../classtask_1_1TaskGraph.html#a097804f07459d4773b8368240886789e',1,'task::TaskGraph::clear()']]],
- ['cleardebugblocks_63',['clearDebugBlocks',['../classWorldScene.html#a39f2d721590c28dcf1bd9723298cdd98',1,'WorldScene']]],
- ['clearreadbuffer_64',['clearReadBuffer',['../classConnection.html#ac20fcb6958a56591c9b3d06ef82e7ca8',1,'Connection']]],
- ['client_65',['Client',['../classClient.html#a79ea5cf599b93ab86dd69282f274427d',1,'Client::Client(const std::string &ip, int port)'],['../classClient.html#a317e248790a0a2967530da573ec0604c',1,'Client::Client(Client &&other)=delete'],['../classClient.html#a831c9bf9b4d6907ec23a04025810693f',1,'Client::Client(const Client &other)=delete'],['../classClient.html',1,'Client']]],
- ['client_2ecpp_66',['Client.cpp',['../Client_8cpp.html',1,'']]],
- ['client_2ehpp_67',['Client.hpp',['../Client_8hpp.html',1,'']]],
- ['clientdisconnected_68',['ClientDisconnected',['../classServer_1_1ClientDisconnected.html#af57dccf0be97d5b19a0c1daf6163d9db',1,'Server::ClientDisconnected::ClientDisconnected()'],['../classServer_1_1ClientDisconnected.html',1,'Server::ClientDisconnected']]],
- ['clientpackethandler_69',['ClientPacketHandler',['../classClientPacketHandler.html#a6a062220e63d3ac04bf7d83139db51a1',1,'ClientPacketHandler::ClientPacketHandler(ClientPacketHandler &&other)=delete'],['../classClientPacketHandler.html#a6f76c023bba86a2e8b0a75408bb3a775',1,'ClientPacketHandler::ClientPacketHandler(const ClientPacketHandler &other)=delete'],['../classClientPacketHandler.html#a5398722a3084499a82bb267c482b9339',1,'ClientPacketHandler::ClientPacketHandler(Client &client, ClientWorld &world)'],['../classClientPacketHandler.html',1,'ClientPacketHandler']]],
- ['clientpackethandler_2ecpp_70',['ClientPacketHandler.cpp',['../ClientPacketHandler_8cpp.html',1,'']]],
- ['clientpackethandler_2ehpp_71',['ClientPacketHandler.hpp',['../ClientPacketHandler_8hpp.html',1,'']]],
- ['clientsocket_72',['ClientSocket',['../classClientSocket.html#a8e01d1a6142bf31d0f8a0aea6df6ddd5',1,'ClientSocket::ClientSocket(const char *address, int port)'],['../classClientSocket.html#aff1c002d60ed3aaf1b4de070ca8157c0',1,'ClientSocket::ClientSocket(ClientSocket &&other)'],['../classClientSocket.html',1,'ClientSocket'],['../classClientSocket.html#af28744fc45bae65bcfffb1435abc2f1c',1,'ClientSocket::ClientSocket()']]],
- ['clientsocket_2ecpp_73',['ClientSocket.cpp',['../ClientSocket_8cpp.html',1,'']]],
- ['clientsocket_2ehpp_74',['ClientSocket.hpp',['../ClientSocket_8hpp.html',1,'']]],
- ['clientworld_75',['ClientWorld',['../classClientWorld.html',1,'ClientWorld'],['../classClientWorld.html#ae2509dff67daeeeb0ee9286ec46aad71',1,'ClientWorld::ClientWorld(ClientWorld &&other)=delete'],['../classClientWorld.html#a3c76d0cf45ce665a46c5f0c28b33e0cf',1,'ClientWorld::ClientWorld(ClientWorld &other)=delete'],['../classClientWorld.html#a20693b5a2b5bca1ec9342f9d48135842',1,'ClientWorld::ClientWorld(WorldScene &world_scene, VulkanAPI &vulkan_api, Sound::Engine &sound_engine, Event::Manager &event_manager, uint64_t my_player_id=0)']]],
- ['clientworld_2ecpp_76',['ClientWorld.cpp',['../ClientWorld_8cpp.html',1,'']]],
- ['clientworld_2ehpp_77',['ClientWorld.hpp',['../ClientWorld_8hpp.html',1,'']]],
- ['clone_78',['Clone',['../classBlockActionPacket.html#affec17729f69e795053bb6a6171475db',1,'BlockActionPacket::Clone()'],['../classChunkPacket.html#a769b01cd94f2db4136cd4610f6037c00',1,'ChunkPacket::Clone()'],['../classChunkRequestPacket.html#a71b493c33e34ca0eb1b031487b59cf33',1,'ChunkRequestPacket::Clone()'],['../classChunkUnloadPacket.html#a241815486c0ed950ce44602cddc06a10',1,'ChunkUnloadPacket::Clone()'],['../classConnectionPacket.html#a03df2a961b5e8ba2f6d93fae8f3f6099',1,'ConnectionPacket::Clone()'],['../classDisconnectPacket.html#ac714aeb97e9010974a9a18958c08c3eb',1,'DisconnectPacket::Clone()'],['../classIPacket.html#ae3059336c70d9e1c36816a53ecc4f746',1,'IPacket::Clone()'],['../classLoadDistancePacket.html#aa4aa6b3c68e7945f8aeda56467d1923a',1,'LoadDistancePacket::Clone()'],['../classPingPacket.html#a7ea98aa702c6baff333b920cb5f3917e',1,'PingPacket::Clone()'],['../classPlayerConnectedPacket.html#a87a8b066fc617f9d56bedc72c3013a2b',1,'PlayerConnectedPacket::Clone()'],['../classPlayerListPacket.html#a7cfde917d7ced8395abfe4bf758d2b6d',1,'PlayerListPacket::Clone()'],['../classPlayerMovePacket.html#ac42bf5390c649565b2ef954e7a5e6a96',1,'PlayerMovePacket::Clone()']]],
- ['close_79',['close',['../classSocket.html#a75ee749264ccbcfc4dfbf5442e55dcb8',1,'Socket']]],
- ['coast_80',['COAST',['../classChunk.html#abe2d3dbcc9b48d61e1aafdd5100425eea35f405fc169f9245d654f3b46653cd0e',1,'Chunk']]],
- ['code_20style_20guide_81',['Code style guide',['../codestyleguide.html',1,'']]],
- ['code_5fstyle_5fguide_2emd_82',['code_style_guide.md',['../code__style__guide_8md.html',1,'']]],
- ['color_83',['color',['../structGlobalPushConstant.html#aa81ab5be7334c8c998db692ac2a865ac',1,'GlobalPushConstant::color()'],['../structWorldScene_1_1DebugBlock.html#a370fe086d8e76cf71c6f573231035def',1,'WorldScene::DebugBlock::color()']]],
- ['color_5fattachement_84',['color_attachement',['../classVulkanAPI.html#a7598e68cc5cf8b943ee619b76483b77d',1,'VulkanAPI']]],
- ['color_5fformats_85',['color_formats',['../structPipeline_1_1CreateInfo.html#a9cb9c18feed0563d0f3a9943ee708fb6',1,'Pipeline::CreateInfo']]],
- ['command_2ecpp_86',['Command.cpp',['../Command_8cpp.html',1,'']]],
- ['command_2ehpp_87',['Command.hpp',['../Command_8hpp.html',1,'']]],
- ['command_5fpool_88',['command_pool',['../classVulkanAPI.html#a512711a2bf5f70765279aca5f1e6c5dd',1,'VulkanAPI']]],
- ['compute_5fcommand_5fbuffers_89',['compute_command_buffers',['../classVulkanAPI.html#ad8f11e92cc76af018c2cbcb0186d8bfe',1,'VulkanAPI']]],
- ['compute_5ffinished_5fsemaphores_90',['compute_finished_semaphores',['../classVulkanAPI.html#a23c0c1cf57a6c5513ab97b6053039f62',1,'VulkanAPI']]],
- ['configure_91',['configure',['../classLogger.html#a88db10d14e5ee48a5f3c4f7365ea0a21',1,'Logger']]],
- ['connection_92',['Connection',['../classConnection.html#aba760fcc7610ad2dd402d003c2c8f1e3',1,'Connection']]],
- ['connection_93',['CONNECTION',['../classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569af877da16e0c12743466e4059018d0d98',1,'IPacket']]],
- ['connection_94',['Connection',['../classConnection.html#acd6914f5b43271d312ad32a23bb52f66',1,'Connection::Connection(std::shared_ptr< Socket > socket)'],['../classConnection.html#a5c86d3a286f0eec453742b49ca15088a',1,'Connection::Connection(const Connection &other)=delete'],['../classConnection.html',1,'Connection']]],
- ['connection_2ecpp_95',['Connection.cpp',['../Connection_8cpp.html',1,'']]],
- ['connection_2ehpp_96',['Connection.hpp',['../Connection_8hpp.html',1,'']]],
- ['connection_5fid_97',['connection_id',['../classPlayer.html#a85456bffd24f618a68b14274a8f86234',1,'Player']]],
- ['connectionpacket_98',['ConnectionPacket',['../classConnectionPacket.html#a76df2426bc8b8b8a4bd4024483dc1624',1,'ConnectionPacket::ConnectionPacket()'],['../classConnectionPacket.html#a30aab44b94ba628e6433a7f7f9ed5cb6',1,'ConnectionPacket::ConnectionPacket(uint32_t id, glm::vec3 position)'],['../classConnectionPacket.html#a2c2f32b83158071ec6d3ad21b05a84a1',1,'ConnectionPacket::ConnectionPacket(ConnectionPacket &&other)'],['../classConnectionPacket.html',1,'ConnectionPacket'],['../classConnectionPacket.html#a3d9f65797ab12bdffb549ac1da2ec17f',1,'ConnectionPacket::ConnectionPacket()']]],
- ['connectionpacket_2ecpp_99',['ConnectionPacket.cpp',['../ConnectionPacket_8cpp.html',1,'']]],
- ['connectionpacket_2ehpp_100',['ConnectionPacket.hpp',['../ConnectionPacket_8hpp.html',1,'']]],
- ['connectionsocket_101',['ConnectionSocket',['../classConnectionSocket.html',1,'ConnectionSocket'],['../classConnectionSocket.html#ae148f424f57f263bf40e1d14061acc0f',1,'ConnectionSocket::ConnectionSocket(int sockfd)'],['../classConnectionSocket.html#ab00d02a447beac75b8b986bf6df35d89',1,'ConnectionSocket::ConnectionSocket(const ConnectionSocket &other)=delete'],['../classConnectionSocket.html#a7fc08a575f77016e7ed892c180d68055',1,'ConnectionSocket::ConnectionSocket(ConnectionSocket &&other)'],['../classConnectionSocket.html#ab1ce83f756f2980c65f933dd29cc5385',1,'ConnectionSocket::ConnectionSocket()']]],
- ['connectionsocket_2ecpp_102',['ConnectionSocket.cpp',['../ConnectionSocket_8cpp.html',1,'']]],
- ['connectionsocket_2ehpp_103',['ConnectionSocket.hpp',['../ConnectionSocket_8hpp.html',1,'']]],
- ['contains_104',['contains',['../classIdList.html#a7f34fd2efe2686e03082fbd723f0fbdd',1,'IdList']]],
- ['continentalness_105',['continentalness',['../structChunk_1_1biomeInfo.html#a5303b9be913c05fd2879580e2b8ab9d2',1,'Chunk::biomeInfo::continentalness()'],['../classDebugGui.html#a77d5a6f9ef6e874fc8ff5384b696f4fe',1,'DebugGui::continentalness()']]],
- ['continentalness_5ftexture_5fid_106',['continentalness_texture_id',['../classDebugGui.html#a7bf483c5f652d5cc9928106a703b258d',1,'DebugGui']]],
- ['copy_5fcommand_5fbuffers_107',['copy_command_buffers',['../classVulkanAPI.html#a6e36af29d838a6599ddb213ca74a7edf',1,'VulkanAPI']]],
- ['copy_5ffinished_5fsemaphores_108',['copy_finished_semaphores',['../classVulkanAPI.html#aa3cf0d566570f615d38be314b304a2e2',1,'VulkanAPI']]],
- ['count_109',['count',['../classItemsInfo.html#acb3c535fcd9a1bb222ae1883b77d57d2',1,'ItemsInfo']]],
- ['cpu_5ftime_5fhistory_110',['cpu_time_history',['../classDebugGui.html#a29e6325358b57a6c69acccbdcf0e379e',1,'DebugGui']]],
- ['cpu_5fwait_5ftime_5fhistory_111',['cpu_wait_time_history',['../classDebugGui.html#add85f7ea55c9488e17f552bfb4601663',1,'DebugGui']]],
- ['create_112',['create',['../classCreateMeshData.html#a84cb268e8f684dcda9a2400e3ec3ed27',1,'CreateMeshData::create()'],['../classtask_1_1TaskGraph.html#a76732a4ef2bad01fe46cc84fc59f9bdb',1,'task::TaskGraph::create()']]],
- ['create_5fmesh_5ftime_113',['create_mesh_time',['../classDebugGui.html#a71ef96f7b8feaf081a0a2f185c664018',1,'DebugGui']]],
- ['create_5fsampler_114',['create_sampler',['../structImage_1_1CreateInfo.html#aa60e260af555b0e310667a842ad24c8c',1,'Image::CreateInfo']]],
- ['create_5fview_115',['create_view',['../structImage_1_1CreateInfo.html#a5e958a877ee6a5a4fd273bd5abf12818',1,'Image::CreateInfo']]],
- ['createentity_116',['createEntity',['../classECS.html#a41b876f3725cbb04aac3f2edd95522c6',1,'ECS']]],
- ['createface_117',['createFace',['../classCreateMeshData.html#aa7f45ff2e999fe0217ee8a2638645f47',1,'CreateMeshData']]],
- ['createfacewater_118',['createFaceWater',['../classCreateMeshData.html#ae58de72f96ced25eabb4f3239654cd57',1,'CreateMeshData']]],
- ['createimguitexture_119',['createImGuiTexture',['../classVulkanAPI.html#a656d3ac5626be8100d2d718b477c1323',1,'VulkanAPI']]],
- ['createinfo_120',['CreateInfo',['../structBuffer_1_1CreateInfo.html',1,'Buffer::CreateInfo'],['../structDescriptor_1_1CreateInfo.html',1,'Descriptor::CreateInfo'],['../structImage_1_1CreateInfo.html',1,'Image::CreateInfo'],['../structPipeline_1_1CreateInfo.html',1,'Pipeline::CreateInfo'],['../structSwapchain_1_1CreateInfo.html',1,'Swapchain::CreateInfo']]],
- ['createmeshdata_121',['CreateMeshData',['../classCreateMeshData.html#a088de6a2834888efb2625e65ebe0ef2f',1,'CreateMeshData::CreateMeshData()'],['../classCreateMeshData.html',1,'CreateMeshData'],['../classCreateMeshData.html#a49d413b60a8e005b36083e958a849bb3',1,'CreateMeshData::CreateMeshData(const glm::ivec3 &pos, const glm::ivec3 &size, ChunkMap &chunk_map)'],['../classCreateMeshData.html#a7c554cdb8dbb4456c5680d90848c0647',1,'CreateMeshData::CreateMeshData(const CreateMeshData &)=delete']]],
- ['createmeshdata_2ecpp_122',['CreateMeshData.cpp',['../CreateMeshData_8cpp.html',1,'']]],
- ['createmeshdata_2ehpp_123',['CreateMeshData.hpp',['../CreateMeshData_8hpp.html',1,'']]],
- ['createmob_124',['createMob',['../classClientWorld.html#adb218b2a8ad54ecef9672a47ce3523d8',1,'ClientWorld']]],
- ['createplayer_125',['createPlayer',['../classClientWorld.html#af78a9ed84b89171654b282666c51baf9',1,'ClientWorld']]],
- ['creative_126',['CREATIVE',['../classPlayer.html#a72e63c4dee307c57567fe40a08bb292da7c4ce9f5ea267332b6998e2f0315c452',1,'Player']]],
- ['critical_127',['CRITICAL',['../classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fa4157b31e8897f6aaf720fe5e869638b9',1,'Logger']]],
- ['crosshair_5fimage_128',['crosshair_image',['../classVulkanAPI.html#a9a0abe700cd6ea529bc1ef5e51c67d9a',1,'VulkanAPI']]],
- ['crosshair_5fimage_5fdescriptor_129',['crosshair_image_descriptor',['../classVulkanAPI.html#a05b49068f5c9218b7422d6074d897f64',1,'VulkanAPI']]],
- ['cube_5fmesh_5fid_130',['cube_mesh_id',['../classVulkanAPI.html#af620c1c039315ba3962c5ca935530fbb',1,'VulkanAPI']]],
- ['cull_5fmode_131',['cull_mode',['../structPipeline_1_1CreateInfo.html#a501ff910e2a8879679c17a6fd6590ec0',1,'Pipeline::CreateInfo']]],
- ['current_5fframe_132',['current_frame',['../classVulkanAPI.html#a23a980bd3a491a0ea5a09d395e345202',1,'VulkanAPI']]],
- ['current_5fimage_5findex_133',['current_image_index',['../classVulkanAPI.html#a71545e8cb3b44415a8ac02c4dfd2a72e',1,'VulkanAPI']]],
- ['cursor_134',['cursor',['../structSound_1_1Instance.html#a81f08c3825fb9fa9766e3ffc3949d9ad',1,'Sound::Instance']]],
- ['cycleerror_135',['CycleError',['../classtask_1_1CycleError.html#a7c1fa9ff4adc5d090e2da503cdc896d6',1,'task::CycleError::CycleError()'],['../classtask_1_1CycleError.html',1,'task::CycleError']]]
+ ['clearreadbuffer_63',['clearReadBuffer',['../classConnection.html#ac20fcb6958a56591c9b3d06ef82e7ca8',1,'Connection']]],
+ ['client_64',['Client',['../classClient.html#a79ea5cf599b93ab86dd69282f274427d',1,'Client::Client()'],['../classClient.html',1,'Client'],['../classClient.html#a831c9bf9b4d6907ec23a04025810693f',1,'Client::Client(const Client &other)=delete'],['../classClient.html#a317e248790a0a2967530da573ec0604c',1,'Client::Client(Client &&other)=delete']]],
+ ['client_2ecpp_65',['Client.cpp',['../Client_8cpp.html',1,'']]],
+ ['client_2ehpp_66',['Client.hpp',['../Client_8hpp.html',1,'']]],
+ ['clientdisconnected_67',['ClientDisconnected',['../classServer_1_1ClientDisconnected.html#af57dccf0be97d5b19a0c1daf6163d9db',1,'Server::ClientDisconnected::ClientDisconnected()'],['../classServer_1_1ClientDisconnected.html',1,'Server::ClientDisconnected']]],
+ ['clientpackethandler_68',['ClientPacketHandler',['../classClientPacketHandler.html#a6a062220e63d3ac04bf7d83139db51a1',1,'ClientPacketHandler::ClientPacketHandler(ClientPacketHandler &&other)=delete'],['../classClientPacketHandler.html#a6f76c023bba86a2e8b0a75408bb3a775',1,'ClientPacketHandler::ClientPacketHandler(const ClientPacketHandler &other)=delete'],['../classClientPacketHandler.html#a5398722a3084499a82bb267c482b9339',1,'ClientPacketHandler::ClientPacketHandler(Client &client, ClientWorld &world)'],['../classClientPacketHandler.html',1,'ClientPacketHandler']]],
+ ['clientpackethandler_2ecpp_69',['ClientPacketHandler.cpp',['../ClientPacketHandler_8cpp.html',1,'']]],
+ ['clientpackethandler_2ehpp_70',['ClientPacketHandler.hpp',['../ClientPacketHandler_8hpp.html',1,'']]],
+ ['clientsocket_71',['ClientSocket',['../classClientSocket.html#a8e01d1a6142bf31d0f8a0aea6df6ddd5',1,'ClientSocket::ClientSocket(const char *address, int port)'],['../classClientSocket.html#aff1c002d60ed3aaf1b4de070ca8157c0',1,'ClientSocket::ClientSocket(ClientSocket &&other)'],['../classClientSocket.html',1,'ClientSocket'],['../classClientSocket.html#af28744fc45bae65bcfffb1435abc2f1c',1,'ClientSocket::ClientSocket()']]],
+ ['clientsocket_2ecpp_72',['ClientSocket.cpp',['../ClientSocket_8cpp.html',1,'']]],
+ ['clientsocket_2ehpp_73',['ClientSocket.hpp',['../ClientSocket_8hpp.html',1,'']]],
+ ['clientworld_74',['ClientWorld',['../classClientWorld.html',1,'ClientWorld'],['../classClientWorld.html#ae2509dff67daeeeb0ee9286ec46aad71',1,'ClientWorld::ClientWorld(ClientWorld &&other)=delete'],['../classClientWorld.html#a3c76d0cf45ce665a46c5f0c28b33e0cf',1,'ClientWorld::ClientWorld(ClientWorld &other)=delete'],['../classClientWorld.html#a62ffa1a4466b341f0cb8898075f8bf21',1,'ClientWorld::ClientWorld(VulkanAPI &vulkan_api, Sound::Engine &sound_engine, Event::Manager &event_manager, uint64_t my_player_id=0)']]],
+ ['clientworld_2ecpp_75',['ClientWorld.cpp',['../ClientWorld_8cpp.html',1,'']]],
+ ['clientworld_2ehpp_76',['ClientWorld.hpp',['../ClientWorld_8hpp.html',1,'']]],
+ ['clone_77',['Clone',['../classBlockActionPacket.html#affec17729f69e795053bb6a6171475db',1,'BlockActionPacket::Clone()'],['../classChunkPacket.html#a769b01cd94f2db4136cd4610f6037c00',1,'ChunkPacket::Clone()'],['../classChunkRequestPacket.html#a71b493c33e34ca0eb1b031487b59cf33',1,'ChunkRequestPacket::Clone()'],['../classChunkUnloadPacket.html#a241815486c0ed950ce44602cddc06a10',1,'ChunkUnloadPacket::Clone()'],['../classConnectionPacket.html#a03df2a961b5e8ba2f6d93fae8f3f6099',1,'ConnectionPacket::Clone()'],['../classDisconnectPacket.html#ac714aeb97e9010974a9a18958c08c3eb',1,'DisconnectPacket::Clone()'],['../classIPacket.html#ae3059336c70d9e1c36816a53ecc4f746',1,'IPacket::Clone()'],['../classLoadDistancePacket.html#aa4aa6b3c68e7945f8aeda56467d1923a',1,'LoadDistancePacket::Clone()'],['../classPingPacket.html#a7ea98aa702c6baff333b920cb5f3917e',1,'PingPacket::Clone()'],['../classPlayerConnectedPacket.html#a87a8b066fc617f9d56bedc72c3013a2b',1,'PlayerConnectedPacket::Clone()'],['../classPlayerListPacket.html#a7cfde917d7ced8395abfe4bf758d2b6d',1,'PlayerListPacket::Clone()'],['../classPlayerMovePacket.html#ac42bf5390c649565b2ef954e7a5e6a96',1,'PlayerMovePacket::Clone()']]],
+ ['close_78',['close',['../classSocket.html#a75ee749264ccbcfc4dfbf5442e55dcb8',1,'Socket']]],
+ ['coast_79',['COAST',['../classChunk.html#abe2d3dbcc9b48d61e1aafdd5100425eea35f405fc169f9245d654f3b46653cd0e',1,'Chunk']]],
+ ['code_20style_20guide_80',['Code style guide',['../codestyleguide.html',1,'']]],
+ ['code_5fstyle_5fguide_2emd_81',['code_style_guide.md',['../code__style__guide_8md.html',1,'']]],
+ ['color_82',['color',['../structGlobalPushConstant.html#aa81ab5be7334c8c998db692ac2a865ac',1,'GlobalPushConstant']]],
+ ['color_5fattachement_83',['color_attachement',['../classVulkanAPI.html#a7598e68cc5cf8b943ee619b76483b77d',1,'VulkanAPI']]],
+ ['color_5fformats_84',['color_formats',['../structPipeline_1_1CreateInfo.html#a9cb9c18feed0563d0f3a9943ee708fb6',1,'Pipeline::CreateInfo']]],
+ ['command_2ecpp_85',['Command.cpp',['../Command_8cpp.html',1,'']]],
+ ['command_2ehpp_86',['Command.hpp',['../Command_8hpp.html',1,'']]],
+ ['command_5fpool_87',['command_pool',['../classVulkanAPI.html#a512711a2bf5f70765279aca5f1e6c5dd',1,'VulkanAPI']]],
+ ['compute_5fcommand_5fbuffers_88',['compute_command_buffers',['../classVulkanAPI.html#ad8f11e92cc76af018c2cbcb0186d8bfe',1,'VulkanAPI']]],
+ ['compute_5ffinished_5fsemaphores_89',['compute_finished_semaphores',['../classVulkanAPI.html#a23c0c1cf57a6c5513ab97b6053039f62',1,'VulkanAPI']]],
+ ['configure_90',['configure',['../classLogger.html#a88db10d14e5ee48a5f3c4f7365ea0a21',1,'Logger']]],
+ ['connection_91',['Connection',['../classConnection.html#aba760fcc7610ad2dd402d003c2c8f1e3',1,'Connection']]],
+ ['connection_92',['CONNECTION',['../classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569af877da16e0c12743466e4059018d0d98',1,'IPacket']]],
+ ['connection_93',['Connection',['../classConnection.html#acd6914f5b43271d312ad32a23bb52f66',1,'Connection::Connection(std::shared_ptr< Socket > socket)'],['../classConnection.html#a5c86d3a286f0eec453742b49ca15088a',1,'Connection::Connection(const Connection &other)=delete'],['../classConnection.html',1,'Connection']]],
+ ['connection_2ecpp_94',['Connection.cpp',['../Connection_8cpp.html',1,'']]],
+ ['connection_2ehpp_95',['Connection.hpp',['../Connection_8hpp.html',1,'']]],
+ ['connection_5fid_96',['connection_id',['../classPlayer.html#a85456bffd24f618a68b14274a8f86234',1,'Player']]],
+ ['connectionpacket_97',['ConnectionPacket',['../classConnectionPacket.html#a76df2426bc8b8b8a4bd4024483dc1624',1,'ConnectionPacket::ConnectionPacket()'],['../classConnectionPacket.html#a30aab44b94ba628e6433a7f7f9ed5cb6',1,'ConnectionPacket::ConnectionPacket(uint32_t id, glm::vec3 position)'],['../classConnectionPacket.html#a2c2f32b83158071ec6d3ad21b05a84a1',1,'ConnectionPacket::ConnectionPacket(ConnectionPacket &&other)'],['../classConnectionPacket.html',1,'ConnectionPacket'],['../classConnectionPacket.html#a3d9f65797ab12bdffb549ac1da2ec17f',1,'ConnectionPacket::ConnectionPacket()']]],
+ ['connectionpacket_2ecpp_98',['ConnectionPacket.cpp',['../ConnectionPacket_8cpp.html',1,'']]],
+ ['connectionpacket_2ehpp_99',['ConnectionPacket.hpp',['../ConnectionPacket_8hpp.html',1,'']]],
+ ['connectionsocket_100',['ConnectionSocket',['../classConnectionSocket.html',1,'ConnectionSocket'],['../classConnectionSocket.html#ae148f424f57f263bf40e1d14061acc0f',1,'ConnectionSocket::ConnectionSocket(int sockfd)'],['../classConnectionSocket.html#ab00d02a447beac75b8b986bf6df35d89',1,'ConnectionSocket::ConnectionSocket(const ConnectionSocket &other)=delete'],['../classConnectionSocket.html#a7fc08a575f77016e7ed892c180d68055',1,'ConnectionSocket::ConnectionSocket(ConnectionSocket &&other)'],['../classConnectionSocket.html#ab1ce83f756f2980c65f933dd29cc5385',1,'ConnectionSocket::ConnectionSocket()']]],
+ ['connectionsocket_2ecpp_101',['ConnectionSocket.cpp',['../ConnectionSocket_8cpp.html',1,'']]],
+ ['connectionsocket_2ehpp_102',['ConnectionSocket.hpp',['../ConnectionSocket_8hpp.html',1,'']]],
+ ['contains_103',['contains',['../classIdList.html#a7f34fd2efe2686e03082fbd723f0fbdd',1,'IdList']]],
+ ['continentalness_104',['continentalness',['../structChunk_1_1biomeInfo.html#a5303b9be913c05fd2879580e2b8ab9d2',1,'Chunk::biomeInfo::continentalness()'],['../classDebugGui.html#a77d5a6f9ef6e874fc8ff5384b696f4fe',1,'DebugGui::continentalness()']]],
+ ['continentalness_5ftexture_5fid_105',['continentalness_texture_id',['../classDebugGui.html#a7bf483c5f652d5cc9928106a703b258d',1,'DebugGui']]],
+ ['copy_5fcommand_5fbuffers_106',['copy_command_buffers',['../classVulkanAPI.html#a6e36af29d838a6599ddb213ca74a7edf',1,'VulkanAPI']]],
+ ['copy_5ffinished_5fsemaphores_107',['copy_finished_semaphores',['../classVulkanAPI.html#aa3cf0d566570f615d38be314b304a2e2',1,'VulkanAPI']]],
+ ['count_108',['count',['../classItemsInfo.html#acb3c535fcd9a1bb222ae1883b77d57d2',1,'ItemsInfo']]],
+ ['cpu_5ftime_5fhistory_109',['cpu_time_history',['../classDebugGui.html#a29e6325358b57a6c69acccbdcf0e379e',1,'DebugGui']]],
+ ['cpu_5fwait_5ftime_5fhistory_110',['cpu_wait_time_history',['../classDebugGui.html#add85f7ea55c9488e17f552bfb4601663',1,'DebugGui']]],
+ ['create_111',['create',['../classCreateMeshData.html#a84cb268e8f684dcda9a2400e3ec3ed27',1,'CreateMeshData::create()'],['../classtask_1_1TaskGraph.html#a76732a4ef2bad01fe46cc84fc59f9bdb',1,'task::TaskGraph::create()']]],
+ ['create_5fmesh_5ftime_112',['create_mesh_time',['../classDebugGui.html#a71ef96f7b8feaf081a0a2f185c664018',1,'DebugGui']]],
+ ['create_5fsampler_113',['create_sampler',['../structImage_1_1CreateInfo.html#aa60e260af555b0e310667a842ad24c8c',1,'Image::CreateInfo']]],
+ ['create_5fview_114',['create_view',['../structImage_1_1CreateInfo.html#a5e958a877ee6a5a4fd273bd5abf12818',1,'Image::CreateInfo']]],
+ ['createentity_115',['createEntity',['../classECS.html#a41b876f3725cbb04aac3f2edd95522c6',1,'ECS']]],
+ ['createface_116',['createFace',['../classCreateMeshData.html#aa7f45ff2e999fe0217ee8a2638645f47',1,'CreateMeshData']]],
+ ['createfacewater_117',['createFaceWater',['../classCreateMeshData.html#ae58de72f96ced25eabb4f3239654cd57',1,'CreateMeshData']]],
+ ['createimguitexture_118',['createImGuiTexture',['../classVulkanAPI.html#a656d3ac5626be8100d2d718b477c1323',1,'VulkanAPI']]],
+ ['createinfo_119',['CreateInfo',['../structBuffer_1_1CreateInfo.html',1,'Buffer::CreateInfo'],['../structDescriptor_1_1CreateInfo.html',1,'Descriptor::CreateInfo'],['../structImage_1_1CreateInfo.html',1,'Image::CreateInfo'],['../structPipeline_1_1CreateInfo.html',1,'Pipeline::CreateInfo'],['../structSwapchain_1_1CreateInfo.html',1,'Swapchain::CreateInfo']]],
+ ['createmeshdata_120',['CreateMeshData',['../classCreateMeshData.html#a088de6a2834888efb2625e65ebe0ef2f',1,'CreateMeshData::CreateMeshData()'],['../classCreateMeshData.html',1,'CreateMeshData'],['../classCreateMeshData.html#a49d413b60a8e005b36083e958a849bb3',1,'CreateMeshData::CreateMeshData(const glm::ivec3 &pos, const glm::ivec3 &size, ChunkMap &chunk_map)'],['../classCreateMeshData.html#a7c554cdb8dbb4456c5680d90848c0647',1,'CreateMeshData::CreateMeshData(const CreateMeshData &)=delete']]],
+ ['createmeshdata_2ecpp_121',['CreateMeshData.cpp',['../CreateMeshData_8cpp.html',1,'']]],
+ ['createmeshdata_2ehpp_122',['CreateMeshData.hpp',['../CreateMeshData_8hpp.html',1,'']]],
+ ['createmob_123',['createMob',['../classClientWorld.html#adb218b2a8ad54ecef9672a47ce3523d8',1,'ClientWorld']]],
+ ['createplayer_124',['createPlayer',['../classClientWorld.html#af78a9ed84b89171654b282666c51baf9',1,'ClientWorld']]],
+ ['creative_125',['CREATIVE',['../classPlayer.html#a72e63c4dee307c57567fe40a08bb292da7c4ce9f5ea267332b6998e2f0315c452',1,'Player']]],
+ ['critical_126',['CRITICAL',['../classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fa4157b31e8897f6aaf720fe5e869638b9',1,'Logger']]],
+ ['crosshair_5fimage_127',['crosshair_image',['../classVulkanAPI.html#a9a0abe700cd6ea529bc1ef5e51c67d9a',1,'VulkanAPI']]],
+ ['crosshair_5fimage_5fdescriptor_128',['crosshair_image_descriptor',['../classVulkanAPI.html#a05b49068f5c9218b7422d6074d897f64',1,'VulkanAPI']]],
+ ['cube_5fmesh_5fid_129',['cube_mesh_id',['../classVulkanAPI.html#af620c1c039315ba3962c5ca935530fbb',1,'VulkanAPI']]],
+ ['cull_5fmode_130',['cull_mode',['../structPipeline_1_1CreateInfo.html#a501ff910e2a8879679c17a6fd6590ec0',1,'Pipeline::CreateInfo']]],
+ ['current_5fframe_131',['current_frame',['../classVulkanAPI.html#a23a980bd3a491a0ea5a09d395e345202',1,'VulkanAPI']]],
+ ['current_5fimage_5findex_132',['current_image_index',['../classVulkanAPI.html#a71545e8cb3b44415a8ac02c4dfd2a72e',1,'VulkanAPI']]],
+ ['cursor_133',['cursor',['../structSound_1_1Instance.html#a81f08c3825fb9fa9766e3ffc3949d9ad',1,'Sound::Instance']]],
+ ['cycleerror_134',['CycleError',['../classtask_1_1CycleError.html#a7c1fa9ff4adc5d090e2da503cdc896d6',1,'task::CycleError::CycleError()'],['../classtask_1_1CycleError.html',1,'task::CycleError']]]
];
diff --git a/search/all_3.js b/search/all_3.js
index 8db95cdf..1508a00d 100644
--- a/search/all_3.js
+++ b/search/all_3.js
@@ -9,56 +9,54 @@ var searchData=
['debug_5finfo_5fimage_6',['debug_info_image',['../classVulkanAPI.html#a86743941615e910138d60d76b6a59b4b',1,'VulkanAPI']]],
['debug_5finfo_5fimage_5fdescriptor_7',['debug_info_image_descriptor',['../classVulkanAPI.html#ae0cb9516fb69a6123ebae59832bc7c91',1,'VulkanAPI']]],
['debug_5fmessenger_8',['debug_messenger',['../classVulkanAPI.html#a8899d4c5849a216c4e698a99e204bd3e',1,'VulkanAPI']]],
- ['debugblock_9',['DebugBlock',['../structWorldScene_1_1DebugBlock.html',1,'WorldScene']]],
- ['debugblocks_10',['debugBlocks',['../classWorldScene.html#aa30c05b2a0f01c1b9ba0be17fa80f732',1,'WorldScene']]],
- ['debuggui_11',['DebugGui',['../classDebugGui.html',1,'DebugGui'],['../classDebugGui.html#aba92e1f2e05a94aa41db61b072d5dffc',1,'DebugGui::DebugGui()']]],
- ['debuggui_2ecpp_12',['DebugGui.cpp',['../DebugGui_8cpp.html',1,'']]],
- ['debuggui_2ehpp_13',['DebugGui.hpp',['../DebugGui_8hpp.html',1,'']]],
- ['decorate_14',['DECORATE',['../classChunk.html#a341d9a9b7a2a5dcc1f81eb3b616cf888a89ef60e0923f1cdaf625fa71e3ebbde7',1,'Chunk']]],
- ['default_5fspeed_15',['default_speed',['../classPlayer.html#a51abadfb0aa236bcb754b23a60288bb5',1,'Player']]],
- ['define_2ehpp_16',['define.hpp',['../define_8hpp.html',1,'']]],
- ['depth_5fattachement_17',['depth_attachement',['../classVulkanAPI.html#a317f98acc7c0cc7e2e639e865fa55e61',1,'VulkanAPI']]],
- ['depth_5fbias_5fclamp_18',['depth_bias_clamp',['../structPipeline_1_1CreateInfo.html#aae95948271ff108a34c8659455c0cf8c',1,'Pipeline::CreateInfo']]],
- ['depth_5fbias_5fconstant_5ffactor_19',['depth_bias_constant_factor',['../structPipeline_1_1CreateInfo.html#aef5ab13ac9228b2147fea6d1f846a3e8',1,'Pipeline::CreateInfo']]],
- ['depth_5fbias_5fenable_20',['depth_bias_enable',['../structPipeline_1_1CreateInfo.html#aad0a65fa0068271cee011e6ece5c05f2',1,'Pipeline::CreateInfo']]],
- ['depth_5fbias_5fslope_5ffactor_21',['depth_bias_slope_factor',['../structPipeline_1_1CreateInfo.html#ae45ff04b3b97493ba41e71f731f04f0c',1,'Pipeline::CreateInfo']]],
- ['depth_5fformat_22',['depth_format',['../structPipeline_1_1CreateInfo.html#a53624f801bfdee5d90b987df844dd356',1,'Pipeline::CreateInfo']]],
- ['descriptor_23',['Descriptor',['../classDescriptor.html#a67969fc893331c2e6d554ddf6d6c55f0',1,'Descriptor::Descriptor()'],['../classDescriptor.html',1,'Descriptor'],['../classDescriptor.html#a0ff5ec7cfa1dca9d39e656e906b464a1',1,'Descriptor::Descriptor(VkDevice device, const CreateInfo &info)'],['../classDescriptor.html#a92551db1cf5b2dacf3e5a3c039bdec0b',1,'Descriptor::Descriptor(const Descriptor &)=delete'],['../classDescriptor.html#a329c6eb69cd7c155e6d6777fbafbeb0f',1,'Descriptor::Descriptor(Descriptor &&other) noexcept']]],
- ['descriptor_2ecpp_24',['Descriptor.cpp',['../Descriptor_8cpp.html',1,'']]],
- ['descriptor_2ehpp_25',['Descriptor.hpp',['../Descriptor_8hpp.html',1,'']]],
- ['descriptor_5fcount_26',['descriptor_count',['../structDescriptor_1_1CreateInfo.html#a804c1190b6d320b17ba9d4f0e1047ed2',1,'Descriptor::CreateInfo::descriptor_count()'],['../structGlobalDescriptorWrite.html#abae7801c33bef5463bc7c11c4e64a8ff',1,'GlobalDescriptorWrite::descriptor_count()']]],
- ['descriptor_5fset_27',['descriptor_set',['../structImGuiTexture.html#a59b9c69a62d0c0dc053ece9fd54bd3af',1,'ImGuiTexture']]],
- ['descriptor_5fset_5flayouts_28',['descriptor_set_layouts',['../structPipeline_1_1CreateInfo.html#a5d8f66f446243480dd64b87fe2a920c5',1,'Pipeline::CreateInfo']]],
- ['descriptor_5ftype_29',['descriptor_type',['../structGlobalDescriptorWrite.html#a8eb942cda894684036856787005cf654',1,'GlobalDescriptorWrite']]],
- ['deserialize_30',['Deserialize',['../classBlockActionPacket.html#a8f54bac30c70f779bea9011dbae7912d',1,'BlockActionPacket::Deserialize()'],['../classPlayerMovePacket.html#a662bbe58c188c390a7ced3d00dceebdb',1,'PlayerMovePacket::Deserialize()'],['../classPlayerListPacket.html#adcca28a41c5232e039a23e8e6116e980',1,'PlayerListPacket::Deserialize()'],['../classPlayerConnectedPacket.html#a5bae229e2abf6799a84bc0c2cd0921e3',1,'PlayerConnectedPacket::Deserialize()'],['../classPingPacket.html#a14af60f82feb375962a50222dcdbc868',1,'PingPacket::Deserialize()'],['../classLoadDistancePacket.html#a266f4e092814c35f309e8304acd5f1d1',1,'LoadDistancePacket::Deserialize()'],['../classIPacket.html#a768ac28e49ac98205b3319109dff697c',1,'IPacket::Deserialize()'],['../classDisconnectPacket.html#ae251517d74f378ee7a15299cd5db4f4a',1,'DisconnectPacket::Deserialize()'],['../classChunkUnloadPacket.html#a286980e1bc6c449416f12ec2c09ab75f',1,'ChunkUnloadPacket::Deserialize()'],['../classChunkRequestPacket.html#adc12b71671f04f7ba59895fa94c8d689',1,'ChunkRequestPacket::Deserialize()'],['../classChunkPacket.html#aca67f4c2e88ae2a0ff8102ba12b37dcc',1,'ChunkPacket::Deserialize()'],['../classConnectionPacket.html#a713cf4fcaf41e9c93689f858d83df6e1',1,'ConnectionPacket::Deserialize()']]],
- ['desert_31',['DESERT',['../classChunk.html#abe2d3dbcc9b48d61e1aafdd5100425eea36cf8b91b77de9ed87ccf5e3d76962b9',1,'Chunk']]],
- ['destroy_32',['DESTROY',['../structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fcac39aa6dbe619bb8ef8187b00b686df6a',1,'ServerWorld::BlockUpdateData']]],
- ['destroy_33',['destroy',['../classTextRenderer.html#aec073a6afdb6ad57f411fa45276c1c7f',1,'TextRenderer']]],
- ['destroymesh_34',['destroyMesh',['../classVulkanAPI.html#ad27846b71139eb87106408bd25940dbb',1,'VulkanAPI']]],
- ['destroymeshes_35',['destroyMeshes',['../classVulkanAPI.html#a64487d489c2c83eda603848f99c53826',1,'VulkanAPI']]],
- ['device_36',['device',['../classVulkanAPI.html#ac53aef29bbc7afd5cef325d4d608f669',1,'VulkanAPI']]],
- ['dimensions_37',['Dimensions',['../classCreateMeshData.html#a5c6063de0e463d26969267ecdb269277',1,'CreateMeshData']]],
- ['direction_38',['direction',['../classPlayer.html#a333e44206106f4585180041030d3cd00',1,'Player']]],
- ['dirt_39',['Dirt',['../classBlockInfo.html#a45820c5fd9afbf3c099019879095db75a7cf334b79a84091f27dfc019b4b79229',1,'BlockInfo']]],
- ['dirtblock_40',['DirtBlock',['../classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba20f3dcb57070288ee0ddf10cc74f0227',1,'ItemInfo']]],
- ['disconnect_41',['DISCONNECT',['../classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569add7cd0eb57db08d4f98abc48e5593462',1,'IPacket']]],
- ['disconnect_42',['disconnect',['../classServer.html#a2384ffdcf012e494a472ff9b57845f3b',1,'Server']]],
- ['disconnectpacket_43',['DisconnectPacket',['../classDisconnectPacket.html',1,'DisconnectPacket'],['../classDisconnectPacket.html#af87b9c06ab910752e742ac20a4ea93aa',1,'DisconnectPacket::DisconnectPacket()'],['../classDisconnectPacket.html#a07da316298ff176a99d6829b7be74fd0',1,'DisconnectPacket::DisconnectPacket(uint32_t player_id)'],['../classDisconnectPacket.html#ab40aba2804ab0dea47f591d71ae34a53',1,'DisconnectPacket::DisconnectPacket(const DisconnectPacket &other)'],['../classDisconnectPacket.html#a4e59088ea19edff71f5f8448c2ffa8d0',1,'DisconnectPacket::DisconnectPacket(DisconnectPacket &&other)']]],
- ['disconnectpacket_2ecpp_44',['DisconnectPacket.cpp',['../DisconnectPacket_8cpp.html',1,'']]],
- ['disconnectpacket_2ehpp_45',['DisconnectPacket.hpp',['../DisconnectPacket_8hpp.html',1,'']]],
- ['displacement_46',['displacement',['../classEvent_1_1PlayerMoving.html#ac91180ec7398c71386b2c1a944e12804',1,'Event::PlayerMoving']]],
- ['dmat_47',['dmat',['../classMat4.html#ac58529fdf443319bb6406eed968ad222',1,'Mat4']]],
- ['docs_20style_20guide_48',['Docs Style guide',['../docstyleguide.html',1,'']]],
- ['docs_5fstyle_5fguide_2emd_49',['docs_style_guide.md',['../docs__style__guide_8md.html',1,'']]],
- ['draw_5fcommand_5fbuffers_50',['draw_command_buffers',['../classVulkanAPI.html#ae3ca1ad478d46ff986a5c70ff3de9907',1,'VulkanAPI']]],
- ['draw_5fctx_51',['draw_ctx',['../classVulkanAPI.html#a07adf9175f5395986d9feb6eb87cfac6',1,'VulkanAPI']]],
- ['draw_5fshadow_5fpass_5fcommand_5fbuffers_52',['draw_shadow_pass_command_buffers',['../classVulkanAPI.html#a2fcf70ece5470d2c97c197ebcd044c3c',1,'VulkanAPI']]],
- ['drawhudimage_53',['drawHudImage',['../classVulkanAPI.html#ae58294d582cc0bcb04c4ece2350fba79',1,'VulkanAPI']]],
- ['drawitemicon_54',['drawItemIcon',['../classVulkanAPI.html#acdf9faa7c2f01c5480088443d6cf1ece',1,'VulkanAPI']]],
- ['drawmesh_55',['drawMesh',['../classVulkanAPI.html#a3ca516c046ac41c08b2e56a6b47e5f46',1,'VulkanAPI']]],
- ['drawnoises_56',['drawNoises',['../classWorld_1_1WorldGenerator.html#abf5d7f0833fc2323912f6ced09f417b7',1,'World::WorldGenerator']]],
- ['dst_5farray_5felement_57',['dst_array_element',['../structGlobalDescriptorWrite.html#ab6c7ab1156657ee25bc2a8a097067514',1,'GlobalDescriptorWrite']]],
- ['dst_5fbinding_58',['dst_binding',['../structGlobalDescriptorWrite.html#a5b0682ff149ef7bc363a2dbae4d2fce2',1,'GlobalDescriptorWrite']]],
- ['dynamic_5fheader_5fsize_59',['DYNAMIC_HEADER_SIZE',['../classIPacket.html#aa1fbb981153d0de919c84d235613a65c',1,'IPacket']]],
- ['dynamic_5fstates_60',['dynamic_states',['../structPipeline_1_1CreateInfo.html#a7f5176bb1185e2f0b2da53af19e3fa22',1,'Pipeline::CreateInfo']]]
+ ['debuggui_9',['DebugGui',['../classDebugGui.html#aba92e1f2e05a94aa41db61b072d5dffc',1,'DebugGui::DebugGui()'],['../classDebugGui.html',1,'DebugGui']]],
+ ['debuggui_2ecpp_10',['DebugGui.cpp',['../DebugGui_8cpp.html',1,'']]],
+ ['debuggui_2ehpp_11',['DebugGui.hpp',['../DebugGui_8hpp.html',1,'']]],
+ ['decorate_12',['DECORATE',['../classChunk.html#a341d9a9b7a2a5dcc1f81eb3b616cf888a89ef60e0923f1cdaf625fa71e3ebbde7',1,'Chunk']]],
+ ['default_5fspeed_13',['default_speed',['../classPlayer.html#a51abadfb0aa236bcb754b23a60288bb5',1,'Player']]],
+ ['define_2ehpp_14',['define.hpp',['../define_8hpp.html',1,'']]],
+ ['depth_5fattachement_15',['depth_attachement',['../classVulkanAPI.html#a317f98acc7c0cc7e2e639e865fa55e61',1,'VulkanAPI']]],
+ ['depth_5fbias_5fclamp_16',['depth_bias_clamp',['../structPipeline_1_1CreateInfo.html#aae95948271ff108a34c8659455c0cf8c',1,'Pipeline::CreateInfo']]],
+ ['depth_5fbias_5fconstant_5ffactor_17',['depth_bias_constant_factor',['../structPipeline_1_1CreateInfo.html#aef5ab13ac9228b2147fea6d1f846a3e8',1,'Pipeline::CreateInfo']]],
+ ['depth_5fbias_5fenable_18',['depth_bias_enable',['../structPipeline_1_1CreateInfo.html#aad0a65fa0068271cee011e6ece5c05f2',1,'Pipeline::CreateInfo']]],
+ ['depth_5fbias_5fslope_5ffactor_19',['depth_bias_slope_factor',['../structPipeline_1_1CreateInfo.html#ae45ff04b3b97493ba41e71f731f04f0c',1,'Pipeline::CreateInfo']]],
+ ['depth_5fformat_20',['depth_format',['../structPipeline_1_1CreateInfo.html#a53624f801bfdee5d90b987df844dd356',1,'Pipeline::CreateInfo']]],
+ ['descriptor_21',['Descriptor',['../classDescriptor.html#a67969fc893331c2e6d554ddf6d6c55f0',1,'Descriptor::Descriptor()'],['../classDescriptor.html',1,'Descriptor'],['../classDescriptor.html#a0ff5ec7cfa1dca9d39e656e906b464a1',1,'Descriptor::Descriptor(VkDevice device, const CreateInfo &info)'],['../classDescriptor.html#a92551db1cf5b2dacf3e5a3c039bdec0b',1,'Descriptor::Descriptor(const Descriptor &)=delete'],['../classDescriptor.html#a329c6eb69cd7c155e6d6777fbafbeb0f',1,'Descriptor::Descriptor(Descriptor &&other) noexcept']]],
+ ['descriptor_2ecpp_22',['Descriptor.cpp',['../Descriptor_8cpp.html',1,'']]],
+ ['descriptor_2ehpp_23',['Descriptor.hpp',['../Descriptor_8hpp.html',1,'']]],
+ ['descriptor_5fcount_24',['descriptor_count',['../structDescriptor_1_1CreateInfo.html#a804c1190b6d320b17ba9d4f0e1047ed2',1,'Descriptor::CreateInfo::descriptor_count()'],['../structGlobalDescriptorWrite.html#abae7801c33bef5463bc7c11c4e64a8ff',1,'GlobalDescriptorWrite::descriptor_count()']]],
+ ['descriptor_5fset_25',['descriptor_set',['../structImGuiTexture.html#a59b9c69a62d0c0dc053ece9fd54bd3af',1,'ImGuiTexture']]],
+ ['descriptor_5fset_5flayouts_26',['descriptor_set_layouts',['../structPipeline_1_1CreateInfo.html#a5d8f66f446243480dd64b87fe2a920c5',1,'Pipeline::CreateInfo']]],
+ ['descriptor_5ftype_27',['descriptor_type',['../structGlobalDescriptorWrite.html#a8eb942cda894684036856787005cf654',1,'GlobalDescriptorWrite']]],
+ ['deserialize_28',['Deserialize',['../classChunkPacket.html#aca67f4c2e88ae2a0ff8102ba12b37dcc',1,'ChunkPacket::Deserialize()'],['../classPlayerMovePacket.html#a662bbe58c188c390a7ced3d00dceebdb',1,'PlayerMovePacket::Deserialize()'],['../classPlayerListPacket.html#adcca28a41c5232e039a23e8e6116e980',1,'PlayerListPacket::Deserialize()'],['../classPlayerConnectedPacket.html#a5bae229e2abf6799a84bc0c2cd0921e3',1,'PlayerConnectedPacket::Deserialize()'],['../classLoadDistancePacket.html#a266f4e092814c35f309e8304acd5f1d1',1,'LoadDistancePacket::Deserialize()'],['../classPingPacket.html#a14af60f82feb375962a50222dcdbc868',1,'PingPacket::Deserialize()'],['../classIPacket.html#a768ac28e49ac98205b3319109dff697c',1,'IPacket::Deserialize()'],['../classDisconnectPacket.html#ae251517d74f378ee7a15299cd5db4f4a',1,'DisconnectPacket::Deserialize()'],['../classChunkUnloadPacket.html#a286980e1bc6c449416f12ec2c09ab75f',1,'ChunkUnloadPacket::Deserialize()'],['../classChunkRequestPacket.html#adc12b71671f04f7ba59895fa94c8d689',1,'ChunkRequestPacket::Deserialize()'],['../classBlockActionPacket.html#a8f54bac30c70f779bea9011dbae7912d',1,'BlockActionPacket::Deserialize()'],['../classConnectionPacket.html#a713cf4fcaf41e9c93689f858d83df6e1',1,'ConnectionPacket::Deserialize()']]],
+ ['desert_29',['DESERT',['../classChunk.html#abe2d3dbcc9b48d61e1aafdd5100425eea36cf8b91b77de9ed87ccf5e3d76962b9',1,'Chunk']]],
+ ['destroy_30',['DESTROY',['../structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fcac39aa6dbe619bb8ef8187b00b686df6a',1,'ServerWorld::BlockUpdateData']]],
+ ['destroy_31',['destroy',['../classTextRenderer.html#aec073a6afdb6ad57f411fa45276c1c7f',1,'TextRenderer']]],
+ ['destroymesh_32',['destroyMesh',['../classVulkanAPI.html#ad27846b71139eb87106408bd25940dbb',1,'VulkanAPI']]],
+ ['destroymeshes_33',['destroyMeshes',['../classVulkanAPI.html#a64487d489c2c83eda603848f99c53826',1,'VulkanAPI']]],
+ ['device_34',['device',['../classVulkanAPI.html#ac53aef29bbc7afd5cef325d4d608f669',1,'VulkanAPI']]],
+ ['dimensions_35',['Dimensions',['../classCreateMeshData.html#a5c6063de0e463d26969267ecdb269277',1,'CreateMeshData']]],
+ ['direction_36',['direction',['../classPlayer.html#a333e44206106f4585180041030d3cd00',1,'Player']]],
+ ['dirt_37',['Dirt',['../classBlockInfo.html#a45820c5fd9afbf3c099019879095db75a7cf334b79a84091f27dfc019b4b79229',1,'BlockInfo']]],
+ ['dirtblock_38',['DirtBlock',['../classItemInfo.html#a9d898f32712d5daa690f863d6e59362ba20f3dcb57070288ee0ddf10cc74f0227',1,'ItemInfo']]],
+ ['disconnect_39',['DISCONNECT',['../classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569add7cd0eb57db08d4f98abc48e5593462',1,'IPacket']]],
+ ['disconnect_40',['disconnect',['../classServer.html#a2384ffdcf012e494a472ff9b57845f3b',1,'Server']]],
+ ['disconnectpacket_41',['DisconnectPacket',['../classDisconnectPacket.html',1,'DisconnectPacket'],['../classDisconnectPacket.html#af87b9c06ab910752e742ac20a4ea93aa',1,'DisconnectPacket::DisconnectPacket()'],['../classDisconnectPacket.html#a07da316298ff176a99d6829b7be74fd0',1,'DisconnectPacket::DisconnectPacket(uint32_t player_id)'],['../classDisconnectPacket.html#ab40aba2804ab0dea47f591d71ae34a53',1,'DisconnectPacket::DisconnectPacket(const DisconnectPacket &other)'],['../classDisconnectPacket.html#a4e59088ea19edff71f5f8448c2ffa8d0',1,'DisconnectPacket::DisconnectPacket(DisconnectPacket &&other)']]],
+ ['disconnectpacket_2ecpp_42',['DisconnectPacket.cpp',['../DisconnectPacket_8cpp.html',1,'']]],
+ ['disconnectpacket_2ehpp_43',['DisconnectPacket.hpp',['../DisconnectPacket_8hpp.html',1,'']]],
+ ['displacement_44',['displacement',['../classEvent_1_1PlayerMoving.html#ac91180ec7398c71386b2c1a944e12804',1,'Event::PlayerMoving']]],
+ ['dmat_45',['dmat',['../classMat4.html#ac58529fdf443319bb6406eed968ad222',1,'Mat4']]],
+ ['docs_20style_20guide_46',['Docs Style guide',['../docstyleguide.html',1,'']]],
+ ['docs_5fstyle_5fguide_2emd_47',['docs_style_guide.md',['../docs__style__guide_8md.html',1,'']]],
+ ['draw_5fcommand_5fbuffers_48',['draw_command_buffers',['../classVulkanAPI.html#ae3ca1ad478d46ff986a5c70ff3de9907',1,'VulkanAPI']]],
+ ['draw_5fctx_49',['draw_ctx',['../classVulkanAPI.html#a07adf9175f5395986d9feb6eb87cfac6',1,'VulkanAPI']]],
+ ['draw_5fshadow_5fpass_5fcommand_5fbuffers_50',['draw_shadow_pass_command_buffers',['../classVulkanAPI.html#a2fcf70ece5470d2c97c197ebcd044c3c',1,'VulkanAPI']]],
+ ['drawhudimage_51',['drawHudImage',['../classVulkanAPI.html#ae58294d582cc0bcb04c4ece2350fba79',1,'VulkanAPI']]],
+ ['drawitemicon_52',['drawItemIcon',['../classVulkanAPI.html#acdf9faa7c2f01c5480088443d6cf1ece',1,'VulkanAPI']]],
+ ['drawmesh_53',['drawMesh',['../classVulkanAPI.html#a3ca516c046ac41c08b2e56a6b47e5f46',1,'VulkanAPI']]],
+ ['drawnoises_54',['drawNoises',['../classWorld_1_1WorldGenerator.html#abf5d7f0833fc2323912f6ced09f417b7',1,'World::WorldGenerator']]],
+ ['dst_5farray_5felement_55',['dst_array_element',['../structGlobalDescriptorWrite.html#ab6c7ab1156657ee25bc2a8a097067514',1,'GlobalDescriptorWrite']]],
+ ['dst_5fbinding_56',['dst_binding',['../structGlobalDescriptorWrite.html#a5b0682ff149ef7bc363a2dbae4d2fce2',1,'GlobalDescriptorWrite']]],
+ ['dynamic_5fheader_5fsize_57',['DYNAMIC_HEADER_SIZE',['../classIPacket.html#aa1fbb981153d0de919c84d235613a65c',1,'IPacket']]],
+ ['dynamic_5fstates_58',['dynamic_states',['../structPipeline_1_1CreateInfo.html#a7f5176bb1185e2f0b2da53af19e3fa22',1,'Pipeline::CreateInfo']]]
];
diff --git a/search/all_4.js b/search/all_4.js
index 516cfca8..a6897caf 100644
--- a/search/all_4.js
+++ b/search/all_4.js
@@ -7,8 +7,8 @@ var searchData=
['elapsed_4',['elapsed',['../classTimer.html#aed63e63649306ee13ffc02c28e2e8311',1,'Timer']]],
['emit_5flight_5',['emit_light',['../classBlockInfo.html#a531a5d17353038ea7988497e50b0e6d1',1,'BlockInfo']]],
['emplace_6',['emplace',['../classtask_1_1TaskGraph.html#afa9038a64089ebf798617263972023c2',1,'task::TaskGraph::emplace(F &&task)'],['../classtask_1_1TaskGraph.html#a4f5e2eb9bee12458272174b952f4f9bc',1,'task::TaskGraph::emplace(std::shared_ptr< TaskGraph > graph)']]],
- ['empty_7',['empty',['../classThreadSafeQueue.html#a58b5532baa6110071f697ad1f9bfbf58',1,'ThreadSafeQueue::empty()'],['../classtask_1_1TaskGraph.html#a62e9b68dc64f2e759ce3037e712fec78',1,'task::TaskGraph::empty()']]],
- ['empty_8',['EMPTY',['../classChunk.html#a341d9a9b7a2a5dcc1f81eb3b616cf888aba2b45bdc11e2a4a6e86aab2ac693cbb',1,'Chunk']]],
+ ['empty_7',['EMPTY',['../classChunk.html#a341d9a9b7a2a5dcc1f81eb3b616cf888aba2b45bdc11e2a4a6e86aab2ac693cbb',1,'Chunk']]],
+ ['empty_8',['empty',['../classThreadSafeQueue.html#a58b5532baa6110071f697ad1f9bfbf58',1,'ThreadSafeQueue::empty()'],['../classtask_1_1TaskGraph.html#a62e9b68dc64f2e759ce3037e712fec78',1,'task::TaskGraph::empty()']]],
['emptygrapherror_9',['EmptyGraphError',['../classtask_1_1EmptyGraphError.html#ab008ab309c9af56ad685dce185954635',1,'task::EmptyGraphError::EmptyGraphError()'],['../classtask_1_1EmptyGraphError.html',1,'task::EmptyGraphError']]],
['emptymoduleerror_10',['EmptyModuleError',['../classtask_1_1EmptyModuleError.html#a579aac52ccb84412dfe7f7c1fd6511bd',1,'task::EmptyModuleError::EmptyModuleError(const std::string &moduleName)'],['../classtask_1_1EmptyModuleError.html#af3f0c67ddf698bfa52eb5efc794fded3',1,'task::EmptyModuleError::EmptyModuleError()'],['../classtask_1_1EmptyModuleError.html',1,'task::EmptyModuleError']]],
['enable_5falpha_5fblending_11',['enable_alpha_blending',['../structPipeline_1_1CreateInfo.html#a25e64b656083d8b970deb9cda588d088',1,'Pipeline::CreateInfo']]],
@@ -17,7 +17,7 @@ var searchData=
['engine_14',['Engine',['../classSound_1_1Engine.html#a56dcd64f315e9b5a0cf8b07600606e3b',1,'Sound::Engine::Engine()'],['../classSound_1_1Engine.html',1,'Sound::Engine']]],
['entity_15',['Entity',['../classECS.html#a0522db9e8c6b722ba83c41dd147a4012',1,'ECS']]],
['entity_5fids_16',['entity_ids',['../classChunk.html#aa9be7205972b0ef732c338037f717cef',1,'Chunk']]],
- ['entity_5fmesh_5flist_17',['entity_mesh_list',['../classWorldScene.html#a39a8384c40aa13380dcae1d593e6f3cb',1,'WorldScene']]],
+ ['entity_5fmesh_5flist_17',['entity_mesh_list',['../classVulkanAPI.html#a014e24d7872443cc72ba95aeb69d3fbc',1,'VulkanAPI']]],
['entity_5fpipeline_18',['entity_pipeline',['../classVulkanAPI.html#aa722fadde782da66e3c87930aa1c0617',1,'VulkanAPI']]],
['entitymovepacket_19',['EntityMovePacket',['../classEntityMovePacket.html',1,'']]],
['entitymovepacket_2ecpp_20',['EntityMovePacket.cpp',['../EntityMovePacket_8cpp.html',1,'']]],
diff --git a/search/all_6.js b/search/all_6.js
index 9e4423af..31009efb 100644
--- a/search/all_6.js
+++ b/search/all_6.js
@@ -4,8 +4,8 @@ var searchData=
['g_5fblocks_5finfo_1',['g_blocks_info',['../Block_8cpp.html#a4444a80e08217e1267cd9cd5816cd523',1,'g_blocks_info(): Block.cpp'],['../Block_8hpp.html#a4444a80e08217e1267cd9cd5816cd523',1,'g_blocks_info(): Block.cpp']]],
['g_5fitems_5finfo_2',['g_items_info',['../Item_8cpp.html#af8237ee189bd06ab055eaa323a8cd499',1,'g_items_info(): Item.cpp'],['../Item_8hpp.html#af8237ee189bd06ab055eaa323a8cd499',1,'g_items_info(): Item.cpp']]],
['g_5fstructures_5finfo_3',['g_structures_info',['../Structures_8cpp.html#a7433091805f166e77d7ad9b6e1b7b9af',1,'g_structures_info(): Structures.cpp'],['../Structures_8hpp.html#a7433091805f166e77d7ad9b6e1b7b9af',1,'g_structures_info(): Structures.cpp']]],
- ['gamemode_4',['gameMode',['../classPlayer.html#a39ad689468b2763f5b735a5e4fb78113',1,'Player']]],
- ['gamemode_5',['GameMode',['../classPlayer.html#a72e63c4dee307c57567fe40a08bb292d',1,'Player']]],
+ ['gamemode_4',['GameMode',['../classPlayer.html#a72e63c4dee307c57567fe40a08bb292d',1,'Player']]],
+ ['gamemode_5',['gameMode',['../classPlayer.html#a39ad689468b2763f5b735a5e4fb78113',1,'Player']]],
['genlevel_6',['genLevel',['../classChunk.html#a341d9a9b7a2a5dcc1f81eb3b616cf888',1,'Chunk']]],
['geom_5fpath_7',['geom_path',['../structPipeline_1_1CreateInfo.html#a55aadbc1d6eb858af6c4a008fb08a314',1,'Pipeline::CreateInfo']]],
['get_8',['get',['../classIdList.html#a7e939a9ac873e13ea125d963ad13c426',1,'IdList::get()'],['../classStructuresInfo.html#af0e52eb93ae082b98ae0e070338b7f66',1,'StructuresInfo::get()'],['../classItemsInfo.html#ac07fb82734d03064216533f9ffaa7e97',1,'ItemsInfo::get(const size_t index)'],['../classItemsInfo.html#ae0f78a41ae660141fe043c89de764c4f',1,'ItemsInfo::get(const ItemInfo::Type type)'],['../classBlocksInfo.html#a542c0dfc57b0e7a973ff0002615b54e9',1,'BlocksInfo::get()'],['../classAtomic.html#ab99d547bb71994618d7f55f1002f09da',1,'Atomic::get()']]],
@@ -31,11 +31,11 @@ var searchData=
['getchunknolock_28',['getChunkNoLock',['../classWorld.html#a024d70e06aa8f5a8c0dc8025898bfc7d',1,'World']]],
['getchunkpos_29',['GetChunkPos',['../classChunkRequestPacket.html#a9f2bc12e14b242adb4b3dfa8a04b5b7f',1,'ChunkRequestPacket']]],
['getchunkpos_30',['getChunkPos',['../Chunk_8cpp.html#a13c2796488b0973725a341c85f9bf68a',1,'getChunkPos(const glm::ivec3 &block_pos): Chunk.cpp'],['../Chunk_8hpp.html#a13c2796488b0973725a341c85f9bf68a',1,'getChunkPos(const glm::ivec3 &block_pos): Chunk.cpp']]],
- ['getchunkposition_31',['getChunkPosition',['../classWorld.html#ae27a9fda577f8532ab2c2e2a84a212e6',1,'World']]],
- ['getchunkposition_32',['GetChunkPosition',['../classChunkUnloadPacket.html#a34325f896c3056502433a8f542bed4dd',1,'ChunkUnloadPacket']]],
+ ['getchunkposition_31',['GetChunkPosition',['../classChunkUnloadPacket.html#a34325f896c3056502433a8f542bed4dd',1,'ChunkUnloadPacket']]],
+ ['getchunkposition_32',['getChunkPosition',['../classWorld.html#ae27a9fda577f8532ab2c2e2a84a212e6',1,'World']]],
['getcomponent_33',['getComponent',['../classECS.html#a0964edee0e30fc151733125821a1fbca',1,'ECS']]],
- ['getconnectionid_34',['GetConnectionId',['../classIPacket.html#a4228fd890d4c6bd61aa47d5611d6de67',1,'IPacket']]],
- ['getconnectionid_35',['getConnectionId',['../classConnection.html#a8393cac931d8bf5668c28d5bee53f76c',1,'Connection']]],
+ ['getconnectionid_34',['getConnectionId',['../classConnection.html#a8393cac931d8bf5668c28d5bee53f76c',1,'Connection']]],
+ ['getconnectionid_35',['GetConnectionId',['../classIPacket.html#a4228fd890d4c6bd61aa47d5611d6de67',1,'IPacket']]],
['getcounter_36',['GetCounter',['../classPingPacket.html#a1676a18f8161c9f86378f67f7a7e3675',1,'PingPacket']]],
['getcursorpos_37',['getCursorPos',['../classInput.html#af27940a5ccc50e41923999fc859033cb',1,'Input']]],
['getdata_38',['getData',['../classtask_1_1Task.html#abc047f9484c1e583db6599b7372f8a7d',1,'task::Task']]],
@@ -52,24 +52,24 @@ var searchData=
['getheights_49',['getHeights',['../classChunk.html#a3f42a85d7a2e67b679095ab196fc857a',1,'Chunk::getHeights()'],['../classChunk.html#ad13bda356b5a71c44cc40348b8bf1766',1,'Chunk::getHeights() const']]],
['gethighestloadlevel_50',['getHighestLoadLevel',['../classChunk.html#a927846cf2f611445e3d50ff2035b44b9',1,'Chunk']]],
['getid_51',['GetId',['../classPingPacket.html#a3d9fa32fca80897bf292d1286a97b36f',1,'PingPacket']]],
- ['getinstance_52',['getInstance',['../classBlocksInfo.html#a361efaf78681e409956c873169511d47',1,'BlocksInfo::getInstance()'],['../classStructuresInfo.html#a513a25da4e20853026d10d4746c80f25',1,'StructuresInfo::getInstance()'],['../classItemsInfo.html#a88e23b95408a156e185bb489499de417',1,'ItemsInfo::getInstance()'],['../classVulkanMemoryAllocator.html#a31fdffe4690d7847613c34abe1a858e5',1,'VulkanMemoryAllocator::getInstance()']]],
+ ['getinstance_52',['getInstance',['../classItemsInfo.html#a88e23b95408a156e185bb489499de417',1,'ItemsInfo']]],
['getinstance_53',['GetInstance',['../classPacketFactory.html#afa072497d682c55cd567e6be204194c3',1,'PacketFactory']]],
- ['getkeystate_54',['getKeyState',['../classInput.html#a271f9ae0888e9d9e594a678d54438a39',1,'Input']]],
- ['getlight_55',['getLight',['../classChunk.html#abdabf846152d22dd69151b582658a41c',1,'Chunk::getLight(const int &x, const int &y, const int &z) const'],['../classChunk.html#a0a55525abd3504e35a9c14cf563f4462',1,'Chunk::getLight()'],['../classChunk.html#a44c2d43e835c8f0efd86a81597f49d7e',1,'Chunk::getLight() const'],['../classCreateMeshData.html#a4633f5b8b4ab40f50ff27f1f96fb4a1e',1,'CreateMeshData::getLight(uint8_t pos, uint8_t side_1, uint8_t side_2, uint8_t corner)'],['../classCreateMeshData.html#a6c5726f37e9deb3518f6f436cf7bd1d3',1,'CreateMeshData::getLight(const glm::ivec3 &pos, const int dim_1, const int dim_2)'],['../classCreateMeshData.html#a8e3b4bee75334e423ef700676473e17f',1,'CreateMeshData::getLight(const glm::ivec3 &pos)'],['../classCreateMeshData.html#a243fcf1684cbfb850715d89c2a5ca444',1,'CreateMeshData::getLight(const int x, const int y, const int z)'],['../classChunk.html#a2f3a10102e763a90cecab97e7c1904f1',1,'Chunk::getLight()']]],
- ['getloaddistance_56',['getLoadDistance',['../classServerWorld.html#a1148bfb757f5882683e97eb5fec92d11',1,'ServerWorld']]],
- ['getloadlevel_57',['getLoadLevel',['../classChunk.html#ae44723155b8a00e6c523d27ebd3f5e7d',1,'Chunk']]],
- ['getmaxtexturecoord_58',['getMaxTextureCoord',['../structBlockVertex.html#a7728af94a4ab4f8578678ffe34a36283',1,'BlockVertex']]],
- ['getmeshid_59',['getMeshID',['../classChunk.html#a97ceff83c5b32cf8e7fa3134d27b48b6',1,'Chunk']]],
- ['getmousebuttonstate_60',['getMouseButtonState',['../classInput.html#af6cd2f591860019c65f4ccf7076f195a',1,'Input']]],
- ['getname_61',['getName',['../classtask_1_1TaskNode.html#a3fdea8edfea4cca29378037856f22882',1,'task::TaskNode::getName()'],['../classtask_1_1Task.html#aa4fc6f10cba944d34eb4875dea2029d2',1,'task::Task::getName()']]],
- ['getneededchunks_62',['getNeededChunks',['../classClientWorld.html#ac0f3bce19e6ccd73922fa70740508688',1,'ClientWorld']]],
- ['getplayerid_63',['GetPlayerId',['../classPlayerConnectedPacket.html#a65df640a46e0782990e1c6603881c89c',1,'PlayerConnectedPacket::GetPlayerId()'],['../classPlayerMovePacket.html#a73e7ba8b5f995a50861d7311ee654c70',1,'PlayerMovePacket::GetPlayerId()'],['../classDisconnectPacket.html#a62a35702451b644a608cc475f2054a7a',1,'DisconnectPacket::GetPlayerId()'],['../classConnectionPacket.html#a74992d74fac4f0dac5cb32e9adb3d19d',1,'ConnectionPacket::GetPlayerId()']]],
- ['getplayerposition_64',['getPlayerPosition',['../classClientWorld.html#a99ff03b7be1e020be0d27863f221cb50',1,'ClientWorld']]],
- ['getplayers_65',['getPlayers',['../classWorldScene.html#a718802069c22ec6a63e06eacb09f0150',1,'WorldScene']]],
- ['getplayers_66',['GetPlayers',['../classPlayerListPacket.html#a04f6ce02f5ca9de9748d062bdc719733',1,'PlayerListPacket']]],
- ['getposition_67',['GetPosition',['../classPlayerMovePacket.html#a8798a51590215505aa426980c8dbfced',1,'PlayerMovePacket']]],
- ['getposition_68',['getPosition',['../classChunk.html#ac7a2ed68597190050622a38dc45b4665',1,'Chunk']]],
- ['getposition_69',['GetPosition',['../classConnectionPacket.html#adbdbabc4c20cf29d5e6442c3b3c0327d',1,'ConnectionPacket::GetPosition()'],['../classBlockActionPacket.html#a43c1a22b128c4a647a7d7aa4b40613d8',1,'BlockActionPacket::GetPosition()']]],
+ ['getinstance_54',['getInstance',['../classStructuresInfo.html#a513a25da4e20853026d10d4746c80f25',1,'StructuresInfo::getInstance()'],['../classBlocksInfo.html#a361efaf78681e409956c873169511d47',1,'BlocksInfo::getInstance()'],['../classVulkanMemoryAllocator.html#a31fdffe4690d7847613c34abe1a858e5',1,'VulkanMemoryAllocator::getInstance()']]],
+ ['getkeystate_55',['getKeyState',['../classInput.html#a271f9ae0888e9d9e594a678d54438a39',1,'Input']]],
+ ['getlight_56',['getLight',['../classChunk.html#abdabf846152d22dd69151b582658a41c',1,'Chunk::getLight(const int &x, const int &y, const int &z) const'],['../classChunk.html#a0a55525abd3504e35a9c14cf563f4462',1,'Chunk::getLight()'],['../classChunk.html#a44c2d43e835c8f0efd86a81597f49d7e',1,'Chunk::getLight() const'],['../classCreateMeshData.html#a4633f5b8b4ab40f50ff27f1f96fb4a1e',1,'CreateMeshData::getLight(uint8_t pos, uint8_t side_1, uint8_t side_2, uint8_t corner)'],['../classCreateMeshData.html#a6c5726f37e9deb3518f6f436cf7bd1d3',1,'CreateMeshData::getLight(const glm::ivec3 &pos, const int dim_1, const int dim_2)'],['../classCreateMeshData.html#a8e3b4bee75334e423ef700676473e17f',1,'CreateMeshData::getLight(const glm::ivec3 &pos)'],['../classCreateMeshData.html#a243fcf1684cbfb850715d89c2a5ca444',1,'CreateMeshData::getLight(const int x, const int y, const int z)'],['../classChunk.html#a2f3a10102e763a90cecab97e7c1904f1',1,'Chunk::getLight()']]],
+ ['getloaddistance_57',['getLoadDistance',['../classServerWorld.html#a1148bfb757f5882683e97eb5fec92d11',1,'ServerWorld']]],
+ ['getloadlevel_58',['getLoadLevel',['../classChunk.html#ae44723155b8a00e6c523d27ebd3f5e7d',1,'Chunk']]],
+ ['getmaxtexturecoord_59',['getMaxTextureCoord',['../structBlockVertex.html#a7728af94a4ab4f8578678ffe34a36283',1,'BlockVertex']]],
+ ['getmeshid_60',['getMeshID',['../classChunk.html#a97ceff83c5b32cf8e7fa3134d27b48b6',1,'Chunk']]],
+ ['getmousebuttonstate_61',['getMouseButtonState',['../classInput.html#af6cd2f591860019c65f4ccf7076f195a',1,'Input']]],
+ ['getname_62',['getName',['../classtask_1_1TaskNode.html#a3fdea8edfea4cca29378037856f22882',1,'task::TaskNode::getName()'],['../classtask_1_1Task.html#aa4fc6f10cba944d34eb4875dea2029d2',1,'task::Task::getName()']]],
+ ['getneededchunks_63',['getNeededChunks',['../classClientWorld.html#ac0f3bce19e6ccd73922fa70740508688',1,'ClientWorld']]],
+ ['getplayerid_64',['GetPlayerId',['../classPlayerConnectedPacket.html#a65df640a46e0782990e1c6603881c89c',1,'PlayerConnectedPacket::GetPlayerId()'],['../classPlayerMovePacket.html#a73e7ba8b5f995a50861d7311ee654c70',1,'PlayerMovePacket::GetPlayerId()'],['../classDisconnectPacket.html#a62a35702451b644a608cc475f2054a7a',1,'DisconnectPacket::GetPlayerId()'],['../classConnectionPacket.html#a74992d74fac4f0dac5cb32e9adb3d19d',1,'ConnectionPacket::GetPlayerId()']]],
+ ['getplayerposition_65',['getPlayerPosition',['../classClientWorld.html#a99ff03b7be1e020be0d27863f221cb50',1,'ClientWorld']]],
+ ['getplayers_66',['getPlayers',['../classVulkanAPI.html#ae33a1cd788d12c4fa76f2dde42b801b0',1,'VulkanAPI']]],
+ ['getplayers_67',['GetPlayers',['../classPlayerListPacket.html#a04f6ce02f5ca9de9748d062bdc719733',1,'PlayerListPacket']]],
+ ['getposition_68',['GetPosition',['../classConnectionPacket.html#adbdbabc4c20cf29d5e6442c3b3c0327d',1,'ConnectionPacket::GetPosition()'],['../classPlayerMovePacket.html#a8798a51590215505aa426980c8dbfced',1,'PlayerMovePacket::GetPosition()'],['../classBlockActionPacket.html#a43c1a22b128c4a647a7d7aa4b40613d8',1,'BlockActionPacket::GetPosition()']]],
+ ['getposition_69',['getPosition',['../classChunk.html#ac7a2ed68597190050622a38dc45b4665',1,'Chunk']]],
['getptr_70',['getPtr',['../classtask_1_1TaskGraph.html#aa49bd4d13184313f94fc93f70a1c09dc',1,'task::TaskGraph']]],
['getqueuesize_71',['getQueueSize',['../classClient.html#a60dbe62e5dd63b3308318f5aa952daa7',1,'Client']]],
['getreadbufferptr_72',['getReadBufferPtr',['../classConnection.html#a0907cb8fe5e51d3b19c38bfc1c52c099',1,'Connection']]],
@@ -99,8 +99,8 @@ var searchData=
['globaldescriptorwrite_96',['GlobalDescriptorWrite',['../structGlobalDescriptorWrite.html',1,'']]],
['globalpushconstant_97',['GlobalPushConstant',['../structGlobalPushConstant.html',1,'']]],
['gpu_5fallocated_5fmemory_98',['gpu_allocated_memory',['../classDebugGui.html#a41587c9a96dcd6592953dd1ea8255218',1,'DebugGui']]],
- ['graph_99',['Graph',['../classtask_1_1Graph.html#af80c137cef1bbeda907d799c9bb49280',1,'task::Graph::Graph(Graph &&)=default'],['../classtask_1_1Graph.html#adb6e10d3071ecffe30c00e04e0981d5b',1,'task::Graph::Graph(const Graph &)=delete'],['../classtask_1_1Graph.html#a1e0acb48544b8a3c5981a35915ed7a31',1,'task::Graph::Graph()']]],
- ['graph_100',['graph',['../structtest.html#a46a832a9d08a984e29dec92444955c19',1,'test::graph()'],['../structtask_1_1Executor_1_1info_1_1NodeInfo.html#abfc84060240979db8206915a92d88d91',1,'task::Executor::info::NodeInfo::graph()'],['../structtask_1_1Executor_1_1info_1_1GraphInfo.html#ac86fbae3dcce969c04635677bb56ac5a',1,'task::Executor::info::GraphInfo::graph()']]],
+ ['graph_99',['graph',['../structtest.html#a46a832a9d08a984e29dec92444955c19',1,'test::graph()'],['../structtask_1_1Executor_1_1info_1_1NodeInfo.html#abfc84060240979db8206915a92d88d91',1,'task::Executor::info::NodeInfo::graph()'],['../structtask_1_1Executor_1_1info_1_1GraphInfo.html#ac86fbae3dcce969c04635677bb56ac5a',1,'task::Executor::info::GraphInfo::graph()']]],
+ ['graph_100',['Graph',['../classtask_1_1Graph.html#af80c137cef1bbeda907d799c9bb49280',1,'task::Graph::Graph(Graph &&)=default'],['../classtask_1_1Graph.html#adb6e10d3071ecffe30c00e04e0981d5b',1,'task::Graph::Graph(const Graph &)=delete'],['../classtask_1_1Graph.html#a1e0acb48544b8a3c5981a35915ed7a31',1,'task::Graph::Graph()']]],
['graph_101',['GRAPH',['../classtask_1_1TaskNode.html#ac2243a0b0e1b7317deebda3953223325ae27e2917b6444fcd3452d2d87046a487',1,'task::TaskNode']]],
['graph_102',['Graph',['../classtask_1_1Graph.html',1,'task']]],
['graph_2ehpp_103',['Graph.hpp',['../Graph_8hpp.html',1,'']]],
diff --git a/search/all_8.js b/search/all_8.js
index 350c9b97..73df1a01 100644
--- a/search/all_8.js
+++ b/search/all_8.js
@@ -1,16 +1,16 @@
var searchData=
[
['icosphere_5fmesh_5fid_0',['icosphere_mesh_id',['../classVulkanAPI.html#aebc102cf15cf5e7bd6bf392aecf09266',1,'VulkanAPI']]],
- ['id_1',['id',['../classServer_1_1ClientDisconnected.html#adce61d211eacccb40f0516b7c42a47e7',1,'Server::ClientDisconnected::id()'],['../classStructureInfo.html#ade445acc95456dadafc7cf87d18220f5',1,'StructureInfo::id()'],['../classBlockInfo.html#aa23ed20c525b47f06e453e7910af42c4',1,'BlockInfo::id()'],['../structSound_1_1DataChunk.html#aa94c2ee8454ae0e0224b1b83d6aab6de',1,'Sound::DataChunk::id()'],['../structSound_1_1FMTChunk.html#a21f72e59300db1a36b5e2f1a7c3dffff',1,'Sound::FMTChunk::id()'],['../structSound_1_1RIFFChunk.html#a7d9c9403ac33859aeea424c3ec222086',1,'Sound::RIFFChunk::id()'],['../structWorldScene_1_1MeshRenderData.html#a95cf5e88754f36c61ed53a352da3c4cf',1,'WorldScene::MeshRenderData::id()'],['../structWorldScene_1_1ChunkMeshRenderData.html#ab249b99d3cb08e1478112bda8851b321',1,'WorldScene::ChunkMeshRenderData::id()'],['../structPlayerListPacket_1_1PlayerInfo.html#a708b260d422703e08d2d4aa30d979c09',1,'PlayerListPacket::PlayerInfo::id()'],['../structServer_1_1sendInfo.html#ab99e655c8c1a484d95347371c992e10d',1,'Server::sendInfo::id()']]],
+ ['id_1',['id',['../classServer_1_1ClientDisconnected.html#adce61d211eacccb40f0516b7c42a47e7',1,'Server::ClientDisconnected::id()'],['../classStructureInfo.html#ade445acc95456dadafc7cf87d18220f5',1,'StructureInfo::id()'],['../classBlockInfo.html#aa23ed20c525b47f06e453e7910af42c4',1,'BlockInfo::id()'],['../structMeshRenderData.html#a21aa9f3330f7ad02825ab9b601f5163b',1,'MeshRenderData::id()'],['../structChunkMeshRenderData.html#a7f0eb321e03a801ba7ca57f4248f28ba',1,'ChunkMeshRenderData::id()'],['../structSound_1_1DataChunk.html#aa94c2ee8454ae0e0224b1b83d6aab6de',1,'Sound::DataChunk::id()'],['../structSound_1_1FMTChunk.html#a21f72e59300db1a36b5e2f1a7c3dffff',1,'Sound::FMTChunk::id()'],['../structSound_1_1RIFFChunk.html#a7d9c9403ac33859aeea424c3ec222086',1,'Sound::RIFFChunk::id()'],['../structPlayerListPacket_1_1PlayerInfo.html#a708b260d422703e08d2d4aa30d979c09',1,'PlayerListPacket::PlayerInfo::id()'],['../structServer_1_1sendInfo.html#ab99e655c8c1a484d95347371c992e10d',1,'Server::sendInfo::id()']]],
['idgenerator_2',['IdGenerator',['../classIdGenerator.html#a0f179cc4755acb5e6f6b25b84bc3c407',1,'IdGenerator::IdGenerator(IdGenerator &&other)=delete'],['../classIdGenerator.html#acfd0df8a7ab6987b3a3f7babd3a25527',1,'IdGenerator::IdGenerator(IdGenerator &other)=delete'],['../classIdGenerator.html#ab9e37605d5f3916ea7df3fff7c39620c',1,'IdGenerator::IdGenerator()'],['../classIdGenerator.html',1,'IdGenerator< IdType >']]],
['idgenerator_3c_20key_20_3e_3',['IdGenerator< Key >',['../classIdGenerator.html',1,'']]],
['idgenerator_3c_20uint64_5ft_20_3e_4',['IdGenerator< uint64_t >',['../classIdGenerator.html',1,'']]],
['idlist_5',['IdList',['../classIdList.html',1,'IdList< Key, Value, container, IdGen >'],['../classIdList.html#afef5fe68381cd9e3e31241df970adb8b',1,'IdList::IdList(IdList &&other)=delete'],['../classIdList.html#a7de080ab23728097cb28fa19da30d5f2',1,'IdList::IdList(const IdList &other)=delete'],['../classIdList.html#a51e84ac9c51792b96d037579d4ad2e5a',1,'IdList::IdList()']]],
- ['idlist_3c_20uint64_5ft_2c_20worldscene_3a_3achunkmeshrenderdata_20_3e_6',['IdList< uint64_t, WorldScene::ChunkMeshRenderData >',['../classIdList.html',1,'']]],
- ['idlist_3c_20uint64_5ft_2c_20worldscene_3a_3ameshrenderdata_20_3e_7',['IdList< uint64_t, WorldScene::MeshRenderData >',['../classIdList.html',1,'']]],
- ['image_8',['Image',['../classImage.html',1,'Image'],['../classImage.html#ab3d72c4c60d06ca1c897dd58526a8702',1,'Image::Image(Image &&other) noexcept'],['../classImage.html#aa4fb6cbaa00822c5afa8e40b2c870a9a',1,'Image::Image(VkDevice device, VkPhysicalDevice physical_device, SingleTimeCommand &command_buffer, const CreateInfo &create_info)']]],
+ ['idlist_3c_20uint64_5ft_2c_20chunkmeshrenderdata_20_3e_6',['IdList< uint64_t, ChunkMeshRenderData >',['../classIdList.html',1,'']]],
+ ['idlist_3c_20uint64_5ft_2c_20meshrenderdata_20_3e_7',['IdList< uint64_t, MeshRenderData >',['../classIdList.html',1,'']]],
+ ['image_8',['Image',['../classImage.html',1,'']]],
['image_9',['image',['../classImage.html#af56e0fca4971d34559f7ba57a1d0c430',1,'Image::image()'],['../structImGuiTexture.html#acd7b27173b3b666e98f78dc8e285a238',1,'ImGuiTexture::image()']]],
- ['image_10',['Image',['../classImage.html#a58edd1c45b4faeb5f789b0d036d02313',1,'Image::Image()'],['../classImage.html#a20a5cb82bbecd48bdcea519bf53bc051',1,'Image::Image(const Image &)=delete']]],
+ ['image_10',['Image',['../classImage.html#a58edd1c45b4faeb5f789b0d036d02313',1,'Image::Image()'],['../classImage.html#a20a5cb82bbecd48bdcea519bf53bc051',1,'Image::Image(const Image &)=delete'],['../classImage.html#ab3d72c4c60d06ca1c897dd58526a8702',1,'Image::Image(Image &&other) noexcept'],['../classImage.html#aa4fb6cbaa00822c5afa8e40b2c870a9a',1,'Image::Image(VkDevice device, VkPhysicalDevice physical_device, SingleTimeCommand &command_buffer, const CreateInfo &create_info)']]],
['image_2ecpp_11',['Image.cpp',['../Image_8cpp.html',1,'']]],
['image_2ehpp_12',['Image.hpp',['../Image_8hpp.html',1,'']]],
['image_5favailable_5fsemaphores_13',['image_available_semaphores',['../classVulkanAPI.html#aded6afbe797d9e490d44f56c818baa90',1,'VulkanAPI']]],
@@ -37,49 +37,48 @@ var searchData=
['indices_34',['indices',['../classObjLoader.html#a5fa6ee94be71986475151b952f56cdb5',1,'ObjLoader::indices()'],['../classCreateMeshData.html#a0fcd2d65556456c67a8125b8e4733511',1,'CreateMeshData::indices()']]],
['info_35',['INFO',['../classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fa61a9b6fc1e9babc448984b8a34ca2ed2',1,'Logger']]],
['initialize_36',['initialize',['../classTextRenderer.html#a01d170da7ff37e4658ec0d578c399555',1,'TextRenderer']]],
- ['input_37',['Input',['../classInput.html',1,'']]],
+ ['input_37',['Input',['../classInput.html',1,'Input'],['../classInput.html#aa895b31518ef527a6463c70fb4709097',1,'Input::Input()']]],
['input_38',['input',['../classWindow.html#a82f1bcd7398902a364b803e6a4377fae',1,'Window']]],
- ['input_39',['Input',['../classInput.html#aa895b31518ef527a6463c70fb4709097',1,'Input']]],
- ['input_2ecpp_40',['input.cpp',['../input_8cpp.html',1,'']]],
- ['input_2ehpp_41',['input.hpp',['../input_8hpp.html',1,'']]],
- ['insert_42',['insert',['../classIdList.html#a9f13a6e2c7b0ad078aec1ed58731aae2',1,'IdList::insert(const Value &value)'],['../classIdList.html#a5ae7d76de56fe94f1831bd1c6e834ecb',1,'IdList::insert(Value &&value)'],['../classIdList.html#a74c071b70b6ecca184fd950f8e7d8417',1,'IdList::insert(const Key &key, const Value &value)'],['../classIdList.html#a7a325affc5650075383909a95651034b',1,'IdList::insert(const Key &key, Value &&value)']]],
- ['insertchunk_43',['insertChunk',['../classWorld.html#acfd5f2a2c19381826debe4d0b5ac3c50',1,'World']]],
- ['insertchunknolock_44',['insertChunkNoLock',['../classWorld.html#a500a24a178550859843850732f9e8f55',1,'World']]],
- ['inside_5fblock_45',['inside_block',['../structRayCastOnBlockResult.html#aa7fe8951493555235458c66e6d08ddbe',1,'RayCastOnBlockResult']]],
- ['instance_46',['instance',['../classVulkanAPI.html#acbc18157e133b2d4ad681f060d44c742',1,'VulkanAPI']]],
- ['instance_47',['Instance',['../structSound_1_1Instance.html',1,'Sound']]],
- ['int_5fslider_48',['INT_SLIDER',['../DebugGui_8cpp.html#a1a60a34f2199b20e73fa9957c46f8378',1,'DebugGui.cpp']]],
- ['internalmodule_49',['internalModule',['../structtask_1_1Executor_1_1info_1_1GraphInfo.html#af198db7088d7104ce68f92727b2c5069',1,'task::Executor::info::GraphInfo']]],
- ['invalid_5fid_50',['invalid_id',['../classIdList.html#ab579e561ccd74c9c16b217e094de3c00',1,'IdList::invalid_id()'],['../classIdGenerator.html#a635fdd48caf37fda5a5ece71e949625a',1,'IdGenerator::invalid_id()']]],
- ['invalid_5fmesh_5fid_51',['invalid_mesh_id',['../classVulkanAPI.html#ae886d1569f905d7a860e3d8dc874b9fb',1,'VulkanAPI']]],
- ['ip_5faddress_52',['IP_ADDRESS',['../define_8hpp.html#ad8a262037cbfb38d1512f0073eeb7a66',1,'define.hpp']]],
- ['ipacket_53',['IPacket',['../classIPacket.html',1,'IPacket'],['../classIPacket.html#a970e033333775279b4a962551be32708',1,'IPacket::IPacket()'],['../classIPacket.html#a4b9ebee53e0a9ad2c02d0fe3aae39724',1,'IPacket::IPacket(IPacket &&)'],['../classIPacket.html#aebd08dc223b5854f99c1dbadf3bc132e',1,'IPacket::IPacket(const IPacket &)']]],
- ['ipacket_2ecpp_54',['IPacket.cpp',['../IPacket_8cpp.html',1,'']]],
- ['ipacket_2ehpp_55',['IPacket.hpp',['../IPacket_8hpp.html',1,'']]],
- ['ipositionpacket_2ehpp_56',['IPositionPacket.hpp',['../IPositionPacket_8hpp.html',1,'']]],
- ['is_5fcube_5fmap_57',['is_cube_map',['../structImage_1_1CreateInfo.html#af953d7c96232acf9e4ec8f998e4933d7',1,'Image::CreateInfo']]],
- ['is_5fused_58',['is_used',['../structMesh.html#a8ea5a0edf71dfc56e666db22e049a161',1,'Mesh']]],
- ['isactive_59',['isActive',['../classPlayerModel_1_1AttackAnimation.html#acd559f3ed50a32ce697f71d445ab87b4',1,'PlayerModel::AttackAnimation::isActive()'],['../classPlayerModel_1_1WalkAnimation.html#aaeb5197efaa33e9fc0dc19d25cef852e',1,'PlayerModel::WalkAnimation::isActive()']]],
- ['iscoast_60',['isCoast',['../structChunk_1_1biomeInfo.html#a7e325d794438dde999cd17065f1202d6',1,'Chunk::biomeInfo']]],
- ['iscolliding_61',['isColliding',['../HitBox_8hpp.html#a49282f4311182dadcdddb5d87879738e',1,'isColliding(const HitBox &hitbox1, const glm::dvec3 &position1, const HitBox &hitbox2, const glm::dvec3 &position2): HitBox.cpp'],['../HitBox_8cpp.html#a49282f4311182dadcdddb5d87879738e',1,'isColliding(const HitBox &hitbox1, const glm::dvec3 &position1, const HitBox &hitbox2, const glm::dvec3 &position2): HitBox.cpp']]],
- ['iscomplete_62',['isComplete',['../structQueueFamilyIndices.html#a652cdfabe4719ae21a701e77d57e7899',1,'QueueFamilyIndices']]],
- ['iscursorcaptured_63',['isCursorCaptured',['../classInput.html#abc3e0e7f94a824fbdc65957d51fe6eda',1,'Input']]],
- ['isempty_64',['isEmpty',['../classtask_1_1Task.html#a665808d9cf8395cc52ebd53ae8aa3117',1,'task::Task']]],
- ['isflying_65',['isFlying',['../classPlayer.html#aebf1ad14c05b62b1545b09ca60d5c201',1,'Player']]],
- ['island_66',['isLand',['../classDebugGui.html#a3f28138ef963a30ea0e7de5dab5585d9',1,'DebugGui::isLand()'],['../structChunk_1_1biomeInfo.html#afabd52e8a64c40613615e55f9db7fc57',1,'Chunk::biomeInfo::isLand()']]],
- ['islockable_67',['isLockable',['../classStatus.html#aa164dbd052f1208125fd678b6cafd51b',1,'Status']]],
- ['islocked_68',['isLocked',['../classStatus.html#a9c8830c8a44acd4d18baccae5f395306',1,'Status']]],
- ['ismeshed_69',['isMeshed',['../classChunk.html#a6db3df2c63c66f8f1ce2ecbf335e6194',1,'Chunk']]],
- ['isocean_70',['isOcean',['../classDebugGui.html#a46332e4f23c897182b58979454d59735',1,'DebugGui::isOcean()'],['../structChunk_1_1biomeInfo.html#af2fb05cc0de31fe22c1194fa524a76f4',1,'Chunk::biomeInfo::isOcean()']]],
- ['issharelockable_71',['isShareLockable',['../classStatus.html#a533a5c6cc5c5feffb49a95f121767a02',1,'Status']]],
- ['issharelocked_72',['isShareLocked',['../classStatus.html#a5c02329b1d3f6298c988a007a361f47d',1,'Status']]],
- ['item_2ecpp_73',['Item.cpp',['../Item_8cpp.html',1,'']]],
- ['item_2ehpp_74',['Item.hpp',['../Item_8hpp.html',1,'']]],
- ['item_5ficon_5fimages_75',['item_icon_images',['../classVulkanAPI.html#ac12b982260d8e50f1d0570621f32e5cb',1,'VulkanAPI']]],
- ['item_5ficon_5fpipeline_76',['item_icon_pipeline',['../classVulkanAPI.html#a699def9d574bc4218da7b1aa4c9968d8',1,'VulkanAPI']]],
- ['item_5ficon_5ftexture_5fbinding_77',['ITEM_ICON_TEXTURE_BINDING',['../ShaderCommon_8hpp.html#ac2ffeb7c9ccf24d74cc8d02269908324',1,'ShaderCommon.hpp']]],
- ['item_5fmesh_2ecpp_78',['item_mesh.cpp',['../item__mesh_8cpp.html',1,'']]],
- ['iteminfo_79',['ItemInfo',['../classItemInfo.html',1,'']]],
- ['itemsinfo_80',['ItemsInfo',['../classItemsInfo.html',1,'']]],
- ['itemvertex_81',['ItemVertex',['../structItemVertex.html',1,'']]]
+ ['input_2ecpp_39',['input.cpp',['../input_8cpp.html',1,'']]],
+ ['input_2ehpp_40',['input.hpp',['../input_8hpp.html',1,'']]],
+ ['insert_41',['insert',['../classIdList.html#a9f13a6e2c7b0ad078aec1ed58731aae2',1,'IdList::insert(const Value &value)'],['../classIdList.html#a5ae7d76de56fe94f1831bd1c6e834ecb',1,'IdList::insert(Value &&value)'],['../classIdList.html#a74c071b70b6ecca184fd950f8e7d8417',1,'IdList::insert(const Key &key, const Value &value)'],['../classIdList.html#a7a325affc5650075383909a95651034b',1,'IdList::insert(const Key &key, Value &&value)']]],
+ ['insertchunk_42',['insertChunk',['../classWorld.html#acfd5f2a2c19381826debe4d0b5ac3c50',1,'World']]],
+ ['insertchunknolock_43',['insertChunkNoLock',['../classWorld.html#a500a24a178550859843850732f9e8f55',1,'World']]],
+ ['inside_5fblock_44',['inside_block',['../structRayCastOnBlockResult.html#aa7fe8951493555235458c66e6d08ddbe',1,'RayCastOnBlockResult']]],
+ ['instance_45',['instance',['../classVulkanAPI.html#acbc18157e133b2d4ad681f060d44c742',1,'VulkanAPI']]],
+ ['instance_46',['Instance',['../structSound_1_1Instance.html',1,'Sound']]],
+ ['int_5fslider_47',['INT_SLIDER',['../DebugGui_8cpp.html#a1a60a34f2199b20e73fa9957c46f8378',1,'DebugGui.cpp']]],
+ ['internalmodule_48',['internalModule',['../structtask_1_1Executor_1_1info_1_1GraphInfo.html#af198db7088d7104ce68f92727b2c5069',1,'task::Executor::info::GraphInfo']]],
+ ['invalid_5fid_49',['invalid_id',['../classIdList.html#ab579e561ccd74c9c16b217e094de3c00',1,'IdList::invalid_id()'],['../classIdGenerator.html#a635fdd48caf37fda5a5ece71e949625a',1,'IdGenerator::invalid_id()']]],
+ ['invalid_5fmesh_5fid_50',['invalid_mesh_id',['../classVulkanAPI.html#ae886d1569f905d7a860e3d8dc874b9fb',1,'VulkanAPI']]],
+ ['ip_5faddress_51',['IP_ADDRESS',['../define_8hpp.html#ad8a262037cbfb38d1512f0073eeb7a66',1,'define.hpp']]],
+ ['ipacket_52',['IPacket',['../classIPacket.html',1,'IPacket'],['../classIPacket.html#a970e033333775279b4a962551be32708',1,'IPacket::IPacket()'],['../classIPacket.html#a4b9ebee53e0a9ad2c02d0fe3aae39724',1,'IPacket::IPacket(IPacket &&)'],['../classIPacket.html#aebd08dc223b5854f99c1dbadf3bc132e',1,'IPacket::IPacket(const IPacket &)']]],
+ ['ipacket_2ecpp_53',['IPacket.cpp',['../IPacket_8cpp.html',1,'']]],
+ ['ipacket_2ehpp_54',['IPacket.hpp',['../IPacket_8hpp.html',1,'']]],
+ ['ipositionpacket_2ehpp_55',['IPositionPacket.hpp',['../IPositionPacket_8hpp.html',1,'']]],
+ ['is_5fcube_5fmap_56',['is_cube_map',['../structImage_1_1CreateInfo.html#af953d7c96232acf9e4ec8f998e4933d7',1,'Image::CreateInfo']]],
+ ['is_5fused_57',['is_used',['../structMesh.html#a8ea5a0edf71dfc56e666db22e049a161',1,'Mesh']]],
+ ['isactive_58',['isActive',['../classPlayerModel_1_1AttackAnimation.html#acd559f3ed50a32ce697f71d445ab87b4',1,'PlayerModel::AttackAnimation::isActive()'],['../classPlayerModel_1_1WalkAnimation.html#aaeb5197efaa33e9fc0dc19d25cef852e',1,'PlayerModel::WalkAnimation::isActive()']]],
+ ['iscoast_59',['isCoast',['../structChunk_1_1biomeInfo.html#a7e325d794438dde999cd17065f1202d6',1,'Chunk::biomeInfo']]],
+ ['iscolliding_60',['isColliding',['../HitBox_8hpp.html#a49282f4311182dadcdddb5d87879738e',1,'isColliding(const HitBox &hitbox1, const glm::dvec3 &position1, const HitBox &hitbox2, const glm::dvec3 &position2): HitBox.cpp'],['../HitBox_8cpp.html#a49282f4311182dadcdddb5d87879738e',1,'isColliding(const HitBox &hitbox1, const glm::dvec3 &position1, const HitBox &hitbox2, const glm::dvec3 &position2): HitBox.cpp']]],
+ ['iscomplete_61',['isComplete',['../structQueueFamilyIndices.html#a652cdfabe4719ae21a701e77d57e7899',1,'QueueFamilyIndices']]],
+ ['iscursorcaptured_62',['isCursorCaptured',['../classInput.html#abc3e0e7f94a824fbdc65957d51fe6eda',1,'Input']]],
+ ['isempty_63',['isEmpty',['../classtask_1_1Task.html#a665808d9cf8395cc52ebd53ae8aa3117',1,'task::Task']]],
+ ['isflying_64',['isFlying',['../classPlayer.html#aebf1ad14c05b62b1545b09ca60d5c201',1,'Player']]],
+ ['island_65',['isLand',['../classDebugGui.html#a3f28138ef963a30ea0e7de5dab5585d9',1,'DebugGui::isLand()'],['../structChunk_1_1biomeInfo.html#afabd52e8a64c40613615e55f9db7fc57',1,'Chunk::biomeInfo::isLand()']]],
+ ['islockable_66',['isLockable',['../classStatus.html#aa164dbd052f1208125fd678b6cafd51b',1,'Status']]],
+ ['islocked_67',['isLocked',['../classStatus.html#a9c8830c8a44acd4d18baccae5f395306',1,'Status']]],
+ ['ismeshed_68',['isMeshed',['../classChunk.html#a6db3df2c63c66f8f1ce2ecbf335e6194',1,'Chunk']]],
+ ['isocean_69',['isOcean',['../classDebugGui.html#a46332e4f23c897182b58979454d59735',1,'DebugGui::isOcean()'],['../structChunk_1_1biomeInfo.html#af2fb05cc0de31fe22c1194fa524a76f4',1,'Chunk::biomeInfo::isOcean()']]],
+ ['issharelockable_70',['isShareLockable',['../classStatus.html#a533a5c6cc5c5feffb49a95f121767a02',1,'Status']]],
+ ['issharelocked_71',['isShareLocked',['../classStatus.html#a5c02329b1d3f6298c988a007a361f47d',1,'Status']]],
+ ['item_2ecpp_72',['Item.cpp',['../Item_8cpp.html',1,'']]],
+ ['item_2ehpp_73',['Item.hpp',['../Item_8hpp.html',1,'']]],
+ ['item_5ficon_5fimages_74',['item_icon_images',['../classVulkanAPI.html#ac12b982260d8e50f1d0570621f32e5cb',1,'VulkanAPI']]],
+ ['item_5ficon_5fpipeline_75',['item_icon_pipeline',['../classVulkanAPI.html#a699def9d574bc4218da7b1aa4c9968d8',1,'VulkanAPI']]],
+ ['item_5ficon_5ftexture_5fbinding_76',['ITEM_ICON_TEXTURE_BINDING',['../ShaderCommon_8hpp.html#ac2ffeb7c9ccf24d74cc8d02269908324',1,'ShaderCommon.hpp']]],
+ ['item_5fmesh_2ecpp_77',['item_mesh.cpp',['../item__mesh_8cpp.html',1,'']]],
+ ['iteminfo_78',['ItemInfo',['../classItemInfo.html',1,'']]],
+ ['itemsinfo_79',['ItemsInfo',['../classItemsInfo.html',1,'']]],
+ ['itemvertex_80',['ItemVertex',['../structItemVertex.html',1,'']]]
];
diff --git a/search/all_b.js b/search/all_b.js
index 1be396fe..25927891 100644
--- a/search/all_b.js
+++ b/search/all_b.js
@@ -7,10 +7,10 @@ var searchData=
['left_5farm_5fpos_4',['left_arm_pos',['../classPlayerModel.html#afe1dedbe53d9db08568dc8364887a812',1,'PlayerModel']]],
['left_5fleg_5fpos_5',['left_leg_pos',['../classPlayerModel.html#a6c97633d415df2c594c6dd3c02bffb3e',1,'PlayerModel']]],
['leg_5fsize_6',['leg_size',['../classPlayerModel.html#addaf70e0f9fd2491d0dbbf9a8fcae9a1',1,'PlayerModel']]],
- ['level_7',['level',['../classLogger.html#ae5d3b0c1fbbb73f7155fb4b682ac5f87',1,'Logger::level()'],['../structServerWorld_1_1Ticket.html#aef4d65e8169df5ef755b7cdc22e1f114',1,'ServerWorld::Ticket::level()']]],
- ['level_8',['Level',['../classLogger.html#ad766a24576ea8b27ad9d5649cef46d8f',1,'Logger']]],
- ['light_9',['LIGHT',['../classChunk.html#a341d9a9b7a2a5dcc1f81eb3b616cf888af8589806bbf66241917092b2a6e18c6f',1,'Chunk']]],
- ['light_10',['light',['../structChunkPacket_1_1ChunkData.html#a18eb2ed49a43e964ad2cb3d76c16668f',1,'ChunkPacket::ChunkData']]],
+ ['level_7',['Level',['../classLogger.html#ad766a24576ea8b27ad9d5649cef46d8f',1,'Logger']]],
+ ['level_8',['level',['../classLogger.html#ae5d3b0c1fbbb73f7155fb4b682ac5f87',1,'Logger::level()'],['../structServerWorld_1_1Ticket.html#aef4d65e8169df5ef755b7cdc22e1f114',1,'ServerWorld::Ticket::level()']]],
+ ['light_9',['light',['../structChunkPacket_1_1ChunkData.html#a18eb2ed49a43e964ad2cb3d76c16668f',1,'ChunkPacket::ChunkData']]],
+ ['light_10',['LIGHT',['../classChunk.html#a341d9a9b7a2a5dcc1f81eb3b616cf888af8589806bbf66241917092b2a6e18c6f',1,'Chunk']]],
['light_11',['Light',['../classBlockInfo.html#a45820c5fd9afbf3c099019879095db75a9914a0ce04a7b7b6a8e39bec55064b82',1,'BlockInfo']]],
['light_5fdir_12',['light_dir',['../structShadowMapLight.html#a03f271b17639d8b15b28050787f4dbc0',1,'ShadowMapLight']]],
['light_5fmat_5fubo_13',['light_mat_ubo',['../classVulkanAPI.html#acdddd58d6fe5785ac53838b6748ef46c',1,'VulkanAPI']]],
diff --git a/search/all_c.js b/search/all_c.js
index defc1edb..cd2394e1 100644
--- a/search/all_c.js
+++ b/search/all_c.js
@@ -5,47 +5,48 @@ var searchData=
['m_5fmob_5fid_2',['m_mob_id',['../classWorld.html#a68f2a105f272c329cf2c6ba4d2b38e05',1,'World']]],
['m_5fmobs_3',['m_mobs',['../classWorld.html#a9befd190fce3a87e810b479bbfad356f',1,'World']]],
['m_5fmy_5fplayer_5fid_4',['m_my_player_id',['../classClientWorld.html#aef2faefc960964a89102ebbe9c0c037a',1,'ClientWorld']]],
- ['m_5fpings_5',['m_pings',['../classClient.html#a6ac49c33d688d99c42ed0f78e1efe79c',1,'Client::m_pings()'],['../classServer.html#a0fc87edb35c6ed654170d33a59b37508',1,'Server::m_pings()']]],
- ['m_5fplayers_6',['m_players',['../classWorld.html#a9b6166c32096dff1f9e29a78743945f1',1,'World::m_players()'],['../classWorldScene.html#aec9e9052db57d23eafa3acf6d1562baa',1,'WorldScene::m_players()']]],
+ ['m_5fpings_5',['m_pings',['../classServer.html#a0fc87edb35c6ed654170d33a59b37508',1,'Server::m_pings()'],['../classClient.html#a6ac49c33d688d99c42ed0f78e1efe79c',1,'Client::m_pings()']]],
+ ['m_5fplayers_6',['m_players',['../classWorld.html#a9b6166c32096dff1f9e29a78743945f1',1,'World::m_players()'],['../classVulkanAPI.html#a81ce328c1e43ad688eef056e2976414b',1,'VulkanAPI::m_players()']]],
['m_5fsockfd_7',['m_sockfd',['../classSocket.html#a19f1c10c450b4f50d335b55dcdc9d6d8',1,'Socket']]],
- ['m_5fthreadpool_8',['m_threadPool',['../classWorld.html#ae465315b182161c0902e98055d03395f',1,'World']]],
- ['m_5fworld_5fgenerator_9',['m_world_generator',['../classWorld.html#a47cc090d4ed08b81df6748abb8daea0e',1,'World']]],
- ['main_10',['main',['../alternative__main_8cpp.html#a840291bc02cba5474a4cb46a9b9566fe',1,'main(void): alternative_main.cpp'],['../testPerlin_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): testPerlin.cpp'],['../main__test_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): main_test.cpp'],['../main_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627',1,'main(int argc, char **argv): main.cpp'],['../server__main_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): server_main.cpp']]],
- ['main_2ecpp_11',['main.cpp',['../main_8cpp.html',1,'']]],
- ['main_5frender_5ffinished_5fsemaphores_12',['main_render_finished_semaphores',['../classVulkanAPI.html#a1d0897c4f64ec32ad6d320b3b2108f71',1,'VulkanAPI']]],
- ['main_5ftest_2ecpp_13',['main_test.cpp',['../main__test_8cpp.html',1,'']]],
- ['mainpage_2emd_14',['mainpage.md',['../mainpage_8md.html',1,'']]],
- ['manager_15',['Manager',['../classEvent_1_1Manager.html',1,'Event::Manager'],['../classEvent_1_1Manager.html#a185c0a077e8e08d120f9fd78e0f47c4a',1,'Event::Manager::Manager()']]],
- ['managescroll_16',['manageScroll',['../classClientWorld.html#a50e2ffd8f1ee39429a1135c3a17bbd42',1,'ClientWorld']]],
- ['mapped_5fmemory_17',['mapped_memory',['../structUBO.html#ad6e39e96922eb09a0d0fc845b5c4fbeb',1,'UBO::mapped_memory()'],['../structImGuiTexture.html#a9e4e3e36fd24067f4efc48a3f6e57688',1,'ImGuiTexture::mapped_memory()']]],
- ['mappedmemory_18',['mappedMemory',['../classBuffer.html#a56e22f51cab83f5cbd748573842afd15',1,'Buffer']]],
- ['maprange_19',['mapRange',['../math__utils_8hpp.html#ad7455c70e046e2afb237d22cdcfb3fb2',1,'math_utils.hpp']]],
- ['mat_20',['mat',['../classMat4.html#a3e5a90ffb20789a93f3cede551d9a1ed',1,'Mat4']]],
- ['mat4_21',['Mat4',['../classMat4.html#a91811ca098cf3c71874e9e0c991678b7',1,'Mat4::Mat4()'],['../classMat4.html',1,'Mat4']]],
- ['math_5futils_2ehpp_22',['math_utils.hpp',['../math__utils_8hpp.html',1,'']]],
- ['matrice_23',['matrice',['../structGlobalPushConstant.html#ad4524bdf6126fa2ca6ca79baee557339',1,'GlobalPushConstant']]],
- ['max_24',['MAX',['../classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fab12bf449ab3c91f3e649df42f9448c12',1,'Logger']]],
- ['max_5fbacklog_25',['MAX_BACKLOG',['../ServerSocket_8hpp.html#ad5765300a9df69229ca7cf5bd438ce73',1,'ServerSocket.hpp']]],
- ['max_5fframes_5fin_5fflight_26',['max_frames_in_flight',['../classVulkanAPI.html#a3a845af151ddc322c31030ae33a7725f',1,'VulkanAPI']]],
- ['memory_27',['memory',['../classBuffer.html#a16117b97df69e911ac1b289210083bd7',1,'Buffer::memory()'],['../classImage.html#af5329c640531fa376014bd387a8657c2',1,'Image::memory()'],['../structUBO.html#a898dc9f88760fccd39d64ce8da010baf',1,'UBO::memory()'],['../structImGuiTexture.html#ae1319fa631bbefe09543d75d295ac2c1',1,'ImGuiTexture::memory()']]],
- ['memory_5fproperties_28',['memory_properties',['../structBuffer_1_1CreateInfo.html#a6435db83175844d6c4a17ad6ea64568c',1,'Buffer::CreateInfo::memory_properties()'],['../structImage_1_1CreateInfo.html#a5144e475594ec9671b0c894965cfe12d',1,'Image::CreateInfo::memory_properties()']]],
- ['memory_5fsize_29',['memory_size',['../structMesh.html#a7a2014516f01a52710e83ed41d7f9165',1,'Mesh']]],
- ['mesh_30',['Mesh',['../structMesh.html',1,'']]],
- ['mesh_5fid_31',['mesh_id',['../classItemInfo.html#aea672179d3f49c9cb97d128538a6c1ab',1,'ItemInfo']]],
- ['mesh_5fids_5fto_5fdestroy_32',['mesh_ids_to_destroy',['../classVulkanAPI.html#af077051ab8c2e9346f85ebef42b87f5a',1,'VulkanAPI']]],
- ['mesh_5fmap_33',['mesh_map',['../classVulkanAPI.html#a1e5b9f3211f503442e2db8d286caeb72',1,'VulkanAPI']]],
- ['meshrenderdata_34',['MeshRenderData',['../structWorldScene_1_1MeshRenderData.html',1,'WorldScene']]],
- ['mip_5flevels_35',['mip_levels',['../classImage.html#abb630a854e037463e527f46d65371c3e',1,'Image::mip_levels()'],['../structImage_1_1CreateInfo.html#a4ca21901d453d2e5e3958d74d3f2cad6',1,'Image::CreateInfo::mip_levels()']]],
- ['mob_36',['Mob',['../classMob.html#a96dfc9fae603633056d6757e3b87ea4d',1,'Mob::Mob()'],['../classMob.html#a1afe0a455709f9d96bb14c84b00d0552',1,'Mob::Mob(Mob &other)=delete'],['../classMob.html#a9291eb09ed8333a6189c98242783ed19',1,'Mob::Mob(Mob &&other)=delete'],['../classMob.html',1,'Mob']]],
- ['mob_2ecpp_37',['Mob.cpp',['../Mob_8cpp.html',1,'']]],
- ['mob_2ehpp_38',['Mob.hpp',['../Mob_8hpp.html',1,'']]],
- ['model_39',['model',['../structWorldScene_1_1ChunkMeshRenderData.html#a12f114fc6fe7f9532489587b4f7713de',1,'WorldScene::ChunkMeshRenderData::model()'],['../classTransform.html#afcf51c49f1336ab5ae045ac9609715d8',1,'Transform::model()'],['../structModelMatrix__push__constant.html#ae1fa257e2d2a8fce48c41d07ac6da290',1,'ModelMatrix_push_constant::model()'],['../structWorldScene_1_1MeshRenderData.html#a33226daebed590f617a7fe43ec8e0176',1,'WorldScene::MeshRenderData::model()']]],
- ['model_2ehpp_40',['Model.hpp',['../Model_8hpp.html',1,'']]],
- ['modelmatrix_5fpush_5fconstant_41',['ModelMatrix_push_constant',['../structModelMatrix__push__constant.html',1,'']]],
- ['modifyblock_42',['modifyBlock',['../classClientWorld.html#a46b60cf51949d3e24641a942cfd5582d',1,'ClientWorld']]],
- ['module_43',['module',['../structtask_1_1Executor_1_1info_1_1NodeInfo.html#ab1122550c46e3178a732f2d1ece4e544',1,'task::Executor::info::NodeInfo']]],
- ['mountain_44',['MOUNTAIN',['../classChunk.html#abe2d3dbcc9b48d61e1aafdd5100425eea9d1480267288b8146bb0756b67ddcbbe',1,'Chunk']]],
- ['mousesensitivity_45',['mouseSensitivity',['../classSettings.html#a01967d720dac441bb8d40f6f062abccf',1,'Settings']]],
- ['movedirection_46',['moveDirection',['../classPlayer.html#a01c1cb041b540e4d657b6c2f5df149c1',1,'Player']]],
- ['myintfunction_47',['myIntFunction',['../example_8cpp.html#a6a70aecb0c57b266c13dbf5447ec498e',1,'example.cpp']]]
+ ['m_5ftarget_5fblock_8',['m_target_block',['../classVulkanAPI.html#a842639e05e35b6dbe902b37459aa8258',1,'VulkanAPI']]],
+ ['m_5fthreadpool_9',['m_threadPool',['../classWorld.html#ae465315b182161c0902e98055d03395f',1,'World']]],
+ ['m_5fworld_5fgenerator_10',['m_world_generator',['../classWorld.html#a47cc090d4ed08b81df6748abb8daea0e',1,'World']]],
+ ['main_11',['main',['../alternative__main_8cpp.html#a840291bc02cba5474a4cb46a9b9566fe',1,'main(void): alternative_main.cpp'],['../testPerlin_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): testPerlin.cpp'],['../main__test_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): main_test.cpp'],['../main_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627',1,'main(int argc, char **argv): main.cpp'],['../server__main_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): server_main.cpp']]],
+ ['main_2ecpp_12',['main.cpp',['../main_8cpp.html',1,'']]],
+ ['main_5frender_5ffinished_5fsemaphores_13',['main_render_finished_semaphores',['../classVulkanAPI.html#a1d0897c4f64ec32ad6d320b3b2108f71',1,'VulkanAPI']]],
+ ['main_5ftest_2ecpp_14',['main_test.cpp',['../main__test_8cpp.html',1,'']]],
+ ['mainpage_2emd_15',['mainpage.md',['../mainpage_8md.html',1,'']]],
+ ['manager_16',['Manager',['../classEvent_1_1Manager.html',1,'Event::Manager'],['../classEvent_1_1Manager.html#a185c0a077e8e08d120f9fd78e0f47c4a',1,'Event::Manager::Manager()']]],
+ ['managescroll_17',['manageScroll',['../classClientWorld.html#a50e2ffd8f1ee39429a1135c3a17bbd42',1,'ClientWorld']]],
+ ['mapped_5fmemory_18',['mapped_memory',['../structUBO.html#ad6e39e96922eb09a0d0fc845b5c4fbeb',1,'UBO::mapped_memory()'],['../structImGuiTexture.html#a9e4e3e36fd24067f4efc48a3f6e57688',1,'ImGuiTexture::mapped_memory()']]],
+ ['mappedmemory_19',['mappedMemory',['../classBuffer.html#a56e22f51cab83f5cbd748573842afd15',1,'Buffer']]],
+ ['maprange_20',['mapRange',['../math__utils_8hpp.html#ad7455c70e046e2afb237d22cdcfb3fb2',1,'math_utils.hpp']]],
+ ['mat_21',['mat',['../classMat4.html#a3e5a90ffb20789a93f3cede551d9a1ed',1,'Mat4']]],
+ ['mat4_22',['Mat4',['../classMat4.html#a91811ca098cf3c71874e9e0c991678b7',1,'Mat4::Mat4()'],['../classMat4.html',1,'Mat4']]],
+ ['math_5futils_2ehpp_23',['math_utils.hpp',['../math__utils_8hpp.html',1,'']]],
+ ['matrice_24',['matrice',['../structGlobalPushConstant.html#ad4524bdf6126fa2ca6ca79baee557339',1,'GlobalPushConstant']]],
+ ['max_25',['MAX',['../classLogger.html#ad766a24576ea8b27ad9d5649cef46d8fab12bf449ab3c91f3e649df42f9448c12',1,'Logger']]],
+ ['max_5fbacklog_26',['MAX_BACKLOG',['../ServerSocket_8hpp.html#ad5765300a9df69229ca7cf5bd438ce73',1,'ServerSocket.hpp']]],
+ ['max_5fframes_5fin_5fflight_27',['max_frames_in_flight',['../classVulkanAPI.html#a3a845af151ddc322c31030ae33a7725f',1,'VulkanAPI']]],
+ ['memory_28',['memory',['../classBuffer.html#a16117b97df69e911ac1b289210083bd7',1,'Buffer::memory()'],['../classImage.html#af5329c640531fa376014bd387a8657c2',1,'Image::memory()'],['../structUBO.html#a898dc9f88760fccd39d64ce8da010baf',1,'UBO::memory()'],['../structImGuiTexture.html#ae1319fa631bbefe09543d75d295ac2c1',1,'ImGuiTexture::memory()']]],
+ ['memory_5fproperties_29',['memory_properties',['../structBuffer_1_1CreateInfo.html#a6435db83175844d6c4a17ad6ea64568c',1,'Buffer::CreateInfo::memory_properties()'],['../structImage_1_1CreateInfo.html#a5144e475594ec9671b0c894965cfe12d',1,'Image::CreateInfo::memory_properties()']]],
+ ['memory_5fsize_30',['memory_size',['../structMesh.html#a7a2014516f01a52710e83ed41d7f9165',1,'Mesh']]],
+ ['mesh_31',['Mesh',['../structMesh.html',1,'']]],
+ ['mesh_5fid_32',['mesh_id',['../classItemInfo.html#aea672179d3f49c9cb97d128538a6c1ab',1,'ItemInfo']]],
+ ['mesh_5fids_5fto_5fdestroy_33',['mesh_ids_to_destroy',['../classVulkanAPI.html#af077051ab8c2e9346f85ebef42b87f5a',1,'VulkanAPI']]],
+ ['mesh_5fmap_34',['mesh_map',['../classVulkanAPI.html#a1e5b9f3211f503442e2db8d286caeb72',1,'VulkanAPI']]],
+ ['meshrenderdata_35',['MeshRenderData',['../structMeshRenderData.html',1,'']]],
+ ['mip_5flevels_36',['mip_levels',['../structImage_1_1CreateInfo.html#a4ca21901d453d2e5e3958d74d3f2cad6',1,'Image::CreateInfo::mip_levels()'],['../classImage.html#abb630a854e037463e527f46d65371c3e',1,'Image::mip_levels()']]],
+ ['mob_37',['Mob',['../classMob.html#a9291eb09ed8333a6189c98242783ed19',1,'Mob::Mob()'],['../classMob.html',1,'Mob'],['../classMob.html#a1afe0a455709f9d96bb14c84b00d0552',1,'Mob::Mob(Mob &other)=delete'],['../classMob.html#a96dfc9fae603633056d6757e3b87ea4d',1,'Mob::Mob()']]],
+ ['mob_2ecpp_38',['Mob.cpp',['../Mob_8cpp.html',1,'']]],
+ ['mob_2ehpp_39',['Mob.hpp',['../Mob_8hpp.html',1,'']]],
+ ['model_40',['model',['../structChunkMeshRenderData.html#a9eab34f4cd8d7d021bbe3772258c3d98',1,'ChunkMeshRenderData::model()'],['../structMeshRenderData.html#add2067b62f5d64883c70f909b6e3c34e',1,'MeshRenderData::model()'],['../classTransform.html#afcf51c49f1336ab5ae045ac9609715d8',1,'Transform::model()'],['../structModelMatrix__push__constant.html#ae1fa257e2d2a8fce48c41d07ac6da290',1,'ModelMatrix_push_constant::model()']]],
+ ['model_2ehpp_41',['Model.hpp',['../Model_8hpp.html',1,'']]],
+ ['modelmatrix_5fpush_5fconstant_42',['ModelMatrix_push_constant',['../structModelMatrix__push__constant.html',1,'']]],
+ ['modifyblock_43',['modifyBlock',['../classClientWorld.html#a46b60cf51949d3e24641a942cfd5582d',1,'ClientWorld']]],
+ ['module_44',['module',['../structtask_1_1Executor_1_1info_1_1NodeInfo.html#ab1122550c46e3178a732f2d1ece4e544',1,'task::Executor::info::NodeInfo']]],
+ ['mountain_45',['MOUNTAIN',['../classChunk.html#abe2d3dbcc9b48d61e1aafdd5100425eea9d1480267288b8146bb0756b67ddcbbe',1,'Chunk']]],
+ ['mousesensitivity_46',['mouseSensitivity',['../classSettings.html#a01967d720dac441bb8d40f6f062abccf',1,'Settings']]],
+ ['movedirection_47',['moveDirection',['../classPlayer.html#a01c1cb041b540e4d657b6c2f5df149c1',1,'Player']]],
+ ['myintfunction_48',['myIntFunction',['../example_8cpp.html#a6a70aecb0c57b266c13dbf5447ec498e',1,'example.cpp']]]
];
diff --git a/search/all_e.js b/search/all_e.js
index 3f975c13..100d2e80 100644
--- a/search/all_e.js
+++ b/search/all_e.js
@@ -12,7 +12,7 @@ var searchData=
['operator_20vkcommandbuffer_9',['operator VkCommandBuffer',['../classSingleTimeCommand.html#a4090c145cfe3c16c85531b73b44da45b',1,'SingleTimeCommand']]],
['operator_28_29_10',['operator()',['../structstd_1_1hash_3_01glm_1_1ivec2_01_4.html#ae93387e1f22c21bed43f436ad55ff636',1,'std::hash< glm::ivec2 >::operator()()'],['../structstd_1_1hash_3_01glm_1_1ivec3_01_4.html#a187a5fbc7efe3606ad846868715addd3',1,'std::hash< glm::ivec3 >::operator()()'],['../structstd_1_1hash_3_01ServerWorld_1_1Ticket_01_4.html#a55bf5d359c3332118e7c731cd45fead6',1,'std::hash< ServerWorld::Ticket >::operator()()'],['../structstd_1_1hash_3_01std_1_1pair_3_01glm_1_1ivec3_00_01Chunk_1_1genLevel_01_4_01_4.html#ae558d2eda790b658c7a305e1b9ccd7cb',1,'std::hash< std::pair< glm::ivec3, Chunk::genLevel > >::operator()()'],['../structstd_1_1hash_3_01Chunk_1_1genLevel_01_4.html#ab41c33edb80ecbe7828e1735bbe7e4d8',1,'std::hash< Chunk::genLevel >::operator()()'],['../structServerWorld_1_1Ticket_1_1hash.html#ad7e7544d92bf423c121363e28532e6b1',1,'ServerWorld::Ticket::hash::operator()()'],['../structstd_1_1hash_3_01ObjVertex_01_4.html#a64ef985a2e88757c5cdd966f431f6320',1,'std::hash< ObjVertex >::operator()()']]],
['operator_3c_3c_11',['operator<<',['../classLogger.html#a620c2c7038b6d73402a6b64cdb3ea8ad',1,'Logger::operator<<(Level level)'],['../classLogger.html#a8fe02104f0954471b1788b0ecf346933',1,'Logger::operator<<(std::ostream &(*manipulator)(std::ostream &))'],['../classLogger.html#a4fdec383dd7fbd734ecd1d447e762971',1,'Logger::operator<<(T const &arg)']]],
- ['operator_3d_12',['operator=',['../classtask_1_1TaskGraph.html#a9778e26b623252c419fd48b747cf9a98',1,'task::TaskGraph::operator=(const TaskGraph &)=delete'],['../classtask_1_1TaskGraph.html#ac32de19914621f7d4aeb1d8214633169',1,'task::TaskGraph::operator=(TaskGraph &&)=default'],['../classUpdateThread.html#a5379199617c6f252e5d850755f887b1f',1,'UpdateThread::operator=(UpdateThread &other)=delete'],['../classUpdateThread.html#abb79f362ecbec1a4c878739bafe974de',1,'UpdateThread::operator=(UpdateThread &&other)=delete'],['../classBuffer.html#a3d86f00ede790656745455456ab0d386',1,'Buffer::operator=(const Buffer &)=delete'],['../classBuffer.html#a9dc2d55935786c749064542b088d031c',1,'Buffer::operator=(Buffer &&other) noexcept'],['../classSingleTimeCommand.html#a4ca6fc032f6bfc9e2a8444839b76727a',1,'SingleTimeCommand::operator=(const SingleTimeCommand &)=delete'],['../classSingleTimeCommand.html#ada1488f5f8ccc37760e2ec73d8dcb161',1,'SingleTimeCommand::operator=(SingleTimeCommand &&other) noexcept'],['../classDescriptor.html#a2b54958a34779ebfa6501c69e65a7b5a',1,'Descriptor::operator=(const Descriptor &)=delete'],['../classDescriptor.html#a81645a1d806949e8e5725c657fa7c4cc',1,'Descriptor::operator=(Descriptor &&other) noexcept'],['../classImage.html#a4c4f631b85b6363dd713903d02dab693',1,'Image::operator=(const Image &)=delete'],['../classImage.html#a3615c0b5e441172283352b63489c6798',1,'Image::operator=(Image &&other) noexcept'],['../classPipeline.html#a5bd72869a5c4d5a9a02a67892be2e1b3',1,'Pipeline::operator=()'],['../classPlayerModel.html#ab6b574649cc7c4d595fcf457f4896670',1,'PlayerModel::operator=()'],['../classPipeline.html#a10d428d6899d02eeeda0e16f8b0fa109',1,'Pipeline::operator=()'],['../classtask_1_1Task.html#a6b4ed7f842cc7c3e1c33c046ee823690',1,'task::Task::operator=(Task &&)=default'],['../classtask_1_1Task.html#a11c3144eb120f0b98ef2629a6e022bb4',1,'task::Task::operator=(const Task &)=default'],['../classtask_1_1TaskNode.html#a8276481c5c9840d875c6cd2183393494',1,'task::TaskNode::operator=(TaskNode &&)=delete'],['../classtask_1_1TaskNode.html#a88d6da91b834040c6d7b94e85eeda444',1,'task::TaskNode::operator=(const TaskNode &)=delete'],['../classtask_1_1Graph.html#a943f6ff40805c98ba4eca3a9e6ffea65',1,'task::Graph::operator=(Graph &&)=default'],['../classtask_1_1Graph.html#aeb12e6c5bd4d76013a5d1a13a1bd1c2c',1,'task::Graph::operator=(const Graph &)=delete'],['../classtask_1_1Future.html#ac6771d87e0a7a81e46cac8570fed8ed8',1,'task::Future::operator=(Future &&)=default'],['../classtask_1_1Future.html#a99664b7e33a44edfaad1bb6559f7d428',1,'task::Future::operator=(const Future &)=delete'],['../classtask_1_1Executor.html#ade89cca32a218d3af0a765eb67130048',1,'task::Executor::operator=(Executor &&)=delete'],['../classtask_1_1Executor.html#a57bc3d5f0398dd3a1a7667f1a5f759ac',1,'task::Executor::operator=(const Executor &)=delete'],['../classStatus.html#adb4ddfa11aa128ffcacede22300974be',1,'Status::operator=(Status &&other)'],['../classStatus.html#a152dfa178a3de2e5a77304fdb9975fee',1,'Status::operator=(const Status &other)'],['../classRenderThread.html#aad762f76aa79f3c247731133aeca68b3',1,'RenderThread::operator=(RenderThread &&renderer)=delete'],['../classRenderThread.html#a735f6f69afad2704b0119683ea474a96',1,'RenderThread::operator=(RenderThread &renderer)=delete'],['../classSettings.html#abe4e035636130733f548184c6229728b',1,'Settings::operator=()'],['../classECS.html#a47ec08cc05fe7efb652dbdad595b50ff',1,'ECS::operator=()'],['../classIdList.html#af4c6c8927e0c292edb643e6e894b6950',1,'IdList::operator=(IdList &&other)=delete'],['../classIdList.html#ac3297bdddb65be4adebbbfa70fd7ba4a',1,'IdList::operator=(const IdList &other)=delete'],['../classIdGenerator.html#a684f5de4f3584f1e7ca3cdec130b9676',1,'IdGenerator::operator=(IdGenerator &&other)=delete'],['../classIdGenerator.html#aa3bb014f6eb74be6122365d22bdf0ee4',1,'IdGenerator::operator=(IdGenerator &other)=delete'],['../classWorld.html#af69b86b3ac37a2168715401267d104ab',1,'World::operator=(World &&other)=delete'],['../classWorld.html#a2fd49185c8ef00d9f8aaf16fb7d943fa',1,'World::operator=(World &other)=delete'],['../classServerWorld.html#a1f64a72ff8360e15fe31bada5e991933',1,'ServerWorld::operator=(ServerWorld &&other)=delete'],['../classServerWorld.html#a5d9719c24f535bfde5b33add26b9bff4',1,'ServerWorld::operator=(ServerWorld &other)=delete'],['../classPlayer.html#a5f7fb772781161391c078b9a0070d1a4',1,'Player::operator=(Player &&other)=delete'],['../classPlayer.html#a1e9d0d69ea3b3e666f97e784292d953c',1,'Player::operator=(Player &other)=delete'],['../classMob.html#a14ae571cbb355451d96543b49708b4c1',1,'Mob::operator=(Mob &&other)=delete'],['../classMob.html#abd4aa97075b4b1040c9ca67ccb37b6e2',1,'Mob::operator=(Mob &other)=delete'],['../classHitBox.html#a96b589b3fc06b7528e1d71388bfd1a0c',1,'HitBox::operator=(HitBox &&other)=delete'],['../classHitBox.html#a629e2236954ae1eb12dad602668a237e',1,'HitBox::operator=(const HitBox &other)=delete'],['../classSwapchain.html#a469349b4b438204faab2409a7d5a1454',1,'Swapchain::operator=()'],['../classECS.html#a4ba8c04b27e2f9eb2b09f8f004121900',1,'ECS::operator=()'],['../classCreateMeshData.html#aa5c4ae7f350dad41549cd551805fde57',1,'CreateMeshData::operator=(CreateMeshData &&other)'],['../classCreateMeshData.html#a6e8613853f81f95ab78969e93e74b2f3',1,'CreateMeshData::operator=(const CreateMeshData &)=delete'],['../classClientWorld.html#aef09acc81148b113eed7332cdd7c4fa8',1,'ClientWorld::operator=(ClientWorld &&other)=delete'],['../classClientWorld.html#a041fb65a6c3188a57a7d5f1d68660ca6',1,'ClientWorld::operator=(ClientWorld &other)=delete'],['../classChunk.html#ab8a268a44dafc825f81b26e7ad4c0835',1,'Chunk::operator=(const Chunk &&other)=delete'],['../classChunk.html#a1aa05761525f889a89edb7a8f61c6da8',1,'Chunk::operator=(const Chunk &other)=delete'],['../structChunk_1_1biomeInfo.html#ac790c2dae94705c895e98083ba3e2d8d',1,'Chunk::biomeInfo::operator=(biomeInfo &&other)=default'],['../structChunk_1_1biomeInfo.html#a86bbccfd7827dc43eba6530cdea7dc44',1,'Chunk::biomeInfo::operator=(const biomeInfo &other)=default'],['../classVulkanMemoryAllocator.html#aa740d09446d3fc52cf63ff74d3b22f21',1,'VulkanMemoryAllocator::operator=(VulkanMemoryAllocator &&)=delete'],['../classVulkanMemoryAllocator.html#a752f17a3a1b3a37bce490b8cbf36183a',1,'VulkanMemoryAllocator::operator=(const VulkanMemoryAllocator &)=delete'],['../classVulkanAPI.html#aaeca4e5455f3982bac572f63af925855',1,'VulkanAPI::operator=(VulkanAPI &&)=delete'],['../classVulkanAPI.html#a3374616511a7077e1469cc8a1e8aee31',1,'VulkanAPI::operator=(const VulkanAPI &)=delete'],['../classSwapchain.html#a5f92b2c1255583187a9db5534d449afd',1,'Swapchain::operator=()'],['../classConnection.html#ae5ead9e849f40522afef135788286dc9',1,'Connection::operator=()'],['../classConnectionPacket.html#aaa2413f3e056d495de27738472f61848',1,'ConnectionPacket::operator=(ConnectionPacket &&other)'],['../classConnectionPacket.html#a4c5785ca2ba26bba1f1b6103f9208ba9',1,'ConnectionPacket::operator=(const ConnectionPacket &other)'],['../classChunkUnloadPacket.html#af7974c737e6b3bff76bebc947ce80066',1,'ChunkUnloadPacket::operator=(ChunkUnloadPacket &&other)'],['../classChunkUnloadPacket.html#aaa711b7f540a915849a1ca3ac8b272a5',1,'ChunkUnloadPacket::operator=(const ChunkUnloadPacket &other)'],['../classChunkRequestPacket.html#ae4834a0e96dc754897def30b8431b403',1,'ChunkRequestPacket::operator=(ChunkRequestPacket &&other)'],['../classChunkRequestPacket.html#a834b9ef6731c0310c60ccb901c27fd85',1,'ChunkRequestPacket::operator=(ChunkRequestPacket &other)'],['../classChunkPacket.html#ae71acc57c0e68214521071521c1aa6de',1,'ChunkPacket::operator=(ChunkPacket &&other)'],['../classChunkPacket.html#a2583b86dedece667ea26e72f6030091a',1,'ChunkPacket::operator=(ChunkPacket &other)'],['../classBlockActionPacket.html#a66b30a23d5bb794cff7f90c71dd1d4fa',1,'BlockActionPacket::operator=(BlockActionPacket &&other)'],['../classBlockActionPacket.html#ad8ddf0f651d665ffce45091927dcae9b',1,'BlockActionPacket::operator=(const BlockActionPacket &other)'],['../classPacketFactory.html#adf5f3d56e11944ee849ee817a8b3509e',1,'PacketFactory::operator=(PacketFactory &&other)=delete'],['../classPacketFactory.html#a7d1f9c8e98cc12251a7d7f23ac067c74',1,'PacketFactory::operator=(const PacketFactory &other)=delete'],['../classConnectionSocket.html#a65736109537492b6a85a21d04f4d2513',1,'ConnectionSocket::operator=(ConnectionSocket &&other)'],['../classConnectionSocket.html#ade21e1d6c66f681efefe771f269104ae',1,'ConnectionSocket::operator=(const ConnectionSocket &other)=delete'],['../classThreadPoolAccessor.html#a0d361df5a6b36ddf6d00c57654391003',1,'ThreadPoolAccessor::operator=()'],['../classConnection.html#a00bec3d81bc203c1403e5966a10b795b',1,'Connection::operator=()'],['../classServerSocket.html#a67376100edab5bac64f42df7745d8769',1,'ServerSocket::operator=(ServerSocket &&other)'],['../classServerSocket.html#aa6e4c15759080537d056de4ed56bf40c',1,'ServerSocket::operator=(const ServerSocket &other)=delete'],['../classServerPacketHandler.html#ab902abf233e99846e9ddfb9b18b2df8e',1,'ServerPacketHandler::operator=(ServerPacketHandler &&other)=delete'],['../classServerPacketHandler.html#aac5991b881040c778db0b2a518cde2fe',1,'ServerPacketHandler::operator=(const ServerPacketHandler &other)=delete'],['../classServer.html#a72f16fc38789727d57762556799083eb',1,'Server::operator=(Server &&other)=delete'],['../classServer.html#a9f30bafde48d9f0a0d646687cd69c4bb',1,'Server::operator=(const Server &other)=delete'],['../classClientSocket.html#ac36594d9d9af8d04e94726f6e084f4ee',1,'ClientSocket::operator=(ClientSocket &&other)'],['../classClientSocket.html#a3652a72ecbea5168f188efb85a64690a',1,'ClientSocket::operator=(const ClientSocket &other)=delete'],['../classClientPacketHandler.html#a6bb222caab0055f33bb0738b3988e949',1,'ClientPacketHandler::operator=(ClientPacketHandler &&other)=delete'],['../classClientPacketHandler.html#ac550a5096d4cb0faf3d21722d7844454',1,'ClientPacketHandler::operator=(const ClientPacketHandler &other)=delete'],['../classClient.html#a6ef4b70b531fe107e9b25f3307f6f4a3',1,'Client::operator=(Client &&other)=delete'],['../classClient.html#aa7ef990ceaaef94a7777aa768cc4f5de',1,'Client::operator=(const Client &other)=delete'],['../classAtomic.html#ad5d9c156e49d345c045f753678beff00',1,'Atomic::operator=()'],['../classDisconnectPacket.html#aeffd6117d9567a15e8fb212885c01f55',1,'DisconnectPacket::operator=()'],['../classPlayerModel.html#a667deb2031ed86ee20edeededeb35284',1,'PlayerModel::operator=()'],['../classThreadPoolAccessor.html#aee788b384712e1df20d73692e820de6d',1,'ThreadPoolAccessor::operator=()'],['../classNetworkThread.html#a7969d706478e1a562b34fa1de7c8e3e5',1,'NetworkThread::operator=()'],['../classServerBlockUpdateThread.html#a1cdcc24f14cd3ec12ef2ea3f4384188d',1,'ServerBlockUpdateThread::operator=()'],['../classBlockUpdateThread.html#ad02f49ca1f95b8f1d60e4bcdd890746b',1,'BlockUpdateThread::operator=()'],['../classSettings.html#af49cf008dab98c8ea484422fb7c5989b',1,'Settings::operator=()'],['../classWorldScene.html#ab1ef2cb8d38726a515ec3042619b0ab5',1,'WorldScene::operator=(WorldScene &&scene)=delete'],['../classWorldScene.html#ac514b789cf4d4195c3b0f0852a1a2b7b',1,'WorldScene::operator=(WorldScene &scene)=delete'],['../classCamera.html#a9fec870b0929e5e571066c165fbc3688',1,'Camera::operator=(Camera &&camera)'],['../classCamera.html#a32e204de0e052949fab567a981cbec12',1,'Camera::operator=(Camera &camera)=delete'],['../classThreadSafeQueue.html#ae277003ce095debc77bd1339c131b302',1,'ThreadSafeQueue::operator=(ThreadSafeQueue &&other)'],['../classThreadSafeQueue.html#a8a98125a8d06536d27be9adc79b185e8',1,'ThreadSafeQueue::operator=(const ThreadSafeQueue &other)=delete'],['../classSocket.html#a26bc8910c3f0f1079ac741ff7b8a2bc2',1,'Socket::operator=(Socket &&other)'],['../classSocket.html#ab2fe22f8766b9c23765aa928cb0d463f',1,'Socket::operator=(const Socket &other)=delete'],['../classPoller.html#a2cc09217e44aa64dae5f269ef152a3c6',1,'Poller::operator=()'],['../classDisconnectPacket.html#a7aad91ea5c62dbcea286380de54f384f',1,'DisconnectPacket::operator=()'],['../classIPacket.html#aafed1fd2c2d33e71402e66385e77e21f',1,'IPacket::operator=(const IPacket &)'],['../classIPacket.html#a4369f658f6d1ac11ba4a6101931df110',1,'IPacket::operator=(IPacket &&)'],['../classLoadDistancePacket.html#a37e58f3874926f498815324e5a7db908',1,'LoadDistancePacket::operator=(const LoadDistancePacket &other)'],['../classLoadDistancePacket.html#ac9b8b392e5179e23e524068a920d0c74',1,'LoadDistancePacket::operator=(LoadDistancePacket &&other)'],['../classPingPacket.html#ab10a0f8e0cbef0e481d3796d6c5ab1bf',1,'PingPacket::operator=(const PingPacket &)'],['../classPingPacket.html#a95388799546472b6ad545fda53e380f9',1,'PingPacket::operator=(PingPacket &&)'],['../classPlayerConnectedPacket.html#ad70420eb79d828f39c482ebd972ee829',1,'PlayerConnectedPacket::operator=(const PlayerConnectedPacket &other)=delete'],['../classPlayerConnectedPacket.html#afe080d9d6771cc14bea1619a62f0bbaf',1,'PlayerConnectedPacket::operator=(PlayerConnectedPacket &&other)'],['../classPlayerListPacket.html#a0b6b2c8c2e997336be80a9bfb3083ce0',1,'PlayerListPacket::operator=(const PlayerListPacket &other)'],['../classPlayerListPacket.html#a11abd639cf06c9f48ea25028f8900395',1,'PlayerListPacket::operator=(PlayerListPacket &&other)'],['../classPlayerMovePacket.html#a47db2dac51c7cdaaa237d116d2310b6b',1,'PlayerMovePacket::operator=(const PlayerMovePacket &other)'],['../classPlayerMovePacket.html#a6041c163a88db9fed1b9651ed0ca0138',1,'PlayerMovePacket::operator=(PlayerMovePacket &&other)'],['../classPoller.html#a3bce85b455a85eb54d9e989c3bca7ebc',1,'Poller::operator=()']]],
+ ['operator_3d_12',['operator=',['../classtask_1_1TaskGraph.html#a9778e26b623252c419fd48b747cf9a98',1,'task::TaskGraph::operator=(const TaskGraph &)=delete'],['../classtask_1_1TaskGraph.html#ac32de19914621f7d4aeb1d8214633169',1,'task::TaskGraph::operator=(TaskGraph &&)=default'],['../classUpdateThread.html#a5379199617c6f252e5d850755f887b1f',1,'UpdateThread::operator=(UpdateThread &other)=delete'],['../classUpdateThread.html#abb79f362ecbec1a4c878739bafe974de',1,'UpdateThread::operator=(UpdateThread &&other)=delete'],['../classBuffer.html#a3d86f00ede790656745455456ab0d386',1,'Buffer::operator=(const Buffer &)=delete'],['../classBuffer.html#a9dc2d55935786c749064542b088d031c',1,'Buffer::operator=(Buffer &&other) noexcept'],['../classSingleTimeCommand.html#a4ca6fc032f6bfc9e2a8444839b76727a',1,'SingleTimeCommand::operator=(const SingleTimeCommand &)=delete'],['../classSingleTimeCommand.html#ada1488f5f8ccc37760e2ec73d8dcb161',1,'SingleTimeCommand::operator=(SingleTimeCommand &&other) noexcept'],['../classDescriptor.html#a2b54958a34779ebfa6501c69e65a7b5a',1,'Descriptor::operator=(const Descriptor &)=delete'],['../classDescriptor.html#a81645a1d806949e8e5725c657fa7c4cc',1,'Descriptor::operator=(Descriptor &&other) noexcept'],['../classImage.html#a4c4f631b85b6363dd713903d02dab693',1,'Image::operator=(const Image &)=delete'],['../classImage.html#a3615c0b5e441172283352b63489c6798',1,'Image::operator=(Image &&other) noexcept'],['../classPipeline.html#a5bd72869a5c4d5a9a02a67892be2e1b3',1,'Pipeline::operator=()'],['../classRenderThread.html#a735f6f69afad2704b0119683ea474a96',1,'RenderThread::operator=()'],['../classPipeline.html#a10d428d6899d02eeeda0e16f8b0fa109',1,'Pipeline::operator=()'],['../classtask_1_1Task.html#a6b4ed7f842cc7c3e1c33c046ee823690',1,'task::Task::operator=(Task &&)=default'],['../classtask_1_1Task.html#a11c3144eb120f0b98ef2629a6e022bb4',1,'task::Task::operator=(const Task &)=default'],['../classtask_1_1TaskNode.html#a8276481c5c9840d875c6cd2183393494',1,'task::TaskNode::operator=(TaskNode &&)=delete'],['../classtask_1_1TaskNode.html#a88d6da91b834040c6d7b94e85eeda444',1,'task::TaskNode::operator=(const TaskNode &)=delete'],['../classtask_1_1Graph.html#a943f6ff40805c98ba4eca3a9e6ffea65',1,'task::Graph::operator=(Graph &&)=default'],['../classtask_1_1Graph.html#aeb12e6c5bd4d76013a5d1a13a1bd1c2c',1,'task::Graph::operator=(const Graph &)=delete'],['../classtask_1_1Future.html#ac6771d87e0a7a81e46cac8570fed8ed8',1,'task::Future::operator=(Future &&)=default'],['../classtask_1_1Future.html#a99664b7e33a44edfaad1bb6559f7d428',1,'task::Future::operator=(const Future &)=delete'],['../classtask_1_1Executor.html#ade89cca32a218d3af0a765eb67130048',1,'task::Executor::operator=(Executor &&)=delete'],['../classtask_1_1Executor.html#a57bc3d5f0398dd3a1a7667f1a5f759ac',1,'task::Executor::operator=(const Executor &)=delete'],['../classStatus.html#adb4ddfa11aa128ffcacede22300974be',1,'Status::operator=(Status &&other)'],['../classStatus.html#a152dfa178a3de2e5a77304fdb9975fee',1,'Status::operator=(const Status &other)'],['../classRenderThread.html#aad762f76aa79f3c247731133aeca68b3',1,'RenderThread::operator=()'],['../classSettings.html#af49cf008dab98c8ea484422fb7c5989b',1,'Settings::operator=()'],['../classECS.html#a47ec08cc05fe7efb652dbdad595b50ff',1,'ECS::operator=()'],['../classIdList.html#af4c6c8927e0c292edb643e6e894b6950',1,'IdList::operator=(IdList &&other)=delete'],['../classIdList.html#ac3297bdddb65be4adebbbfa70fd7ba4a',1,'IdList::operator=(const IdList &other)=delete'],['../classIdGenerator.html#a684f5de4f3584f1e7ca3cdec130b9676',1,'IdGenerator::operator=(IdGenerator &&other)=delete'],['../classIdGenerator.html#aa3bb014f6eb74be6122365d22bdf0ee4',1,'IdGenerator::operator=(IdGenerator &other)=delete'],['../classWorld.html#af69b86b3ac37a2168715401267d104ab',1,'World::operator=(World &&other)=delete'],['../classWorld.html#a2fd49185c8ef00d9f8aaf16fb7d943fa',1,'World::operator=(World &other)=delete'],['../classServerWorld.html#a1f64a72ff8360e15fe31bada5e991933',1,'ServerWorld::operator=(ServerWorld &&other)=delete'],['../classServerWorld.html#a5d9719c24f535bfde5b33add26b9bff4',1,'ServerWorld::operator=(ServerWorld &other)=delete'],['../classPlayer.html#a5f7fb772781161391c078b9a0070d1a4',1,'Player::operator=(Player &&other)=delete'],['../classPlayer.html#a1e9d0d69ea3b3e666f97e784292d953c',1,'Player::operator=(Player &other)=delete'],['../classMob.html#a14ae571cbb355451d96543b49708b4c1',1,'Mob::operator=(Mob &&other)=delete'],['../classMob.html#abd4aa97075b4b1040c9ca67ccb37b6e2',1,'Mob::operator=(Mob &other)=delete'],['../classHitBox.html#a96b589b3fc06b7528e1d71388bfd1a0c',1,'HitBox::operator=(HitBox &&other)=delete'],['../classHitBox.html#a629e2236954ae1eb12dad602668a237e',1,'HitBox::operator=(const HitBox &other)=delete'],['../classSwapchain.html#a469349b4b438204faab2409a7d5a1454',1,'Swapchain::operator=()'],['../classECS.html#a4ba8c04b27e2f9eb2b09f8f004121900',1,'ECS::operator=()'],['../classCreateMeshData.html#aa5c4ae7f350dad41549cd551805fde57',1,'CreateMeshData::operator=(CreateMeshData &&other)'],['../classCreateMeshData.html#a6e8613853f81f95ab78969e93e74b2f3',1,'CreateMeshData::operator=(const CreateMeshData &)=delete'],['../classClientWorld.html#aef09acc81148b113eed7332cdd7c4fa8',1,'ClientWorld::operator=(ClientWorld &&other)=delete'],['../classClientWorld.html#a041fb65a6c3188a57a7d5f1d68660ca6',1,'ClientWorld::operator=(ClientWorld &other)=delete'],['../classChunk.html#ab8a268a44dafc825f81b26e7ad4c0835',1,'Chunk::operator=(const Chunk &&other)=delete'],['../classChunk.html#a1aa05761525f889a89edb7a8f61c6da8',1,'Chunk::operator=(const Chunk &other)=delete'],['../structChunk_1_1biomeInfo.html#ac790c2dae94705c895e98083ba3e2d8d',1,'Chunk::biomeInfo::operator=(biomeInfo &&other)=default'],['../structChunk_1_1biomeInfo.html#a86bbccfd7827dc43eba6530cdea7dc44',1,'Chunk::biomeInfo::operator=(const biomeInfo &other)=default'],['../classVulkanMemoryAllocator.html#aa740d09446d3fc52cf63ff74d3b22f21',1,'VulkanMemoryAllocator::operator=(VulkanMemoryAllocator &&)=delete'],['../classVulkanMemoryAllocator.html#a752f17a3a1b3a37bce490b8cbf36183a',1,'VulkanMemoryAllocator::operator=(const VulkanMemoryAllocator &)=delete'],['../classVulkanAPI.html#aaeca4e5455f3982bac572f63af925855',1,'VulkanAPI::operator=(VulkanAPI &&)=delete'],['../classVulkanAPI.html#a3374616511a7077e1469cc8a1e8aee31',1,'VulkanAPI::operator=(const VulkanAPI &)=delete'],['../classSwapchain.html#a5f92b2c1255583187a9db5534d449afd',1,'Swapchain::operator=()'],['../classConnection.html#ae5ead9e849f40522afef135788286dc9',1,'Connection::operator=()'],['../classConnectionPacket.html#aaa2413f3e056d495de27738472f61848',1,'ConnectionPacket::operator=(ConnectionPacket &&other)'],['../classConnectionPacket.html#a4c5785ca2ba26bba1f1b6103f9208ba9',1,'ConnectionPacket::operator=(const ConnectionPacket &other)'],['../classChunkUnloadPacket.html#af7974c737e6b3bff76bebc947ce80066',1,'ChunkUnloadPacket::operator=(ChunkUnloadPacket &&other)'],['../classChunkUnloadPacket.html#aaa711b7f540a915849a1ca3ac8b272a5',1,'ChunkUnloadPacket::operator=(const ChunkUnloadPacket &other)'],['../classChunkRequestPacket.html#ae4834a0e96dc754897def30b8431b403',1,'ChunkRequestPacket::operator=(ChunkRequestPacket &&other)'],['../classChunkRequestPacket.html#a834b9ef6731c0310c60ccb901c27fd85',1,'ChunkRequestPacket::operator=(ChunkRequestPacket &other)'],['../classChunkPacket.html#ae71acc57c0e68214521071521c1aa6de',1,'ChunkPacket::operator=(ChunkPacket &&other)'],['../classChunkPacket.html#a2583b86dedece667ea26e72f6030091a',1,'ChunkPacket::operator=(ChunkPacket &other)'],['../classBlockActionPacket.html#a66b30a23d5bb794cff7f90c71dd1d4fa',1,'BlockActionPacket::operator=(BlockActionPacket &&other)'],['../classBlockActionPacket.html#ad8ddf0f651d665ffce45091927dcae9b',1,'BlockActionPacket::operator=(const BlockActionPacket &other)'],['../classPacketFactory.html#adf5f3d56e11944ee849ee817a8b3509e',1,'PacketFactory::operator=(PacketFactory &&other)=delete'],['../classPacketFactory.html#a7d1f9c8e98cc12251a7d7f23ac067c74',1,'PacketFactory::operator=(const PacketFactory &other)=delete'],['../classConnectionSocket.html#a65736109537492b6a85a21d04f4d2513',1,'ConnectionSocket::operator=(ConnectionSocket &&other)'],['../classConnectionSocket.html#ade21e1d6c66f681efefe771f269104ae',1,'ConnectionSocket::operator=(const ConnectionSocket &other)=delete'],['../classPlayerModel.html#a667deb2031ed86ee20edeededeb35284',1,'PlayerModel::operator=()'],['../classConnection.html#a00bec3d81bc203c1403e5966a10b795b',1,'Connection::operator=()'],['../classServerSocket.html#a67376100edab5bac64f42df7745d8769',1,'ServerSocket::operator=(ServerSocket &&other)'],['../classServerSocket.html#aa6e4c15759080537d056de4ed56bf40c',1,'ServerSocket::operator=(const ServerSocket &other)=delete'],['../classServerPacketHandler.html#ab902abf233e99846e9ddfb9b18b2df8e',1,'ServerPacketHandler::operator=(ServerPacketHandler &&other)=delete'],['../classServerPacketHandler.html#aac5991b881040c778db0b2a518cde2fe',1,'ServerPacketHandler::operator=(const ServerPacketHandler &other)=delete'],['../classServer.html#a72f16fc38789727d57762556799083eb',1,'Server::operator=(Server &&other)=delete'],['../classServer.html#a9f30bafde48d9f0a0d646687cd69c4bb',1,'Server::operator=(const Server &other)=delete'],['../classClientSocket.html#ac36594d9d9af8d04e94726f6e084f4ee',1,'ClientSocket::operator=(ClientSocket &&other)'],['../classClientSocket.html#a3652a72ecbea5168f188efb85a64690a',1,'ClientSocket::operator=(const ClientSocket &other)=delete'],['../classClientPacketHandler.html#a6bb222caab0055f33bb0738b3988e949',1,'ClientPacketHandler::operator=(ClientPacketHandler &&other)=delete'],['../classClientPacketHandler.html#ac550a5096d4cb0faf3d21722d7844454',1,'ClientPacketHandler::operator=(const ClientPacketHandler &other)=delete'],['../classClient.html#a6ef4b70b531fe107e9b25f3307f6f4a3',1,'Client::operator=(Client &&other)=delete'],['../classClient.html#aa7ef990ceaaef94a7777aa768cc4f5de',1,'Client::operator=(const Client &other)=delete'],['../classAtomic.html#ad5d9c156e49d345c045f753678beff00',1,'Atomic::operator=()'],['../classDisconnectPacket.html#aeffd6117d9567a15e8fb212885c01f55',1,'DisconnectPacket::operator=()'],['../classPlayerModel.html#ab6b574649cc7c4d595fcf457f4896670',1,'PlayerModel::operator=()'],['../classThreadPoolAccessor.html#a0d361df5a6b36ddf6d00c57654391003',1,'ThreadPoolAccessor::operator=(ThreadPoolAccessor &&)=delete'],['../classThreadPoolAccessor.html#aee788b384712e1df20d73692e820de6d',1,'ThreadPoolAccessor::operator=(const ThreadPoolAccessor &)=delete'],['../classNetworkThread.html#a7969d706478e1a562b34fa1de7c8e3e5',1,'NetworkThread::operator=()'],['../classServerBlockUpdateThread.html#a1cdcc24f14cd3ec12ef2ea3f4384188d',1,'ServerBlockUpdateThread::operator=()'],['../classBlockUpdateThread.html#ad02f49ca1f95b8f1d60e4bcdd890746b',1,'BlockUpdateThread::operator=()'],['../classSettings.html#abe4e035636130733f548184c6229728b',1,'Settings::operator=()'],['../classCamera.html#a9fec870b0929e5e571066c165fbc3688',1,'Camera::operator=(Camera &&camera)'],['../classCamera.html#a32e204de0e052949fab567a981cbec12',1,'Camera::operator=(Camera &camera)=delete'],['../classThreadSafeQueue.html#ae277003ce095debc77bd1339c131b302',1,'ThreadSafeQueue::operator=(ThreadSafeQueue &&other)'],['../classThreadSafeQueue.html#a8a98125a8d06536d27be9adc79b185e8',1,'ThreadSafeQueue::operator=(const ThreadSafeQueue &other)=delete'],['../classSocket.html#a26bc8910c3f0f1079ac741ff7b8a2bc2',1,'Socket::operator=(Socket &&other)'],['../classSocket.html#ab2fe22f8766b9c23765aa928cb0d463f',1,'Socket::operator=(const Socket &other)=delete'],['../classPoller.html#a3bce85b455a85eb54d9e989c3bca7ebc',1,'Poller::operator=()'],['../classPlayerMovePacket.html#a6041c163a88db9fed1b9651ed0ca0138',1,'PlayerMovePacket::operator=()'],['../classDisconnectPacket.html#a7aad91ea5c62dbcea286380de54f384f',1,'DisconnectPacket::operator=()'],['../classIPacket.html#aafed1fd2c2d33e71402e66385e77e21f',1,'IPacket::operator=(const IPacket &)'],['../classIPacket.html#a4369f658f6d1ac11ba4a6101931df110',1,'IPacket::operator=(IPacket &&)'],['../classLoadDistancePacket.html#a37e58f3874926f498815324e5a7db908',1,'LoadDistancePacket::operator=(const LoadDistancePacket &other)'],['../classLoadDistancePacket.html#ac9b8b392e5179e23e524068a920d0c74',1,'LoadDistancePacket::operator=(LoadDistancePacket &&other)'],['../classPingPacket.html#ab10a0f8e0cbef0e481d3796d6c5ab1bf',1,'PingPacket::operator=(const PingPacket &)'],['../classPingPacket.html#a95388799546472b6ad545fda53e380f9',1,'PingPacket::operator=(PingPacket &&)'],['../classPlayerConnectedPacket.html#ad70420eb79d828f39c482ebd972ee829',1,'PlayerConnectedPacket::operator=(const PlayerConnectedPacket &other)=delete'],['../classPlayerConnectedPacket.html#afe080d9d6771cc14bea1619a62f0bbaf',1,'PlayerConnectedPacket::operator=(PlayerConnectedPacket &&other)'],['../classPlayerListPacket.html#a0b6b2c8c2e997336be80a9bfb3083ce0',1,'PlayerListPacket::operator=(const PlayerListPacket &other)'],['../classPlayerListPacket.html#a11abd639cf06c9f48ea25028f8900395',1,'PlayerListPacket::operator=(PlayerListPacket &&other)'],['../classPlayerMovePacket.html#a47db2dac51c7cdaaa237d116d2310b6b',1,'PlayerMovePacket::operator=()'],['../classPoller.html#a2cc09217e44aa64dae5f269ef152a3c6',1,'Poller::operator=()']]],
['operator_3d_3d_13',['operator==',['../classSocket.html#ab6b50487ea5d7c41c6248d633ad97cf2',1,'Socket::operator==(const Socket &other) const'],['../classSocket.html#a0061cbad68bb39d7cb7cc8088e478938',1,'Socket::operator==(const int &fd) const'],['../structObjVertex.html#a1c938880cb6af23654a28881391ad9e3',1,'ObjVertex::operator==()'],['../structServerWorld_1_1Ticket.html#a3dd40ebfa0b46abbd69fb9721292273f',1,'ServerWorld::Ticket::operator==(const Ticket &other) const =default']]],
['other_14',['OTHER',['../structServerWorld_1_1Ticket.html#abe1500819a84d1396c1324500b840959a03570470bad94692ce93e32700d2e1cb',1,'ServerWorld::Ticket']]],
['otherupdate_15',['otherUpdate',['../classClientWorld.html#a1b4ee2813100580cd0fc967e4d9806fd',1,'ClientWorld']]],
diff --git a/search/all_f.js b/search/all_f.js
index 9a402b90..35d45e43 100644
--- a/search/all_f.js
+++ b/search/all_f.js
@@ -13,90 +13,91 @@ var searchData=
['perlin_2ecpp_10',['Perlin.cpp',['../Perlin_8cpp.html',1,'']]],
['perlin_2ehpp_11',['Perlin.hpp',['../Perlin_8hpp.html',1,'']]],
['physical_5fdevice_12',['physical_device',['../classVulkanAPI.html#a70fc3d9525d7e52852bb0b7be66af812',1,'VulkanAPI']]],
- ['ping_13',['PING',['../classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569ae07ff41a486c27c095a15898dcca34d1',1,'IPacket::PING()'],['../SoundList_8hpp.html#aa20b534785857c1eee21622419d48262ae07ff41a486c27c095a15898dcca34d1',1,'PING(): SoundList.hpp']]],
+ ['ping_13',['PING',['../SoundList_8hpp.html#aa20b534785857c1eee21622419d48262ae07ff41a486c27c095a15898dcca34d1',1,'SoundList.hpp']]],
['ping_14',['ping',['../classServer.html#acca36775ae381d5b9bdeca590ba2c444',1,'Server']]],
- ['pingpacket_15',['PingPacket',['../classPingPacket.html#a41488fec30e7c0d733d9c13d53b58880',1,'PingPacket::PingPacket()'],['../classPingPacket.html#a3fbd6abfa23e62f1abbc44794173dd1d',1,'PingPacket::PingPacket(uint64_t id, uint8_t counter)'],['../classPingPacket.html#a55fe3d993b683a0862ccdb14c3e0e19b',1,'PingPacket::PingPacket(const PingPacket &)'],['../classPingPacket.html#a67be10cd6c39bb90e40752c3e1b6e39f',1,'PingPacket::PingPacket(PingPacket &&)'],['../classPingPacket.html',1,'PingPacket']]],
- ['pingpacket_2ecpp_16',['PingPacket.cpp',['../PingPacket_8cpp.html',1,'']]],
- ['pingpacket_2ehpp_17',['PingPacket.hpp',['../PingPacket_8hpp.html',1,'']]],
- ['pipeline_18',['Pipeline',['../classPipeline.html#acdbef56529368f248e7290f13e8f9940',1,'Pipeline::Pipeline(const Pipeline &)=delete'],['../classPipeline.html#a38e623c03d6e105861a83432979d63a8',1,'Pipeline::Pipeline(VkDevice device, const CreateInfo &create_info)']]],
- ['pipeline_19',['pipeline',['../classPipeline.html#a372ca1f1579d6350790b5a40f9e1292a',1,'Pipeline']]],
- ['pipeline_20',['Pipeline',['../classPipeline.html#a79e49366358f823b8812658f8bf3a9e8',1,'Pipeline::Pipeline()'],['../classPipeline.html#aec42c193a24462d5aec9a30039509f1b',1,'Pipeline::Pipeline(Pipeline &&other) noexcept'],['../classPipeline.html',1,'Pipeline']]],
- ['pipeline_2ehpp_21',['Pipeline.hpp',['../Pipeline_8hpp.html',1,'']]],
- ['pitch_22',['pitch',['../structWorldScene_1_1PlayerRenderData.html#ae2f0e054725b472fe7d8b5e4d416ff23',1,'WorldScene::PlayerRenderData::pitch()'],['../classPlayer.html#affddc950dc472ad3dfd65e752957d946',1,'Player::pitch()']]],
- ['place_23',['PLACE',['../classBlockActionPacket.html#ac08b584db05c96e48fd956fb800bbb44a8c756b7e3daff6db3808a377b05a148f',1,'BlockActionPacket::PLACE()'],['../structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fca8c756b7e3daff6db3808a377b05a148f',1,'ServerWorld::BlockUpdateData::PLACE()']]],
- ['placeblock_24',['placeBlock',['../classServerWorld.html#a73098b5afa011220a051a827843506a7',1,'ServerWorld']]],
- ['plain_25',['PLAIN',['../classChunk.html#abe2d3dbcc9b48d61e1aafdd5100425eeaf62eb0bf5e5c72e80983fbbac1cb70e5',1,'Chunk']]],
- ['plane_5fdistances_26',['plane_distances',['../structShadowMapLight.html#ae9868931b52484e3d61b0379305255ab',1,'ShadowMapLight']]],
- ['player_27',['Player',['../classPlayer.html#affe0cc3cb714f6deb4e62f0c0d3f1fd8',1,'Player::Player()'],['../classPlayer.html#af8c2ecab491983e5749611255927d15d',1,'Player::Player(Player &other)=delete'],['../classPlayer.html#a6beeb56865b114413e5d6a75a9c1e289',1,'Player::Player(Player &&other)=delete']]],
- ['player_28',['PLAYER',['../structServerWorld_1_1Ticket.html#abe1500819a84d1396c1324500b840959a07c80e2a355d91402a00d82b1fa13855',1,'ServerWorld::Ticket']]],
- ['player_29',['Player',['../classPlayer.html',1,'']]],
- ['player_2ecpp_30',['Player.cpp',['../Player_8cpp.html',1,'']]],
- ['player_2ehpp_31',['Player.hpp',['../Player_8hpp.html',1,'']]],
- ['player_5fchest_5fmesh_5fid_32',['player_chest_mesh_id',['../classVulkanAPI.html#af630bfb30c0110e84fbf6a4b2ccf2a84',1,'VulkanAPI']]],
- ['player_5fconnected_33',['PLAYER_CONNECTED',['../classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569ab087a51a9b768da05c3038997aafcfb0',1,'IPacket']]],
- ['player_5fhead_5fmesh_5fid_34',['player_head_mesh_id',['../classVulkanAPI.html#a1b80e03954d5522659cc2e333fe1811c',1,'VulkanAPI']]],
- ['player_5fheight_35',['player_height',['../classDebugGui.html#a2edde5f303c28ebbceefbf33487e1de1',1,'DebugGui::player_height()'],['../classPlayerModel.html#af349559a5df096309986249e8a880903',1,'PlayerModel::player_height()'],['../structAtmosphereParams.html#aab4021f231eb7ccf378dbc49fdd9993a',1,'AtmosphereParams::player_height()']]],
- ['player_5fid_36',['player_id',['../classEvent_1_1PlayerMoving.html#ae6ed972b6a5850bb9b4c44b8c89285dd',1,'Event::PlayerMoving::player_id()'],['../classPlayer.html#a5eff2a91101a259c208f1aab98a6eda9',1,'Player::player_id()']]],
- ['player_5fleft_5farm_5fmesh_5fid_37',['player_left_arm_mesh_id',['../classVulkanAPI.html#a40aca6a20e84f0fce26ffebae56f8377',1,'VulkanAPI']]],
- ['player_5fleft_5fleg_5fmesh_5fid_38',['player_left_leg_mesh_id',['../classVulkanAPI.html#abfdeff59a16b48925efc3ddcfe4530a0',1,'VulkanAPI']]],
- ['player_5flist_39',['PLAYER_LIST',['../classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569aa933b4eab2f8c05c250a78452a4475ef',1,'IPacket']]],
- ['player_5fmove_40',['PLAYER_MOVE',['../classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569a09615e47f229c3d2725c924d0af4a0ce',1,'IPacket']]],
- ['player_5fpipeline_41',['player_pipeline',['../classVulkanAPI.html#ad4c62f896f0471d717be8fd61783dfbc',1,'VulkanAPI']]],
- ['player_5fposition_42',['player_position',['../classDebugGui.html#a2a5f88dfe8444bcbffb320128d3e906e',1,'DebugGui']]],
- ['player_5fright_5farm_5fmesh_5fid_43',['player_right_arm_mesh_id',['../classVulkanAPI.html#a8cbd7cb5463c6f380e001df85afd978e',1,'VulkanAPI']]],
- ['player_5fright_5fleg_5fmesh_5fid_44',['player_right_leg_mesh_id',['../classVulkanAPI.html#a42f76d2317f9b624ba94528da8acb9a3',1,'VulkanAPI']]],
- ['player_5fskin_5fbinding_45',['PLAYER_SKIN_BINDING',['../ShaderCommon_8hpp.html#a403e46033e90d8f0e19ead844c9e1b12',1,'ShaderCommon.hpp']]],
- ['player_5fskin_5fimage_46',['player_skin_image',['../classVulkanAPI.html#a111ed86a854fdd4b30ca876c511031b1',1,'VulkanAPI']]],
- ['player_5fticket_5fid_47',['player_ticket_id',['../classPlayer.html#ac816c2d75be6b91def176df1eb92b806',1,'Player']]],
- ['player_5fvelocity_48',['player_velocity',['../classDebugGui.html#ae630bf16ed5917994648e49ea5f640d0',1,'DebugGui']]],
- ['player_5fvelocity_5fvec_49',['player_velocity_vec',['../classDebugGui.html#a534caf562206036d66f3a896f10409b5',1,'DebugGui']]],
- ['playeractionpacket_2ehpp_50',['PlayerActionPacket.hpp',['../PlayerActionPacket_8hpp.html',1,'']]],
- ['playerattack_51',['playerAttack',['../classClientWorld.html#a6af9215e00db9f81aa57c372f94076ba',1,'ClientWorld']]],
- ['playerconnectedpacket_52',['PlayerConnectedPacket',['../classPlayerConnectedPacket.html#a9e2c3c84ee34ebbeddd856cbf57cec37',1,'PlayerConnectedPacket::PlayerConnectedPacket(const PlayerConnectedPacket &other)=delete'],['../classPlayerConnectedPacket.html#a9c7f4a4fdbabc067f29b9bf57ab2ce88',1,'PlayerConnectedPacket::PlayerConnectedPacket()'],['../classPlayerConnectedPacket.html#abe349a8baa1ef5c94aedbd23fabd4bef',1,'PlayerConnectedPacket::PlayerConnectedPacket(const uint32_t &id)'],['../classPlayerConnectedPacket.html#ac57a3571e42be4847feabf22e98ae0ec',1,'PlayerConnectedPacket::PlayerConnectedPacket(PlayerConnectedPacket &&other)'],['../classPlayerConnectedPacket.html',1,'PlayerConnectedPacket']]],
- ['playerconnectedpacket_2ecpp_53',['PlayerConnectedPacket.cpp',['../PlayerConnectedPacket_8cpp.html',1,'']]],
- ['playerconnectedpacket_2ehpp_54',['PlayerConnectedPacket.hpp',['../PlayerConnectedPacket_8hpp.html',1,'']]],
- ['playerinfo_55',['PlayerInfo',['../structPlayerListPacket_1_1PlayerInfo.html',1,'PlayerListPacket']]],
- ['playerlistpacket_56',['PlayerListPacket',['../classPlayerListPacket.html#ae303f231067293218d3154b5086a0009',1,'PlayerListPacket::PlayerListPacket(const PlayerListPacket &other)'],['../classPlayerListPacket.html#a90df9c07b4858ed7ff61f7e9c4bffd4d',1,'PlayerListPacket::PlayerListPacket()'],['../classPlayerListPacket.html#a9d36ee36c8f91f816a159c0d9d46e48b',1,'PlayerListPacket::PlayerListPacket(const std::vector< PlayerInfo > &players)'],['../classPlayerListPacket.html#a48a7c7a0b2291b38d439cdf984eae761',1,'PlayerListPacket::PlayerListPacket(PlayerListPacket &&other)'],['../classPlayerListPacket.html',1,'PlayerListPacket']]],
- ['playerlistpacket_2ecpp_57',['PlayerListPacket.cpp',['../PlayerListPacket_8cpp.html',1,'']]],
- ['playerlistpacket_2ehpp_58',['PlayerListPacket.hpp',['../PlayerListPacket_8hpp.html',1,'']]],
- ['playermodel_59',['PlayerModel',['../classPlayerModel.html#a10b23d720ce628b505b259d268f54d80',1,'PlayerModel::PlayerModel()'],['../classPlayerModel.html#afe99e7641c1b466b9b7f6e6042a1b288',1,'PlayerModel::PlayerModel(PlayerModel &other)=delete'],['../classPlayerModel.html#ab760a45939d94cdf84a2d80cc1ada01b',1,'PlayerModel::PlayerModel(PlayerModel &&other)=delete'],['../classPlayerModel.html',1,'PlayerModel']]],
- ['playermovepacket_60',['PlayerMovePacket',['../classPlayerMovePacket.html#a7e891aa068d61d1b4a0f8aa4680740a0',1,'PlayerMovePacket::PlayerMovePacket()'],['../classPlayerMovePacket.html#af7d856b91b83502fe758d9c26b5023dd',1,'PlayerMovePacket::PlayerMovePacket(uint64_t id, glm::dvec3 position, glm::dvec3 displacement)'],['../classPlayerMovePacket.html#a7f83f88fbe0d3eaf90a8bf3905b09a96',1,'PlayerMovePacket::PlayerMovePacket(const PlayerMovePacket &other)'],['../classPlayerMovePacket.html#aa175f9ed533debb82194d91bfb77ed57',1,'PlayerMovePacket::PlayerMovePacket(PlayerMovePacket &&other)'],['../classPlayerMovePacket.html',1,'PlayerMovePacket']]],
- ['playermovepacket_2ecpp_61',['PlayerMovePacket.cpp',['../PlayerMovePacket_8cpp.html',1,'']]],
- ['playermovepacket_2ehpp_62',['PlayerMovePacket.hpp',['../PlayerMovePacket_8hpp.html',1,'']]],
- ['playermoving_63',['PlayerMoving',['../classEvent_1_1PlayerMoving.html',1,'Event::PlayerMoving'],['../classEvent_1_1PlayerMoving.html#a25cd5c0ffaa4a0d7fe1979f1c4b4b3c3',1,'Event::PlayerMoving::PlayerMoving()']]],
- ['playerrenderdata_64',['PlayerRenderData',['../structWorldScene_1_1PlayerRenderData.html',1,'WorldScene']]],
- ['playeruse_65',['playerUse',['../classClientWorld.html#a1d09c2fb3bf637e9894ea848c2e1a397',1,'ClientWorld']]],
- ['playeruseresult_66',['PlayerUseResult',['../structClientWorld_1_1PlayerUseResult.html',1,'ClientWorld']]],
- ['playsound_67',['playSound',['../classSound_1_1Engine.html#aa7f55a7560f22dae89c582f368a9944f',1,'Sound::Engine']]],
- ['points_68',['points',['../structFrustumPoints.html#af410859a291973d7987d6c2213d637ef',1,'FrustumPoints']]],
- ['poller_69',['Poller',['../classPoller.html#accbb095f0ade22128cffc0bb2f8c5a3d',1,'Poller::Poller(const Poller &other)=delete'],['../classPoller.html#aa49f9ce662fecb114d7ecbf6375d3bfe',1,'Poller::Poller(Poller &&other)'],['../classPoller.html',1,'Poller'],['../classPoller.html#adf6d69ebc50dec9403c330c173507fb6',1,'Poller::Poller()'],['../classSocket.html#a6368feb544053a5a867a590000aeb1de',1,'Socket::Poller()']]],
- ['poller_2ecpp_70',['Poller.cpp',['../Poller_8cpp.html',1,'']]],
- ['poller_2ehpp_71',['Poller.hpp',['../Poller_8hpp.html',1,'']]],
- ['polygon_5fmode_72',['polygon_mode',['../structPipeline_1_1CreateInfo.html#a228d42d483c49a3e93892fdae2928304',1,'Pipeline::CreateInfo']]],
- ['pool_73',['pool',['../classDescriptor.html#a837073a4ccc081a2fbb77c0acd4a549c',1,'Descriptor']]],
- ['pop_74',['pop',['../classThreadSafeQueue.html#a253f89e71a648e192336bd3ab35840f6',1,'ThreadSafeQueue']]],
- ['poppacket_75',['popPacket',['../classClient.html#abee92871a623dd53e5fce8b74e1e9b07',1,'Client']]],
- ['port_76',['PORT',['../define_8hpp.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'define.hpp']]],
- ['pos_77',['pos',['../structLineVertex.html#a1dc068e612b921483967c7a1cf60f96a',1,'LineVertex::pos()'],['../structPlayerModel_1_1Vertex.html#aeeae6aa3a49d1c643b3a6b64a9489f6c',1,'PlayerModel::Vertex::pos()']]],
- ['pos_78',['POS',['../classCreateMeshData.html#a5f075a1c439c7a4316214c1e1ad759a0a8b9c6df131e2af7d0169e2a6d949076d',1,'CreateMeshData']]],
- ['pos_79',['pos',['../structObjVertex.html#ae3a64feb1b25a5a8288c47d07c36127e',1,'ObjVertex::pos()'],['../structEntityVertex.html#a1d6ed7bf852bdd04b2a8f00ef473e473',1,'EntityVertex::pos()'],['../structItemVertex.html#aea5dc940573c9eb2fa8e9948a454b98d',1,'ItemVertex::pos()']]],
- ['position_80',['position',['../classTransform.html#aecfee605af55e0c6e555b5fdfd4f488a',1,'Transform::position()'],['../structServerWorld_1_1BlockUpdateData.html#a43565d71e4e31528a67639d755c5b354',1,'ServerWorld::BlockUpdateData::position()'],['../structServerWorld_1_1Ticket.html#a81ef4cfa1593c495f57cf49573f48b64',1,'ServerWorld::Ticket::position()'],['../classHitBox.html#a09a15b7005b624c93cc03ebbc4a3d375',1,'HitBox::position()'],['../structWorldScene_1_1DebugBlock.html#a60a671cfc14789b228a9eef535277b4d',1,'WorldScene::DebugBlock::position()'],['../structWorldScene_1_1PlayerRenderData.html#a2822321a94b3d939be488100e78f2e9e',1,'WorldScene::PlayerRenderData::position()'],['../structCamera_1_1RenderInfo.html#ac48415567e0ed4b659f646513fbbf19b',1,'Camera::RenderInfo::position()'],['../structPlayerListPacket_1_1PlayerInfo.html#a45d234a16fccb9b55e36271d21ff569a',1,'PlayerListPacket::PlayerInfo::position()']]],
- ['precede_81',['precede',['../classtask_1_1Task.html#a7a9ee6510ad7985d0ee9c97f39ed4230',1,'task::Task']]],
- ['prerender_5fitem_5ficon_5fframebuffer_82',['prerender_item_icon_framebuffer',['../classVulkanAPI.html#a63fa15b14880714d1c3a76569933d256',1,'VulkanAPI']]],
- ['prerender_5fitem_5ficon_5fpipeline_83',['prerender_item_icon_pipeline',['../classVulkanAPI.html#a480baf17862bbec82e00b3b1dd90e60e',1,'VulkanAPI']]],
- ['prerender_5fitem_5ficon_5frender_5fpass_84',['prerender_item_icon_render_pass',['../classVulkanAPI.html#aa9a504cc0f7d6ab94cd524c0d16a5bac',1,'VulkanAPI']]],
- ['present_5ffamily_85',['present_family',['../structQueueFamilyIndices.html#a2f4be08657178d2397981ace027b01a0',1,'QueueFamilyIndices']]],
- ['present_5fmode_86',['present_mode',['../structSwapchain_1_1CreateInfo.html#a9c00a0a7b2354b178a6817008ef6b92c',1,'Swapchain::CreateInfo']]],
- ['present_5fmodes_87',['present_modes',['../structSwapchain_1_1SupportDetails.html#ac0f4f61750c7a405c1ab2ef0183b17bf',1,'Swapchain::SupportDetails']]],
- ['present_5fqueue_88',['present_queue',['../classVulkanAPI.html#acd95a2f7af31d3ccba7de8553aeed384',1,'VulkanAPI']]],
- ['pressed_89',['PRESSED',['../classInput.html#a0be44bf062481fd4b60c21607a2ee50aa5381dc876ab002103a027265bc14ae52',1,'Input']]],
- ['proj_90',['proj',['../structViewProjMatrices.html#ac8820bbed54d35d5349fae31ca989a93',1,'ViewProjMatrices']]],
- ['project_5fname_91',['PROJECT_NAME',['../define_8hpp.html#ae73053051efbb45c3a39751f5ce9fb36',1,'define.hpp']]],
- ['projection_92',['projection',['../structCamera_1_1RenderInfo.html#a58c6cf4540ac7b4ee498c74345fb91c8',1,'Camera::RenderInfo']]],
- ['properties_93',['properties',['../classBlockInfo.html#a816871364c37adaebfd051ae5d84668c',1,'BlockInfo']]],
- ['push_94',['push',['../classThreadSafeQueue.html#af271237052273bbbdb2004e6f0b60cc7',1,'ThreadSafeQueue::push(T &&value)'],['../classThreadSafeQueue.html#a815452f980fe394e90aa0f5747f7350a',1,'ThreadSafeQueue::push(const T &value)'],['../classHistory.html#a9937f1512abab01e09ae808a866c7c64',1,'History::push()']]],
- ['push_5fconstant_5franges_95',['push_constant_ranges',['../structPipeline_1_1CreateInfo.html#ad71d7079bfbfe032392e48c3c1f2b57e',1,'Pipeline::CreateInfo']]],
- ['putpixel_96',['putPixel',['../structImGuiTexture.html#a29c8bb2dd69d795fcfc075325c0ab8b8',1,'ImGuiTexture']]],
- ['pv_97',['PV',['../classDebugGui.html#ab51f9f67a15f9dc38dece25b81c038ad',1,'DebugGui::PV()'],['../structChunk_1_1biomeInfo.html#a5c3986c3f128e72222610c8372be11be',1,'Chunk::biomeInfo::PV()']]],
- ['pv_5ftexture_5fid_98',['PV_texture_id',['../classDebugGui.html#a6057e3f2f28e212796c7c33f1a966055',1,'DebugGui']]]
+ ['ping_15',['PING',['../classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569ae07ff41a486c27c095a15898dcca34d1',1,'IPacket']]],
+ ['pingpacket_16',['PingPacket',['../classPingPacket.html#a41488fec30e7c0d733d9c13d53b58880',1,'PingPacket::PingPacket()'],['../classPingPacket.html#a3fbd6abfa23e62f1abbc44794173dd1d',1,'PingPacket::PingPacket(uint64_t id, uint8_t counter)'],['../classPingPacket.html#a55fe3d993b683a0862ccdb14c3e0e19b',1,'PingPacket::PingPacket(const PingPacket &)'],['../classPingPacket.html#a67be10cd6c39bb90e40752c3e1b6e39f',1,'PingPacket::PingPacket(PingPacket &&)'],['../classPingPacket.html',1,'PingPacket']]],
+ ['pingpacket_2ecpp_17',['PingPacket.cpp',['../PingPacket_8cpp.html',1,'']]],
+ ['pingpacket_2ehpp_18',['PingPacket.hpp',['../PingPacket_8hpp.html',1,'']]],
+ ['pipeline_19',['Pipeline',['../classPipeline.html#a38e623c03d6e105861a83432979d63a8',1,'Pipeline::Pipeline()'],['../classPipeline.html',1,'Pipeline']]],
+ ['pipeline_20',['pipeline',['../classPipeline.html#a372ca1f1579d6350790b5a40f9e1292a',1,'Pipeline']]],
+ ['pipeline_21',['Pipeline',['../classPipeline.html#aec42c193a24462d5aec9a30039509f1b',1,'Pipeline::Pipeline(Pipeline &&other) noexcept'],['../classPipeline.html#a79e49366358f823b8812658f8bf3a9e8',1,'Pipeline::Pipeline()'],['../classPipeline.html#acdbef56529368f248e7290f13e8f9940',1,'Pipeline::Pipeline(const Pipeline &)=delete']]],
+ ['pipeline_2ehpp_22',['Pipeline.hpp',['../Pipeline_8hpp.html',1,'']]],
+ ['pitch_23',['pitch',['../structPlayerRenderData.html#aba08383ad8af43e5b3555e53ae8c462a',1,'PlayerRenderData::pitch()'],['../classPlayer.html#affddc950dc472ad3dfd65e752957d946',1,'Player::pitch()']]],
+ ['place_24',['PLACE',['../classBlockActionPacket.html#ac08b584db05c96e48fd956fb800bbb44a8c756b7e3daff6db3808a377b05a148f',1,'BlockActionPacket::PLACE()'],['../structServerWorld_1_1BlockUpdateData.html#a8adf80cf0e8c47dd7077b4336168c9fca8c756b7e3daff6db3808a377b05a148f',1,'ServerWorld::BlockUpdateData::PLACE()']]],
+ ['placeblock_25',['placeBlock',['../classServerWorld.html#a73098b5afa011220a051a827843506a7',1,'ServerWorld']]],
+ ['plain_26',['PLAIN',['../classChunk.html#abe2d3dbcc9b48d61e1aafdd5100425eeaf62eb0bf5e5c72e80983fbbac1cb70e5',1,'Chunk']]],
+ ['plane_5fdistances_27',['plane_distances',['../structShadowMapLight.html#ae9868931b52484e3d61b0379305255ab',1,'ShadowMapLight']]],
+ ['player_28',['Player',['../classPlayer.html#affe0cc3cb714f6deb4e62f0c0d3f1fd8',1,'Player::Player()'],['../classPlayer.html#af8c2ecab491983e5749611255927d15d',1,'Player::Player(Player &other)=delete'],['../classPlayer.html#a6beeb56865b114413e5d6a75a9c1e289',1,'Player::Player(Player &&other)=delete']]],
+ ['player_29',['PLAYER',['../structServerWorld_1_1Ticket.html#abe1500819a84d1396c1324500b840959a07c80e2a355d91402a00d82b1fa13855',1,'ServerWorld::Ticket']]],
+ ['player_30',['Player',['../classPlayer.html',1,'']]],
+ ['player_2ecpp_31',['Player.cpp',['../Player_8cpp.html',1,'']]],
+ ['player_2ehpp_32',['Player.hpp',['../Player_8hpp.html',1,'']]],
+ ['player_5fchest_5fmesh_5fid_33',['player_chest_mesh_id',['../classVulkanAPI.html#af630bfb30c0110e84fbf6a4b2ccf2a84',1,'VulkanAPI']]],
+ ['player_5fconnected_34',['PLAYER_CONNECTED',['../classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569ab087a51a9b768da05c3038997aafcfb0',1,'IPacket']]],
+ ['player_5fhead_5fmesh_5fid_35',['player_head_mesh_id',['../classVulkanAPI.html#a1b80e03954d5522659cc2e333fe1811c',1,'VulkanAPI']]],
+ ['player_5fheight_36',['player_height',['../structAtmosphereParams.html#aab4021f231eb7ccf378dbc49fdd9993a',1,'AtmosphereParams::player_height()'],['../classPlayerModel.html#af349559a5df096309986249e8a880903',1,'PlayerModel::player_height()'],['../classDebugGui.html#a2edde5f303c28ebbceefbf33487e1de1',1,'DebugGui::player_height()']]],
+ ['player_5fid_37',['player_id',['../classEvent_1_1PlayerMoving.html#ae6ed972b6a5850bb9b4c44b8c89285dd',1,'Event::PlayerMoving::player_id()'],['../classPlayer.html#a5eff2a91101a259c208f1aab98a6eda9',1,'Player::player_id()']]],
+ ['player_5fleft_5farm_5fmesh_5fid_38',['player_left_arm_mesh_id',['../classVulkanAPI.html#a40aca6a20e84f0fce26ffebae56f8377',1,'VulkanAPI']]],
+ ['player_5fleft_5fleg_5fmesh_5fid_39',['player_left_leg_mesh_id',['../classVulkanAPI.html#abfdeff59a16b48925efc3ddcfe4530a0',1,'VulkanAPI']]],
+ ['player_5flist_40',['PLAYER_LIST',['../classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569aa933b4eab2f8c05c250a78452a4475ef',1,'IPacket']]],
+ ['player_5fmove_41',['PLAYER_MOVE',['../classIPacket.html#a45e74ba6b0b68c66035a48c641a6a569a09615e47f229c3d2725c924d0af4a0ce',1,'IPacket']]],
+ ['player_5fpipeline_42',['player_pipeline',['../classVulkanAPI.html#ad4c62f896f0471d717be8fd61783dfbc',1,'VulkanAPI']]],
+ ['player_5fposition_43',['player_position',['../classDebugGui.html#a2a5f88dfe8444bcbffb320128d3e906e',1,'DebugGui']]],
+ ['player_5fright_5farm_5fmesh_5fid_44',['player_right_arm_mesh_id',['../classVulkanAPI.html#a8cbd7cb5463c6f380e001df85afd978e',1,'VulkanAPI']]],
+ ['player_5fright_5fleg_5fmesh_5fid_45',['player_right_leg_mesh_id',['../classVulkanAPI.html#a42f76d2317f9b624ba94528da8acb9a3',1,'VulkanAPI']]],
+ ['player_5fskin_5fbinding_46',['PLAYER_SKIN_BINDING',['../ShaderCommon_8hpp.html#a403e46033e90d8f0e19ead844c9e1b12',1,'ShaderCommon.hpp']]],
+ ['player_5fskin_5fimage_47',['player_skin_image',['../classVulkanAPI.html#a111ed86a854fdd4b30ca876c511031b1',1,'VulkanAPI']]],
+ ['player_5fticket_5fid_48',['player_ticket_id',['../classPlayer.html#ac816c2d75be6b91def176df1eb92b806',1,'Player']]],
+ ['player_5fvelocity_49',['player_velocity',['../classDebugGui.html#ae630bf16ed5917994648e49ea5f640d0',1,'DebugGui']]],
+ ['player_5fvelocity_5fvec_50',['player_velocity_vec',['../classDebugGui.html#a534caf562206036d66f3a896f10409b5',1,'DebugGui']]],
+ ['playeractionpacket_2ehpp_51',['PlayerActionPacket.hpp',['../PlayerActionPacket_8hpp.html',1,'']]],
+ ['playerattack_52',['playerAttack',['../classClientWorld.html#a6af9215e00db9f81aa57c372f94076ba',1,'ClientWorld']]],
+ ['playerconnectedpacket_53',['PlayerConnectedPacket',['../classPlayerConnectedPacket.html#a9e2c3c84ee34ebbeddd856cbf57cec37',1,'PlayerConnectedPacket::PlayerConnectedPacket()'],['../classPlayerConnectedPacket.html',1,'PlayerConnectedPacket'],['../classPlayerConnectedPacket.html#ac57a3571e42be4847feabf22e98ae0ec',1,'PlayerConnectedPacket::PlayerConnectedPacket(PlayerConnectedPacket &&other)'],['../classPlayerConnectedPacket.html#abe349a8baa1ef5c94aedbd23fabd4bef',1,'PlayerConnectedPacket::PlayerConnectedPacket(const uint32_t &id)'],['../classPlayerConnectedPacket.html#a9c7f4a4fdbabc067f29b9bf57ab2ce88',1,'PlayerConnectedPacket::PlayerConnectedPacket()']]],
+ ['playerconnectedpacket_2ecpp_54',['PlayerConnectedPacket.cpp',['../PlayerConnectedPacket_8cpp.html',1,'']]],
+ ['playerconnectedpacket_2ehpp_55',['PlayerConnectedPacket.hpp',['../PlayerConnectedPacket_8hpp.html',1,'']]],
+ ['playerinfo_56',['PlayerInfo',['../structPlayerListPacket_1_1PlayerInfo.html',1,'PlayerListPacket']]],
+ ['playerlistpacket_57',['PlayerListPacket',['../classPlayerListPacket.html',1,'PlayerListPacket'],['../classPlayerListPacket.html#a48a7c7a0b2291b38d439cdf984eae761',1,'PlayerListPacket::PlayerListPacket(PlayerListPacket &&other)'],['../classPlayerListPacket.html#a90df9c07b4858ed7ff61f7e9c4bffd4d',1,'PlayerListPacket::PlayerListPacket()'],['../classPlayerListPacket.html#a9d36ee36c8f91f816a159c0d9d46e48b',1,'PlayerListPacket::PlayerListPacket(const std::vector< PlayerInfo > &players)'],['../classPlayerListPacket.html#ae303f231067293218d3154b5086a0009',1,'PlayerListPacket::PlayerListPacket(const PlayerListPacket &other)']]],
+ ['playerlistpacket_2ecpp_58',['PlayerListPacket.cpp',['../PlayerListPacket_8cpp.html',1,'']]],
+ ['playerlistpacket_2ehpp_59',['PlayerListPacket.hpp',['../PlayerListPacket_8hpp.html',1,'']]],
+ ['playermodel_60',['PlayerModel',['../classPlayerModel.html#ab760a45939d94cdf84a2d80cc1ada01b',1,'PlayerModel::PlayerModel()'],['../classPlayerModel.html',1,'PlayerModel'],['../classPlayerModel.html#afe99e7641c1b466b9b7f6e6042a1b288',1,'PlayerModel::PlayerModel(PlayerModel &other)=delete'],['../classPlayerModel.html#a10b23d720ce628b505b259d268f54d80',1,'PlayerModel::PlayerModel()']]],
+ ['playermovepacket_61',['PlayerMovePacket',['../classPlayerMovePacket.html',1,'PlayerMovePacket'],['../classPlayerMovePacket.html#a7e891aa068d61d1b4a0f8aa4680740a0',1,'PlayerMovePacket::PlayerMovePacket()'],['../classPlayerMovePacket.html#af7d856b91b83502fe758d9c26b5023dd',1,'PlayerMovePacket::PlayerMovePacket(uint64_t id, glm::dvec3 position, glm::dvec3 displacement)'],['../classPlayerMovePacket.html#a7f83f88fbe0d3eaf90a8bf3905b09a96',1,'PlayerMovePacket::PlayerMovePacket(const PlayerMovePacket &other)'],['../classPlayerMovePacket.html#aa175f9ed533debb82194d91bfb77ed57',1,'PlayerMovePacket::PlayerMovePacket(PlayerMovePacket &&other)']]],
+ ['playermovepacket_2ecpp_62',['PlayerMovePacket.cpp',['../PlayerMovePacket_8cpp.html',1,'']]],
+ ['playermovepacket_2ehpp_63',['PlayerMovePacket.hpp',['../PlayerMovePacket_8hpp.html',1,'']]],
+ ['playermoving_64',['PlayerMoving',['../classEvent_1_1PlayerMoving.html',1,'Event::PlayerMoving'],['../classEvent_1_1PlayerMoving.html#a25cd5c0ffaa4a0d7fe1979f1c4b4b3c3',1,'Event::PlayerMoving::PlayerMoving()']]],
+ ['playerrenderdata_65',['PlayerRenderData',['../structPlayerRenderData.html',1,'']]],
+ ['playeruse_66',['playerUse',['../classClientWorld.html#a1d09c2fb3bf637e9894ea848c2e1a397',1,'ClientWorld']]],
+ ['playeruseresult_67',['PlayerUseResult',['../structClientWorld_1_1PlayerUseResult.html',1,'ClientWorld']]],
+ ['playsound_68',['playSound',['../classSound_1_1Engine.html#aa7f55a7560f22dae89c582f368a9944f',1,'Sound::Engine']]],
+ ['points_69',['points',['../structFrustumPoints.html#af410859a291973d7987d6c2213d637ef',1,'FrustumPoints']]],
+ ['poller_70',['Poller',['../classPoller.html#adf6d69ebc50dec9403c330c173507fb6',1,'Poller::Poller()'],['../classPoller.html#accbb095f0ade22128cffc0bb2f8c5a3d',1,'Poller::Poller(const Poller &other)=delete'],['../classPoller.html#aa49f9ce662fecb114d7ecbf6375d3bfe',1,'Poller::Poller(Poller &&other)'],['../classSocket.html#a6368feb544053a5a867a590000aeb1de',1,'Socket::Poller()'],['../classPoller.html',1,'Poller']]],
+ ['poller_2ecpp_71',['Poller.cpp',['../Poller_8cpp.html',1,'']]],
+ ['poller_2ehpp_72',['Poller.hpp',['../Poller_8hpp.html',1,'']]],
+ ['polygon_5fmode_73',['polygon_mode',['../structPipeline_1_1CreateInfo.html#a228d42d483c49a3e93892fdae2928304',1,'Pipeline::CreateInfo']]],
+ ['pool_74',['pool',['../classDescriptor.html#a837073a4ccc081a2fbb77c0acd4a549c',1,'Descriptor']]],
+ ['pop_75',['pop',['../classThreadSafeQueue.html#a253f89e71a648e192336bd3ab35840f6',1,'ThreadSafeQueue']]],
+ ['poppacket_76',['popPacket',['../classClient.html#abee92871a623dd53e5fce8b74e1e9b07',1,'Client']]],
+ ['port_77',['PORT',['../define_8hpp.html#a614217d263be1fb1a5f76e2ff7be19a2',1,'define.hpp']]],
+ ['pos_78',['pos',['../structPlayerModel_1_1Vertex.html#aeeae6aa3a49d1c643b3a6b64a9489f6c',1,'PlayerModel::Vertex']]],
+ ['pos_79',['POS',['../classCreateMeshData.html#a5f075a1c439c7a4316214c1e1ad759a0a8b9c6df131e2af7d0169e2a6d949076d',1,'CreateMeshData']]],
+ ['pos_80',['pos',['../structObjVertex.html#ae3a64feb1b25a5a8288c47d07c36127e',1,'ObjVertex::pos()'],['../structLineVertex.html#a1dc068e612b921483967c7a1cf60f96a',1,'LineVertex::pos()'],['../structItemVertex.html#aea5dc940573c9eb2fa8e9948a454b98d',1,'ItemVertex::pos()'],['../structEntityVertex.html#a1d6ed7bf852bdd04b2a8f00ef473e473',1,'EntityVertex::pos()']]],
+ ['position_81',['position',['../classHitBox.html#a09a15b7005b624c93cc03ebbc4a3d375',1,'HitBox::position()'],['../classTransform.html#aecfee605af55e0c6e555b5fdfd4f488a',1,'Transform::position()'],['../structServerWorld_1_1BlockUpdateData.html#a43565d71e4e31528a67639d755c5b354',1,'ServerWorld::BlockUpdateData::position()'],['../structServerWorld_1_1Ticket.html#a81ef4cfa1593c495f57cf49573f48b64',1,'ServerWorld::Ticket::position()'],['../structPlayerRenderData.html#a121b534557fc42a82b9bac6a3bcdf1c4',1,'PlayerRenderData::position()'],['../structCamera_1_1RenderInfo.html#ac48415567e0ed4b659f646513fbbf19b',1,'Camera::RenderInfo::position()'],['../structPlayerListPacket_1_1PlayerInfo.html#a45d234a16fccb9b55e36271d21ff569a',1,'PlayerListPacket::PlayerInfo::position()']]],
+ ['precede_82',['precede',['../classtask_1_1Task.html#a7a9ee6510ad7985d0ee9c97f39ed4230',1,'task::Task']]],
+ ['prerender_5fitem_5ficon_5fframebuffer_83',['prerender_item_icon_framebuffer',['../classVulkanAPI.html#a63fa15b14880714d1c3a76569933d256',1,'VulkanAPI']]],
+ ['prerender_5fitem_5ficon_5fpipeline_84',['prerender_item_icon_pipeline',['../classVulkanAPI.html#a480baf17862bbec82e00b3b1dd90e60e',1,'VulkanAPI']]],
+ ['prerender_5fitem_5ficon_5frender_5fpass_85',['prerender_item_icon_render_pass',['../classVulkanAPI.html#aa9a504cc0f7d6ab94cd524c0d16a5bac',1,'VulkanAPI']]],
+ ['present_5ffamily_86',['present_family',['../structQueueFamilyIndices.html#a2f4be08657178d2397981ace027b01a0',1,'QueueFamilyIndices']]],
+ ['present_5fmode_87',['present_mode',['../structSwapchain_1_1CreateInfo.html#a9c00a0a7b2354b178a6817008ef6b92c',1,'Swapchain::CreateInfo']]],
+ ['present_5fmodes_88',['present_modes',['../structSwapchain_1_1SupportDetails.html#ac0f4f61750c7a405c1ab2ef0183b17bf',1,'Swapchain::SupportDetails']]],
+ ['present_5fqueue_89',['present_queue',['../classVulkanAPI.html#acd95a2f7af31d3ccba7de8553aeed384',1,'VulkanAPI']]],
+ ['pressed_90',['PRESSED',['../classInput.html#a0be44bf062481fd4b60c21607a2ee50aa5381dc876ab002103a027265bc14ae52',1,'Input']]],
+ ['proj_91',['proj',['../structViewProjMatrices.html#ac8820bbed54d35d5349fae31ca989a93',1,'ViewProjMatrices']]],
+ ['project_5fname_92',['PROJECT_NAME',['../define_8hpp.html#ae73053051efbb45c3a39751f5ce9fb36',1,'define.hpp']]],
+ ['projection_93',['projection',['../structCamera_1_1RenderInfo.html#a58c6cf4540ac7b4ee498c74345fb91c8',1,'Camera::RenderInfo']]],
+ ['properties_94',['properties',['../classBlockInfo.html#a816871364c37adaebfd051ae5d84668c',1,'BlockInfo']]],
+ ['push_95',['push',['../classThreadSafeQueue.html#af271237052273bbbdb2004e6f0b60cc7',1,'ThreadSafeQueue::push(T &&value)'],['../classThreadSafeQueue.html#a815452f980fe394e90aa0f5747f7350a',1,'ThreadSafeQueue::push(const T &value)'],['../classHistory.html#a9937f1512abab01e09ae808a866c7c64',1,'History::push()']]],
+ ['push_5fconstant_5franges_96',['push_constant_ranges',['../structPipeline_1_1CreateInfo.html#ad71d7079bfbfe032392e48c3c1f2b57e',1,'Pipeline::CreateInfo']]],
+ ['putpixel_97',['putPixel',['../structImGuiTexture.html#a29c8bb2dd69d795fcfc075325c0ab8b8',1,'ImGuiTexture']]],
+ ['pv_98',['PV',['../classDebugGui.html#ab51f9f67a15f9dc38dece25b81c038ad',1,'DebugGui::PV()'],['../structChunk_1_1biomeInfo.html#a5c3986c3f128e72222610c8372be11be',1,'Chunk::biomeInfo::PV()']]],
+ ['pv_5ftexture_5fid_99',['PV_texture_id',['../classDebugGui.html#a6057e3f2f28e212796c7c33f1a966055',1,'DebugGui']]]
];
diff --git a/search/classes_15.js b/search/classes_15.js
index 616778e2..932336d7 100644
--- a/search/classes_15.js
+++ b/search/classes_15.js
@@ -3,6 +3,5 @@ var searchData=
['walkanimation_0',['WalkAnimation',['../classPlayerModel_1_1WalkAnimation.html',1,'PlayerModel']]],
['window_1',['Window',['../classWindow.html',1,'']]],
['world_2',['World',['../classWorld.html',1,'']]],
- ['worldgenerator_3',['WorldGenerator',['../classWorld_1_1WorldGenerator.html',1,'World']]],
- ['worldscene_4',['WorldScene',['../classWorldScene.html',1,'']]]
+ ['worldgenerator_3',['WorldGenerator',['../classWorld_1_1WorldGenerator.html',1,'World']]]
];
diff --git a/search/classes_2.js b/search/classes_2.js
index a9c2b953..88777eef 100644
--- a/search/classes_2.js
+++ b/search/classes_2.js
@@ -4,7 +4,7 @@ var searchData=
['chunk_1',['Chunk',['../classChunk.html',1,'']]],
['chunkdata_2',['ChunkData',['../structChunkPacket_1_1ChunkData.html',1,'ChunkPacket']]],
['chunkloadunloaddata_3',['ChunkLoadUnloadData',['../structServerWorld_1_1ChunkLoadUnloadData.html',1,'ServerWorld']]],
- ['chunkmeshrenderdata_4',['ChunkMeshRenderData',['../structWorldScene_1_1ChunkMeshRenderData.html',1,'WorldScene']]],
+ ['chunkmeshrenderdata_4',['ChunkMeshRenderData',['../structChunkMeshRenderData.html',1,'']]],
['chunkpacket_5',['ChunkPacket',['../classChunkPacket.html',1,'']]],
['chunkrequestpacket_6',['ChunkRequestPacket',['../classChunkRequestPacket.html',1,'']]],
['chunkunloadpacket_7',['ChunkUnloadPacket',['../classChunkUnloadPacket.html',1,'']]],
diff --git a/search/classes_3.js b/search/classes_3.js
index 00dbf823..89bb8884 100644
--- a/search/classes_3.js
+++ b/search/classes_3.js
@@ -2,8 +2,7 @@ var searchData=
[
['data_0',['Data',['../classSound_1_1Data.html',1,'Sound']]],
['datachunk_1',['DataChunk',['../structSound_1_1DataChunk.html',1,'Sound']]],
- ['debugblock_2',['DebugBlock',['../structWorldScene_1_1DebugBlock.html',1,'WorldScene']]],
- ['debuggui_3',['DebugGui',['../classDebugGui.html',1,'']]],
- ['descriptor_4',['Descriptor',['../classDescriptor.html',1,'']]],
- ['disconnectpacket_5',['DisconnectPacket',['../classDisconnectPacket.html',1,'']]]
+ ['debuggui_2',['DebugGui',['../classDebugGui.html',1,'']]],
+ ['descriptor_3',['Descriptor',['../classDescriptor.html',1,'']]],
+ ['disconnectpacket_4',['DisconnectPacket',['../classDisconnectPacket.html',1,'']]]
];
diff --git a/search/classes_8.js b/search/classes_8.js
index aea255f6..84e47093 100644
--- a/search/classes_8.js
+++ b/search/classes_8.js
@@ -4,8 +4,8 @@ var searchData=
['idgenerator_3c_20key_20_3e_1',['IdGenerator< Key >',['../classIdGenerator.html',1,'']]],
['idgenerator_3c_20uint64_5ft_20_3e_2',['IdGenerator< uint64_t >',['../classIdGenerator.html',1,'']]],
['idlist_3',['IdList',['../classIdList.html',1,'']]],
- ['idlist_3c_20uint64_5ft_2c_20worldscene_3a_3achunkmeshrenderdata_20_3e_4',['IdList< uint64_t, WorldScene::ChunkMeshRenderData >',['../classIdList.html',1,'']]],
- ['idlist_3c_20uint64_5ft_2c_20worldscene_3a_3ameshrenderdata_20_3e_5',['IdList< uint64_t, WorldScene::MeshRenderData >',['../classIdList.html',1,'']]],
+ ['idlist_3c_20uint64_5ft_2c_20chunkmeshrenderdata_20_3e_4',['IdList< uint64_t, ChunkMeshRenderData >',['../classIdList.html',1,'']]],
+ ['idlist_3c_20uint64_5ft_2c_20meshrenderdata_20_3e_5',['IdList< uint64_t, MeshRenderData >',['../classIdList.html',1,'']]],
['image_6',['Image',['../classImage.html',1,'']]],
['imguitexture_7',['ImGuiTexture',['../structImGuiTexture.html',1,'']]],
['input_8',['Input',['../classInput.html',1,'']]],
diff --git a/search/classes_b.js b/search/classes_b.js
index 8117026e..3425413b 100644
--- a/search/classes_b.js
+++ b/search/classes_b.js
@@ -3,7 +3,7 @@ var searchData=
['manager_0',['Manager',['../classEvent_1_1Manager.html',1,'Event']]],
['mat4_1',['Mat4',['../classMat4.html',1,'']]],
['mesh_2',['Mesh',['../structMesh.html',1,'']]],
- ['meshrenderdata_3',['MeshRenderData',['../structWorldScene_1_1MeshRenderData.html',1,'WorldScene']]],
+ ['meshrenderdata_3',['MeshRenderData',['../structMeshRenderData.html',1,'']]],
['mob_4',['Mob',['../classMob.html',1,'']]],
['modelmatrix_5fpush_5fconstant_5',['ModelMatrix_push_constant',['../structModelMatrix__push__constant.html',1,'']]]
];
diff --git a/search/classes_e.js b/search/classes_e.js
index 18bd2e0e..c2ad857d 100644
--- a/search/classes_e.js
+++ b/search/classes_e.js
@@ -11,7 +11,7 @@ var searchData=
['playermodel_8',['PlayerModel',['../classPlayerModel.html',1,'']]],
['playermovepacket_9',['PlayerMovePacket',['../classPlayerMovePacket.html',1,'']]],
['playermoving_10',['PlayerMoving',['../classEvent_1_1PlayerMoving.html',1,'Event']]],
- ['playerrenderdata_11',['PlayerRenderData',['../structWorldScene_1_1PlayerRenderData.html',1,'WorldScene']]],
+ ['playerrenderdata_11',['PlayerRenderData',['../structPlayerRenderData.html',1,'']]],
['playeruseresult_12',['PlayerUseResult',['../structClientWorld_1_1PlayerUseResult.html',1,'ClientWorld']]],
['poller_13',['Poller',['../classPoller.html',1,'']]]
];
diff --git a/search/files_14.js b/search/files_14.js
index f33d1d60..aa5db0c1 100644
--- a/search/files_14.js
+++ b/search/files_14.js
@@ -5,7 +5,5 @@ var searchData=
['world_2ecpp_2',['World.cpp',['../World_8cpp.html',1,'']]],
['world_2ehpp_3',['World.hpp',['../World_8hpp.html',1,'']]],
['worldgenerator_2ecpp_4',['WorldGenerator.cpp',['../WorldGenerator_8cpp.html',1,'']]],
- ['worldgenerator_2ehpp_5',['WorldGenerator.hpp',['../WorldGenerator_8hpp.html',1,'']]],
- ['worldscene_2ecpp_6',['WorldScene.cpp',['../WorldScene_8cpp.html',1,'']]],
- ['worldscene_2ehpp_7',['WorldScene.hpp',['../WorldScene_8hpp.html',1,'']]]
+ ['worldgenerator_2ehpp_5',['WorldGenerator.hpp',['../WorldGenerator_8hpp.html',1,'']]]
];
diff --git a/search/functions_1.js b/search/functions_1.js
index d68aea43..7627c3df 100644
--- a/search/functions_1.js
+++ b/search/functions_1.js
@@ -3,7 +3,7 @@ var searchData=
['baseerror_0',['BaseError',['../classtask_1_1BaseError.html#ac32b3397e6361ea9e2f4e6c136613d21',1,'task::BaseError']]],
['biomeinfo_1',['biomeInfo',['../structChunk_1_1biomeInfo.html#ac75e279eff15afd75a0424f1a420b4b2',1,'Chunk::biomeInfo::biomeInfo()=default'],['../structChunk_1_1biomeInfo.html#a58233ea5f35600ff5768a82632e85abb',1,'Chunk::biomeInfo::biomeInfo(const biomeInfo &other)=default'],['../structChunk_1_1biomeInfo.html#abae58c6a7163a3f63bb8493ddea46ee0',1,'Chunk::biomeInfo::biomeInfo(biomeInfo &&other)=default']]],
['blockactionpacket_2',['BlockActionPacket',['../classBlockActionPacket.html#a95ab2d636344985708da76f27d2a63c8',1,'BlockActionPacket::BlockActionPacket()'],['../classBlockActionPacket.html#a061d4d7664afa48c5b3cd8ce91590582',1,'BlockActionPacket::BlockActionPacket(BlockInfo::Type block_id, glm::vec3 position, Action action)'],['../classBlockActionPacket.html#aae0b16862e936b9a24cbf96dae275bdf',1,'BlockActionPacket::BlockActionPacket(const BlockActionPacket &other)'],['../classBlockActionPacket.html#a5c740f550b4b486e91ab38366378907c',1,'BlockActionPacket::BlockActionPacket(BlockActionPacket &&other)']]],
- ['blockupdatethread_3',['BlockUpdateThread',['../classBlockUpdateThread.html#af1fac4df9851afc406860d95dcec4ff8',1,'BlockUpdateThread::BlockUpdateThread(WorldScene &worldScene, ClientWorld &world)'],['../classBlockUpdateThread.html#ac5e8f510884616c75e89bac2ee17b75c',1,'BlockUpdateThread::BlockUpdateThread(BlockUpdateThread &other)=delete'],['../classBlockUpdateThread.html#afc8b69c912bcadcac529322cdd24a8cb',1,'BlockUpdateThread::BlockUpdateThread(BlockUpdateThread &&other)=delete']]],
+ ['blockupdatethread_3',['BlockUpdateThread',['../classBlockUpdateThread.html#a182d5cc71b5cc8367236025e9cc78a6e',1,'BlockUpdateThread::BlockUpdateThread(ClientWorld &world)'],['../classBlockUpdateThread.html#ac5e8f510884616c75e89bac2ee17b75c',1,'BlockUpdateThread::BlockUpdateThread(BlockUpdateThread &other)=delete'],['../classBlockUpdateThread.html#afc8b69c912bcadcac529322cdd24a8cb',1,'BlockUpdateThread::BlockUpdateThread(BlockUpdateThread &&other)=delete']]],
['blockvertex_4',['BlockVertex',['../structBlockVertex.html#a22c3b017a1af9079d59d5db602e50b83',1,'BlockVertex']]],
['buffer_5',['Buffer',['../classBuffer.html#ae7ef2cd201190fde551dcb902627112b',1,'Buffer::Buffer()'],['../classBuffer.html#a93dcd6ab1654490fe67aca3e3f96f9ec',1,'Buffer::Buffer(VkDevice device, VkPhysicalDevice physical_device, const CreateInfo &create_info)'],['../classBuffer.html#a49283faf9d0ea3dc996dc65a7aeeee72',1,'Buffer::Buffer(const Buffer &)=delete'],['../classBuffer.html#a85882d8163e05cc9a5e478d65adcadbd',1,'Buffer::Buffer(Buffer &&other) noexcept']]]
];
diff --git a/search/functions_10.js b/search/functions_10.js
index 4e413228..033d13f4 100644
--- a/search/functions_10.js
+++ b/search/functions_10.js
@@ -12,7 +12,7 @@ var searchData=
['removesucessor_9',['removeSucessor',['../classtask_1_1TaskNode.html#aafa238bb649b5a3a88b13125e599cd40',1,'task::TaskNode']]],
['removeticket_10',['removeTicket',['../classServerWorld.html#a011796df74c5e6f16bfa7e4d78b93e95',1,'ServerWorld']]],
['rendertext_11',['renderText',['../classTextRenderer.html#aa5a3c6768f76827cdb8cc151cb560dda',1,'TextRenderer']]],
- ['renderthread_12',['RenderThread',['../classRenderThread.html#af5e1f5dbf6f05039dadfde54b65d7477',1,'RenderThread::RenderThread(const Settings &settings, VulkanAPI &vulkanAPI, const WorldScene &worldScene, std::chrono::nanoseconds start_time)'],['../classRenderThread.html#a53eb51bf51003e9aae33a74102d1e6e7',1,'RenderThread::RenderThread(RenderThread &&renderer)=delete'],['../classRenderThread.html#a9b8dfb3f2d80db4e6c4d9009367e8cb1',1,'RenderThread::RenderThread(RenderThread &renderer)=delete']]],
+ ['renderthread_12',['RenderThread',['../classRenderThread.html#ab10cf7a69745e49aa13fe2dd526d28a9',1,'RenderThread::RenderThread(const Settings &settings, VulkanAPI &vulkanAPI, std::chrono::nanoseconds start_time)'],['../classRenderThread.html#a53eb51bf51003e9aae33a74102d1e6e7',1,'RenderThread::RenderThread(RenderThread &&renderer)=delete'],['../classRenderThread.html#a9b8dfb3f2d80db4e6c4d9009367e8cb1',1,'RenderThread::RenderThread(RenderThread &renderer)=delete']]],
['reset_13',['reset',['../classtask_1_1Task.html#aaba6a2dd4e25c26a6533404b052cfc62',1,'task::Task']]],
['resettask_14',['resetTask',['../classtask_1_1Task.html#a5e75edeba4eb26a7ccf0d6333aa172fa',1,'task::Task']]],
['rotate_15',['rotate',['../classMat4.html#a3ef488276ad5977343c5a6d7a2202c71',1,'Mat4']]],
diff --git a/search/functions_11.js b/search/functions_11.js
index 1431bd17..7a8e5cd3 100644
--- a/search/functions_11.js
+++ b/search/functions_11.js
@@ -24,55 +24,58 @@ var searchData=
['setchunk_21',['SetChunk',['../classChunkPacket.html#a8db9b5d17285d146cdb2455e6ea8f642',1,'ChunkPacket']]],
['setchunkpos_22',['SetChunkPos',['../classChunkRequestPacket.html#af7fb83c76145fba30b04c963a1302c60',1,'ChunkRequestPacket']]],
['setchunkposition_23',['SetChunkPosition',['../classChunkUnloadPacket.html#a2cffb34267fb2cdd1266c61221960d72',1,'ChunkUnloadPacket']]],
- ['setconnectionid_24',['SetConnectionId',['../classIPacket.html#af4dd08718a1813d31b2d2b30eb66ced9',1,'IPacket']]],
- ['setconnectionid_25',['setConnectionId',['../classConnection.html#af8002482b250ffba85becd2e0c41552a',1,'Connection']]],
+ ['setconnectionid_24',['setConnectionId',['../classConnection.html#af8002482b250ffba85becd2e0c41552a',1,'Connection']]],
+ ['setconnectionid_25',['SetConnectionId',['../classIPacket.html#af4dd08718a1813d31b2d2b30eb66ced9',1,'IPacket']]],
['setcounter_26',['SetCounter',['../classPingPacket.html#a0771f73d566dc9ec19b1eaf84138868a',1,'PingPacket']]],
['setdata_27',['setData',['../classtask_1_1Task.html#a7aa259e3eaf1fbf0fb4c43092203fdc5',1,'task::Task']]],
- ['setdebugblock_28',['setDebugBlock',['../classWorldScene.html#a4af382fc1d4b7db877a750b07ceaf4b6',1,'WorldScene']]],
- ['setdisplacement_29',['SetDisplacement',['../classPlayerMovePacket.html#a139b9846419c59844079d9c5e70e64c7',1,'PlayerMovePacket']]],
- ['setdistance_30',['SetDistance',['../classLoadDistancePacket.html#a5781293c09d1df1bce61fcb9f4e5e6d0',1,'LoadDistancePacket']]],
- ['setgenlevel_31',['setGenLevel',['../classChunk.html#a64d6d1200c9f45e364868c113cc3c219',1,'Chunk']]],
- ['setheight_32',['setHeight',['../classChunk.html#a9e88c41fe7ed31935b6421818e255007',1,'Chunk::setHeight(const int &x, const int &z, uint8_t height)'],['../classChunk.html#acf45e2331474e25e86cad2e6f773f51d',1,'Chunk::setHeight(const glm::ivec2 &position, uint8_t height)']]],
- ['setid_33',['SetId',['../classPingPacket.html#aa9f35aa171aaad32531d3c0a6f2a52a8',1,'PingPacket']]],
- ['setimagelayout_34',['setImageLayout',['../namespacevk__helper.html#a71c0f42868e6edd14e06b352890f5acc',1,'vk_helper::setImageLayout()'],['../classVulkanAPI.html#a5cf827ed1548a6c79b7c0113cf726892',1,'VulkanAPI::setImageLayout()']]],
- ['setlevel_35',['setLevel',['../classLogger.html#ab138ded838fa6698b7e6f74f5fc57efc',1,'Logger']]],
- ['setlight_36',['setLight',['../classChunk.html#ac842e70f81a1373857628e31beacf7d8',1,'Chunk::setLight(const int &x, const int &y, const int &z, uint8_t light)'],['../classChunk.html#a015b00eeb68702fabe799c26b021c658',1,'Chunk::setLight(const glm::ivec3 &position, uint8_t light)']]],
- ['setloadlevel_37',['setLoadLevel',['../classChunk.html#aa72d16adb85c7fe255e3c6736475fbc4',1,'Chunk']]],
- ['setmeshed_38',['setMeshed',['../classChunk.html#ae79fe0a5c6220712dc1d3fb321987ce3',1,'Chunk']]],
- ['setmeshid_39',['setMeshID',['../classChunk.html#a8d912dafdab6b2d1eada1bb86240531c',1,'Chunk']]],
- ['setmousesensitivity_40',['setMouseSensitivity',['../classSettings.html#a7c476b3924dbd1e3a2e0d9c9ba1d22b0',1,'Settings']]],
- ['setname_41',['setName',['../classtask_1_1TaskNode.html#abe38307b52b1e8bd6715f268f988247a',1,'task::TaskNode']]],
- ['setplayerid_42',['SetPlayerId',['../classPlayerConnectedPacket.html#a1f51fc714843b6fa54610c418bba640f',1,'PlayerConnectedPacket::SetPlayerId()'],['../classConnectionPacket.html#ac4e67287d0606a3f6d34813f1f87a9d6',1,'ConnectionPacket::SetPlayerId()'],['../classPlayerMovePacket.html#a86be9502d6e19894bd2b5f460eb5237d',1,'PlayerMovePacket::SetPlayerId()'],['../classDisconnectPacket.html#a19084e35bbdcb93101540583a3167771',1,'DisconnectPacket::SetPlayerId()']]],
- ['setplayers_43',['SetPlayers',['../classPlayerListPacket.html#a874ad89f85a333cf7182047c867ee283',1,'PlayerListPacket']]],
- ['setplayerticketlevel_44',['setPlayerTicketLevel',['../classServerWorld.html#aa84a0f03237c246092ece32797e80ec0',1,'ServerWorld']]],
- ['setposition_45',['SetPosition',['../classBlockActionPacket.html#af908a3aeeb40f5f7ce6bcb8a364d9254',1,'BlockActionPacket::SetPosition()'],['../classPlayerMovePacket.html#a8822f2a0e7c463496b0c000df6cb3616',1,'PlayerMovePacket::SetPosition()'],['../classConnectionPacket.html#a1720e2359dfb00268e3542fd7449afb9',1,'ConnectionPacket::SetPosition()']]],
- ['setposition_46',['setPosition',['../classChunk.html#aa3800a303f64292a8b73e16ed44d3ed8',1,'Chunk']]],
- ['setrenderdistance_47',['setRenderDistance',['../classClientWorld.html#a2fb383fddc73e6dfae28fd9ec30a9b88',1,'ClientWorld']]],
- ['setserverloaddistance_48',['setServerLoadDistance',['../classClientWorld.html#a31afbfb7599134bc3ff7b22bc334aa50',1,'ClientWorld']]],
- ['setskylight_49',['setSkyLight',['../classChunk.html#ad306c0082ca6852c1e3a1c811876dda2',1,'Chunk::setSkyLight(const glm::ivec3 &position, uint8_t light)'],['../classChunk.html#a3858ac740a1d40c3f4905a2cc4329899',1,'Chunk::setSkyLight(const int &x, const int &y, const int &z, uint8_t light)']]],
- ['settargetblock_50',['setTargetBlock',['../classWorldScene.html#a4235cb886fbf5bd62b70d274a91e9a81',1,'WorldScene']]],
- ['settimestamp_51',['setTimestamp',['../classLogger.html#a9556d57fb4b693911149599a8724b2b0',1,'Logger']]],
- ['settings_52',['Settings',['../classSettings.html#a3235cc319f2ca06193bc5f709a3387c3',1,'Settings::Settings(Settings &&other)=delete'],['../classSettings.html#ab7169a6eefce79566dd07db3b1e5e967',1,'Settings::Settings()'],['../classSettings.html#ae25bcc96acb95e2bab23f2df682c9803',1,'Settings::Settings(Settings &other)=delete']]],
- ['shouldclose_53',['shouldClose',['../classWindow.html#ae779be3a5327f62c5e86a3e3d8a37289',1,'Window']]],
- ['shouldcollide_54',['shouldCollide',['../classPlayer.html#aee30f8cfd8ace63acd9534cf902aa6a4',1,'Player']]],
- ['shouldfall_55',['shouldFall',['../classPlayer.html#a55caf512b6d6b3682b59bff8531da250',1,'Player']]],
- ['singletimecommand_56',['SingleTimeCommand',['../classSingleTimeCommand.html#a6358df0955f5cbf379822e37286b8600',1,'SingleTimeCommand::SingleTimeCommand(const SingleTimeCommand &)=delete'],['../classSingleTimeCommand.html#ae401c67cb75002cda1455476b290fcb9',1,'SingleTimeCommand::SingleTimeCommand(SingleTimeCommand &&other) noexcept'],['../classSingleTimeCommand.html#a3dc2d9eb289b07c8987727d2c29fede6',1,'SingleTimeCommand::SingleTimeCommand(VkDevice device, VkCommandPool command_pool, VkQueue queue)']]],
- ['size_57',['Size',['../classBlockActionPacket.html#ae8fe1333d1c242660f9bb8ec34f6e492',1,'BlockActionPacket']]],
- ['size_58',['size',['../classIdList.html#a8dffea83014485c4baebd6d64d044c49',1,'IdList::size()'],['../classBuffer.html#a04b4ee9205e821ee7b8d8dc307c891f0',1,'Buffer::size()'],['../classThreadSafeQueue.html#ab255a078bfa2253878a2e17fd5a7a21c',1,'ThreadSafeQueue::size()'],['../classHistory.html#ac27dd6845ca0f414017ff591e9ae4e90',1,'History::size()']]],
- ['size_59',['Size',['../classPlayerMovePacket.html#aa68b459e03702ff467096ef3ccf7f4c8',1,'PlayerMovePacket::Size()'],['../classPlayerListPacket.html#af91646b9404fdefd6b6db3eb664c7b5f',1,'PlayerListPacket::Size()'],['../classPlayerConnectedPacket.html#acafe9882606b8e7498c6fc82b5777c7a',1,'PlayerConnectedPacket::Size()'],['../classChunkPacket.html#ac901cffc1af0d59ef38789a46799a664',1,'ChunkPacket::Size()'],['../classConnectionPacket.html#a029517aae3f38a53392c1111637a993b',1,'ConnectionPacket::Size()'],['../classLoadDistancePacket.html#aa0ef8cd11ffac29edc0517f72b15b90f',1,'LoadDistancePacket::Size()'],['../classPingPacket.html#a072672d4fafd4763a3513a63a473aa1d',1,'PingPacket::Size()'],['../classChunkUnloadPacket.html#adcb68623645b784e3794c6e00998cf3d',1,'ChunkUnloadPacket::Size()'],['../classDisconnectPacket.html#a0a2bfeb980d50e0c4b16e72c0f2b5b04',1,'DisconnectPacket::Size()'],['../classIPacket.html#ae77519d0f578a7710a6b5b7b25126ea3',1,'IPacket::Size()'],['../classChunkRequestPacket.html#abbf4296b52bb71c7e9df4beef4b28582',1,'ChunkRequestPacket::Size()']]],
- ['socket_60',['Socket',['../classSocket.html#ab3ca3dfcd12cfbc1efc06156bb0a1d62',1,'Socket::Socket(const Socket &other)=delete'],['../classSocket.html#aa43db7ebf14af61c781da7583c40e33d',1,'Socket::Socket(Socket &&other)'],['../classSocket.html#a7c3256c4fc6e2c603df73201049fae5a',1,'Socket::Socket()']]],
- ['sphereinfrustum_61',['sphereInFrustum',['../classViewFrustum.html#ad2e685ee3819ff90df3994df71455f80',1,'ViewFrustum']]],
- ['start_62',['start',['../classPlayerModel_1_1WalkAnimation.html#a8769e695213d8fcdc71306bafa666aae',1,'PlayerModel::WalkAnimation::start()'],['../classPlayerModel_1_1AttackAnimation.html#aa8f4caad194458f8fb23bc41473534f4',1,'PlayerModel::AttackAnimation::start()'],['../classTimer.html#a89cbcd5f86e010298f644c979fe45d06',1,'Timer::start()']]],
- ['startattack_63',['startAttack',['../classPlayer.html#a1afc183ab0030ef3fd0f76f66aa421a5',1,'Player']]],
- ['startfall_64',['startFall',['../classMob.html#ac22dcb637f80625bc1ae30edf46aec45',1,'Mob::startFall()'],['../classPlayer.html#a789d13921a74984b368b20ffd0f82680',1,'Player::startFall()']]],
- ['startjump_65',['startJump',['../classMob.html#af6f53d39cdd335a9a6252ed24e3e5156',1,'Mob::startJump()'],['../classPlayer.html#a9df196a5b35729edaeef70101461bbd8',1,'Player::startJump()']]],
- ['startuse_66',['startUse',['../classPlayer.html#a3733354eaf71b26f23344fe257c3d943',1,'Player']]],
- ['status_67',['Status',['../classStatus.html#a944586fb328a3524805748c8f7b17f32',1,'Status::Status()'],['../classStatus.html#a9a7b30d682d507d4aca9488ac6d6e70b',1,'Status::Status(const Status &other)'],['../classStatus.html#a886a0bbd1fddd534c0e17640c5a1b31a',1,'Status::Status(Status &&other)']]],
- ['stop_68',['stop',['../classServer.html#a07c45a7e101a3926d8f9685c3c5d14e4',1,'Server::stop()'],['../classPlayerModel_1_1WalkAnimation.html#a6d78609090f37494ed4c3499cd7f3d4f',1,'PlayerModel::WalkAnimation::stop()'],['../classPlayerModel_1_1AttackAnimation.html#a8fbefaabaf7437350a4c1b9e477257cf',1,'PlayerModel::AttackAnimation::stop()'],['../classTimer.html#abab6876b961b39fb1123ac2d700167ed',1,'Timer::stop()']]],
- ['storemesh_69',['storeMesh',['../classVulkanAPI.html#a7dbaba5ed78714b88d3f052d0b8ebc12',1,'VulkanAPI']]],
- ['structureinfo_70',['StructureInfo',['../classStructureInfo.html#ab96936abbea7e4d3cd9ece5ca6da4f23',1,'StructureInfo::StructureInfo()=delete'],['../classStructureInfo.html#ac00466b0e9266018cc88e6b6dc3d5176',1,'StructureInfo::StructureInfo(const Type &type, const glm::ivec3 &size, const std::vector< std::vector< std::vector< BlockInfo::Type > > > &blocks)']]],
- ['submit_71',['submit',['../classThreadPoolAccessor.html#a4bbc9ae44b36476d92988c35e0c98cea',1,'ThreadPoolAccessor::submit()'],['../classThreadPool.html#aa5d4ece64890897782436b85a20833ab',1,'ThreadPool::submit()']]],
- ['subscribe_72',['subscribe',['../classEvent_1_1Manager.html#a7adbe8b590351f11a9c9faad667784ef',1,'Event::Manager']]],
- ['succceed_73',['succceed',['../classtask_1_1Task.html#a83044d7bb143326f51569f9ca25ecc99',1,'task::Task']]],
- ['swapchain_74',['Swapchain',['../classSwapchain.html#ac17a8879535f88e5ff3b4635392cefa1',1,'Swapchain::Swapchain()'],['../classSwapchain.html#a04b93a4607fdc211c3018ab02489f26f',1,'Swapchain::Swapchain(VkDevice device, VkPhysicalDevice physical_device, VkSurfaceKHR surface, CreateInfo create_info)'],['../classSwapchain.html#a30927e6bfaa0444297b3ba2958893b93',1,'Swapchain::Swapchain(const Swapchain &)=delete'],['../classSwapchain.html#a04ba7da3842a1f7da16bb854dd89d65a',1,'Swapchain::Swapchain(Swapchain &&other) noexcept']]]
+ ['setdisplacement_28',['SetDisplacement',['../classPlayerMovePacket.html#a139b9846419c59844079d9c5e70e64c7',1,'PlayerMovePacket']]],
+ ['setdistance_29',['SetDistance',['../classLoadDistancePacket.html#a5781293c09d1df1bce61fcb9f4e5e6d0',1,'LoadDistancePacket']]],
+ ['setgenlevel_30',['setGenLevel',['../classChunk.html#a64d6d1200c9f45e364868c113cc3c219',1,'Chunk']]],
+ ['setheight_31',['setHeight',['../classChunk.html#a9e88c41fe7ed31935b6421818e255007',1,'Chunk::setHeight(const int &x, const int &z, uint8_t height)'],['../classChunk.html#acf45e2331474e25e86cad2e6f773f51d',1,'Chunk::setHeight(const glm::ivec2 &position, uint8_t height)']]],
+ ['setid_32',['SetId',['../classPingPacket.html#aa9f35aa171aaad32531d3c0a6f2a52a8',1,'PingPacket']]],
+ ['setimagelayout_33',['setImageLayout',['../namespacevk__helper.html#a71c0f42868e6edd14e06b352890f5acc',1,'vk_helper::setImageLayout()'],['../classVulkanAPI.html#a5cf827ed1548a6c79b7c0113cf726892',1,'VulkanAPI::setImageLayout()']]],
+ ['setlevel_34',['setLevel',['../classLogger.html#ab138ded838fa6698b7e6f74f5fc57efc',1,'Logger']]],
+ ['setlight_35',['setLight',['../classChunk.html#ac842e70f81a1373857628e31beacf7d8',1,'Chunk::setLight(const int &x, const int &y, const int &z, uint8_t light)'],['../classChunk.html#a015b00eeb68702fabe799c26b021c658',1,'Chunk::setLight(const glm::ivec3 &position, uint8_t light)']]],
+ ['setloadlevel_36',['setLoadLevel',['../classChunk.html#aa72d16adb85c7fe255e3c6736475fbc4',1,'Chunk']]],
+ ['setmeshed_37',['setMeshed',['../classChunk.html#ae79fe0a5c6220712dc1d3fb321987ce3',1,'Chunk']]],
+ ['setmeshid_38',['setMeshID',['../classChunk.html#a8d912dafdab6b2d1eada1bb86240531c',1,'Chunk']]],
+ ['setmousesensitivity_39',['setMouseSensitivity',['../classSettings.html#a7c476b3924dbd1e3a2e0d9c9ba1d22b0',1,'Settings']]],
+ ['setname_40',['setName',['../classtask_1_1TaskNode.html#abe38307b52b1e8bd6715f268f988247a',1,'task::TaskNode']]],
+ ['setplayerid_41',['SetPlayerId',['../classPlayerConnectedPacket.html#a1f51fc714843b6fa54610c418bba640f',1,'PlayerConnectedPacket::SetPlayerId()'],['../classConnectionPacket.html#ac4e67287d0606a3f6d34813f1f87a9d6',1,'ConnectionPacket::SetPlayerId()'],['../classPlayerMovePacket.html#a86be9502d6e19894bd2b5f460eb5237d',1,'PlayerMovePacket::SetPlayerId()'],['../classDisconnectPacket.html#a19084e35bbdcb93101540583a3167771',1,'DisconnectPacket::SetPlayerId()']]],
+ ['setplayers_42',['SetPlayers',['../classPlayerListPacket.html#a874ad89f85a333cf7182047c867ee283',1,'PlayerListPacket']]],
+ ['setplayerticketlevel_43',['setPlayerTicketLevel',['../classServerWorld.html#aa84a0f03237c246092ece32797e80ec0',1,'ServerWorld']]],
+ ['setposition_44',['SetPosition',['../classBlockActionPacket.html#af908a3aeeb40f5f7ce6bcb8a364d9254',1,'BlockActionPacket::SetPosition()'],['../classPlayerMovePacket.html#a8822f2a0e7c463496b0c000df6cb3616',1,'PlayerMovePacket::SetPosition()'],['../classConnectionPacket.html#a1720e2359dfb00268e3542fd7449afb9',1,'ConnectionPacket::SetPosition()']]],
+ ['setposition_45',['setPosition',['../classChunk.html#aa3800a303f64292a8b73e16ed44d3ed8',1,'Chunk']]],
+ ['setrenderdistance_46',['setRenderDistance',['../classClientWorld.html#a2fb383fddc73e6dfae28fd9ec30a9b88',1,'ClientWorld']]],
+ ['setserverloaddistance_47',['setServerLoadDistance',['../classClientWorld.html#a31afbfb7599134bc3ff7b22bc334aa50',1,'ClientWorld']]],
+ ['setskylight_48',['setSkyLight',['../classChunk.html#ad306c0082ca6852c1e3a1c811876dda2',1,'Chunk::setSkyLight(const glm::ivec3 &position, uint8_t light)'],['../classChunk.html#a3858ac740a1d40c3f4905a2cc4329899',1,'Chunk::setSkyLight(const int &x, const int &y, const int &z, uint8_t light)']]],
+ ['settargetblock_49',['setTargetBlock',['../classVulkanAPI.html#a359875799bbcad56d4aee24bcafe349c',1,'VulkanAPI']]],
+ ['settimestamp_50',['setTimestamp',['../classLogger.html#a9556d57fb4b693911149599a8724b2b0',1,'Logger']]],
+ ['settings_51',['Settings',['../classSettings.html#a3235cc319f2ca06193bc5f709a3387c3',1,'Settings::Settings(Settings &&other)=delete'],['../classSettings.html#ab7169a6eefce79566dd07db3b1e5e967',1,'Settings::Settings()'],['../classSettings.html#ae25bcc96acb95e2bab23f2df682c9803',1,'Settings::Settings(Settings &other)=delete']]],
+ ['shouldclose_52',['shouldClose',['../classWindow.html#ae779be3a5327f62c5e86a3e3d8a37289',1,'Window']]],
+ ['shouldcollide_53',['shouldCollide',['../classPlayer.html#aee30f8cfd8ace63acd9534cf902aa6a4',1,'Player']]],
+ ['shouldfall_54',['shouldFall',['../classPlayer.html#a55caf512b6d6b3682b59bff8531da250',1,'Player']]],
+ ['singletimecommand_55',['SingleTimeCommand',['../classSingleTimeCommand.html#a6358df0955f5cbf379822e37286b8600',1,'SingleTimeCommand::SingleTimeCommand(const SingleTimeCommand &)=delete'],['../classSingleTimeCommand.html#ae401c67cb75002cda1455476b290fcb9',1,'SingleTimeCommand::SingleTimeCommand(SingleTimeCommand &&other) noexcept'],['../classSingleTimeCommand.html#a3dc2d9eb289b07c8987727d2c29fede6',1,'SingleTimeCommand::SingleTimeCommand(VkDevice device, VkCommandPool command_pool, VkQueue queue)']]],
+ ['size_56',['size',['../classHistory.html#ac27dd6845ca0f414017ff591e9ae4e90',1,'History']]],
+ ['size_57',['Size',['../classPlayerMovePacket.html#aa68b459e03702ff467096ef3ccf7f4c8',1,'PlayerMovePacket::Size()'],['../classPlayerListPacket.html#af91646b9404fdefd6b6db3eb664c7b5f',1,'PlayerListPacket::Size()'],['../classPlayerConnectedPacket.html#acafe9882606b8e7498c6fc82b5777c7a',1,'PlayerConnectedPacket::Size()'],['../classPingPacket.html#a072672d4fafd4763a3513a63a473aa1d',1,'PingPacket::Size()'],['../classLoadDistancePacket.html#aa0ef8cd11ffac29edc0517f72b15b90f',1,'LoadDistancePacket::Size()'],['../classIPacket.html#ae77519d0f578a7710a6b5b7b25126ea3',1,'IPacket::Size()'],['../classDisconnectPacket.html#a0a2bfeb980d50e0c4b16e72c0f2b5b04',1,'DisconnectPacket::Size()']]],
+ ['size_58',['size',['../classThreadSafeQueue.html#ab255a078bfa2253878a2e17fd5a7a21c',1,'ThreadSafeQueue']]],
+ ['size_59',['Size',['../classBlockActionPacket.html#ae8fe1333d1c242660f9bb8ec34f6e492',1,'BlockActionPacket::Size()'],['../classChunkUnloadPacket.html#adcb68623645b784e3794c6e00998cf3d',1,'ChunkUnloadPacket::Size()'],['../classConnectionPacket.html#a029517aae3f38a53392c1111637a993b',1,'ConnectionPacket::Size()']]],
+ ['size_60',['size',['../classIdList.html#a8dffea83014485c4baebd6d64d044c49',1,'IdList']]],
+ ['size_61',['Size',['../classChunkPacket.html#ac901cffc1af0d59ef38789a46799a664',1,'ChunkPacket::Size()'],['../classChunkRequestPacket.html#abbf4296b52bb71c7e9df4beef4b28582',1,'ChunkRequestPacket::Size()']]],
+ ['size_62',['size',['../classBuffer.html#a04b4ee9205e821ee7b8d8dc307c891f0',1,'Buffer']]],
+ ['socket_63',['Socket',['../classSocket.html#ab3ca3dfcd12cfbc1efc06156bb0a1d62',1,'Socket::Socket(const Socket &other)=delete'],['../classSocket.html#aa43db7ebf14af61c781da7583c40e33d',1,'Socket::Socket(Socket &&other)'],['../classSocket.html#a7c3256c4fc6e2c603df73201049fae5a',1,'Socket::Socket()']]],
+ ['sphereinfrustum_64',['sphereInFrustum',['../classViewFrustum.html#ad2e685ee3819ff90df3994df71455f80',1,'ViewFrustum']]],
+ ['start_65',['start',['../classPlayerModel_1_1WalkAnimation.html#a8769e695213d8fcdc71306bafa666aae',1,'PlayerModel::WalkAnimation::start()'],['../classPlayerModel_1_1AttackAnimation.html#aa8f4caad194458f8fb23bc41473534f4',1,'PlayerModel::AttackAnimation::start()'],['../classTimer.html#a89cbcd5f86e010298f644c979fe45d06',1,'Timer::start()']]],
+ ['startattack_66',['startAttack',['../classPlayer.html#a1afc183ab0030ef3fd0f76f66aa421a5',1,'Player']]],
+ ['startfall_67',['startFall',['../classMob.html#ac22dcb637f80625bc1ae30edf46aec45',1,'Mob::startFall()'],['../classPlayer.html#a789d13921a74984b368b20ffd0f82680',1,'Player::startFall()']]],
+ ['startjump_68',['startJump',['../classMob.html#af6f53d39cdd335a9a6252ed24e3e5156',1,'Mob::startJump()'],['../classPlayer.html#a9df196a5b35729edaeef70101461bbd8',1,'Player::startJump()']]],
+ ['startuse_69',['startUse',['../classPlayer.html#a3733354eaf71b26f23344fe257c3d943',1,'Player']]],
+ ['status_70',['Status',['../classStatus.html#a944586fb328a3524805748c8f7b17f32',1,'Status::Status()'],['../classStatus.html#a9a7b30d682d507d4aca9488ac6d6e70b',1,'Status::Status(const Status &other)'],['../classStatus.html#a886a0bbd1fddd534c0e17640c5a1b31a',1,'Status::Status(Status &&other)']]],
+ ['stop_71',['stop',['../classServer.html#a07c45a7e101a3926d8f9685c3c5d14e4',1,'Server::stop()'],['../classPlayerModel_1_1WalkAnimation.html#a6d78609090f37494ed4c3499cd7f3d4f',1,'PlayerModel::WalkAnimation::stop()'],['../classPlayerModel_1_1AttackAnimation.html#a8fbefaabaf7437350a4c1b9e477257cf',1,'PlayerModel::AttackAnimation::stop()'],['../classTimer.html#abab6876b961b39fb1123ac2d700167ed',1,'Timer::stop()']]],
+ ['storemesh_72',['storeMesh',['../classVulkanAPI.html#a7dbaba5ed78714b88d3f052d0b8ebc12',1,'VulkanAPI']]],
+ ['structureinfo_73',['StructureInfo',['../classStructureInfo.html#ab96936abbea7e4d3cd9ece5ca6da4f23',1,'StructureInfo::StructureInfo()=delete'],['../classStructureInfo.html#ac00466b0e9266018cc88e6b6dc3d5176',1,'StructureInfo::StructureInfo(const Type &type, const glm::ivec3 &size, const std::vector< std::vector< std::vector< BlockInfo::Type > > > &blocks)']]],
+ ['submit_74',['submit',['../classThreadPoolAccessor.html#a4bbc9ae44b36476d92988c35e0c98cea',1,'ThreadPoolAccessor::submit()'],['../classThreadPool.html#aa5d4ece64890897782436b85a20833ab',1,'ThreadPool::submit()']]],
+ ['subscribe_75',['subscribe',['../classEvent_1_1Manager.html#a7adbe8b590351f11a9c9faad667784ef',1,'Event::Manager']]],
+ ['succceed_76',['succceed',['../classtask_1_1Task.html#a83044d7bb143326f51569f9ca25ecc99',1,'task::Task']]],
+ ['swapchain_77',['Swapchain',['../classSwapchain.html#ac17a8879535f88e5ff3b4635392cefa1',1,'Swapchain::Swapchain()'],['../classSwapchain.html#a04b93a4607fdc211c3018ab02489f26f',1,'Swapchain::Swapchain(VkDevice device, VkPhysicalDevice physical_device, VkSurfaceKHR surface, CreateInfo create_info)'],['../classSwapchain.html#a30927e6bfaa0444297b3ba2958893b93',1,'Swapchain::Swapchain(const Swapchain &)=delete'],['../classSwapchain.html#a04ba7da3842a1f7da16bb854dd89d65a',1,'Swapchain::Swapchain(Swapchain &&other) noexcept']]]
];
diff --git a/search/functions_12.js b/search/functions_12.js
index 15047b16..9ee94350 100644
--- a/search/functions_12.js
+++ b/search/functions_12.js
@@ -1,22 +1,22 @@
var searchData=
[
- ['targetblock_0',['targetBlock',['../classWorldScene.html#aba9acd92f94920f1ee870a735b38b0c8',1,'WorldScene']]],
+ ['targetblock_0',['targetBlock',['../classVulkanAPI.html#ae911ac7050a57a619c7ac8e976555c17',1,'VulkanAPI']]],
['task_1',['Task',['../classtask_1_1Task.html#a960def67cc8e9a37111d12783b4365d8',1,'task::Task::Task(TaskNode *node)'],['../classtask_1_1Task.html#af363c2f19d29876ed99c71ffa1396384',1,'task::Task::Task(Task &&)=default'],['../classtask_1_1Task.html#af8b9d9d1fa1d978a806920bcb082c5c4',1,'task::Task::Task(const Task &)=default']]],
['taskgraph_2',['TaskGraph',['../classtask_1_1TaskGraph.html#a3e79f4f16f74cfc9c366a20c4c54b31d',1,'task::TaskGraph::TaskGraph(Private)'],['../classtask_1_1TaskGraph.html#a4af587e77a0b9263c24c18df12ad507b',1,'task::TaskGraph::TaskGraph(const TaskGraph &)=delete'],['../classtask_1_1TaskGraph.html#a1ecaff24ec7e1f5ec53658c706fbf766',1,'task::TaskGraph::TaskGraph(TaskGraph &&)=default']]],
['tasknode_3',['TaskNode',['../classtask_1_1TaskNode.html#a5cb26ba75f9c281e82e3216f1344818e',1,'task::TaskNode::TaskNode(std::shared_ptr< TaskGraph > graph, std::function< void()> task)'],['../classtask_1_1TaskNode.html#a2ab75aa1bb8986d10eed0264447e3e96',1,'task::TaskNode::TaskNode(std::shared_ptr< TaskGraph > host_graph, std::shared_ptr< TaskGraph > composed_graph)'],['../classtask_1_1TaskNode.html#ac8ee25b585a7d43b760eb44dac68610a',1,'task::TaskNode::TaskNode(const TaskNode &)=delete'],['../classtask_1_1TaskNode.html#ae2b4c3366b73db481be84ca7354312f3',1,'task::TaskNode::TaskNode(TaskNode &&)=delete']]],
['tasknotfromsamegrapherror_4',['TaskNotFromSameGraphError',['../classtask_1_1TaskNotFromSameGraphError.html#a012aa2a3ba5292d639cd51b4d1a31a8f',1,'task::TaskNotFromSameGraphError']]],
['test_5',['test',['../structtest.html#ab42d5ece712d716b04cb3f686f297a26',1,'test']]],
['textrenderer_6',['TextRenderer',['../classTextRenderer.html#a2ffb5baddcc264fbaccda8fb7c660814',1,'TextRenderer']]],
- ['threadpoolaccessor_7',['ThreadPoolAccessor',['../classThreadPoolAccessor.html#af805e41ac094b27aef3ba1bf48a11813',1,'ThreadPoolAccessor::ThreadPoolAccessor()'],['../classThreadPoolAccessor.html#ad420951c3577df1d129a3b0fd0686a17',1,'ThreadPoolAccessor::ThreadPoolAccessor(const ThreadPoolAccessor &)=delete'],['../classThreadPoolAccessor.html#afe55eaa8b12e2a3d378f5dc4fefbc44a',1,'ThreadPoolAccessor::ThreadPoolAccessor(ThreadPoolAccessor &&)=delete']]],
+ ['threadpoolaccessor_7',['ThreadPoolAccessor',['../classThreadPoolAccessor.html#af805e41ac094b27aef3ba1bf48a11813',1,'ThreadPoolAccessor::ThreadPoolAccessor()'],['../classThreadPoolAccessor.html#afe55eaa8b12e2a3d378f5dc4fefbc44a',1,'ThreadPoolAccessor::ThreadPoolAccessor(ThreadPoolAccessor &&)=delete'],['../classThreadPoolAccessor.html#ad420951c3577df1d129a3b0fd0686a17',1,'ThreadPoolAccessor::ThreadPoolAccessor(const ThreadPoolAccessor &)=delete']]],
['threadsafequeue_8',['ThreadSafeQueue',['../classThreadSafeQueue.html#a06e14823003cc9b5d9e9151380077f08',1,'ThreadSafeQueue::ThreadSafeQueue()'],['../classThreadSafeQueue.html#a0f3f492104e38b019a5e1a74647cec39',1,'ThreadSafeQueue::ThreadSafeQueue(const ThreadSafeQueue &other)=delete'],['../classThreadSafeQueue.html#ac7bece91279b51d03f80d7a9870ba4ca',1,'ThreadSafeQueue::ThreadSafeQueue(ThreadSafeQueue &&other)']]],
['time_5fsince_5fstart_9',['time_since_start',['../classPlayerModel_1_1WalkAnimation.html#aa5f60eb5331dcab063cd53d7c68aa0ad',1,'PlayerModel::WalkAnimation::time_since_start()'],['../classPlayerModel_1_1AttackAnimation.html#a2a44bbe1541a2b720876b2467d43494a',1,'PlayerModel::AttackAnimation::time_since_start()']]],
['timer_10',['Timer',['../classTimer.html#a8e2163a0e4f62d15b2056d5d79524691',1,'Timer']]],
['tobiomecoord_11',['toBiomeCoord',['../classChunk.html#a0ffa7803fda9e99aaad3b7afe6357f53',1,'Chunk']]],
- ['tobiomeindex_12',['toBiomeIndex',['../classChunk.html#aa5e438c8e38c6b8d3c33e567f52d582d',1,'Chunk::toBiomeIndex(const glm::ivec2 &position)'],['../classChunk.html#ad3dbd7872ba91148c053e8f2b5951904',1,'Chunk::toBiomeIndex(int x, int z)']]],
+ ['tobiomeindex_12',['toBiomeIndex',['../classChunk.html#ad3dbd7872ba91148c053e8f2b5951904',1,'Chunk::toBiomeIndex(int x, int z)'],['../classChunk.html#aa5e438c8e38c6b8d3c33e567f52d582d',1,'Chunk::toBiomeIndex(const glm::ivec2 &position)']]],
['tocoord_13',['toCoord',['../classChunk.html#a17db6bae975e96ac6ee8ad02f8978a6e',1,'Chunk']]],
['toheightindex_14',['toHeightIndex',['../classChunk.html#aeee994ae760a83c4a999632dffb55cd4',1,'Chunk::toHeightIndex(const int &x, const int &z)'],['../classChunk.html#a79d63021eb272d8ed18fe96a669c3954',1,'Chunk::toHeightIndex(const glm::ivec2 &position)']]],
['toindex_15',['toIndex',['../classChunk.html#a3c67283dce20bb8ece67cb85e6eb4dd7',1,'Chunk']]],
- ['tracylockablen_16',['TracyLockableN',['../classMob.html#a16f0274ece9dfd089a77327944df35c8',1,'Mob::TracyLockableN()'],['../classWorld.html#a2aceeb77eacb247872f3c3a1b422cd15',1,'World::TracyLockableN(std::mutex, m_chunks_mutex, "Chunks")'],['../classWorld.html#a456108e02a2cf121c20b3436d293614a',1,'World::TracyLockableN(std::mutex, m_mobs_mutex, "Mobs")'],['../classWorld.html#a4430c3b7f548d58f0aa64deabf26357c',1,'World::TracyLockableN(std::mutex, m_players_mutex, "Players")'],['../classPlayer.html#afda6980b5f15ef154c0d3ba057a36819',1,'Player::TracyLockableN()'],['../classVulkanAPI.html#a67280ce7321d0f8a1d38365332a081a7',1,'VulkanAPI::TracyLockableN(std::mutex, global_mutex, "Vulkan Global Mutex")'],['../classVulkanAPI.html#a14fc68160346c09d0e62bef752f91300',1,'VulkanAPI::TracyLockableN(std::mutex, mesh_map_mutex, "Vulkan Mesh Map Mutex")'],['../classVulkanAPI.html#a1fb46af26d8e1da6db861ba020de561e',1,'VulkanAPI::TracyLockableN(std::mutex, imgui_textures_mutex, "Vulkan Imgui Texture Mutex")'],['../classVulkanAPI.html#acaff5cd787c82103f731214aeeda369f',1,'VulkanAPI::TracyLockableN(std::mutex, transfer_operation_mutex, "Vulkan Transfer Operation")'],['../classWorldScene.html#a9ac4be621afef099e56afdbb6e08510f',1,'WorldScene::TracyLockableN()']]],
+ ['tracylockablen_16',['TracyLockableN',['../classMob.html#a16f0274ece9dfd089a77327944df35c8',1,'Mob::TracyLockableN()'],['../classWorld.html#a2aceeb77eacb247872f3c3a1b422cd15',1,'World::TracyLockableN(std::mutex, m_chunks_mutex, "Chunks")'],['../classWorld.html#a456108e02a2cf121c20b3436d293614a',1,'World::TracyLockableN(std::mutex, m_mobs_mutex, "Mobs")'],['../classWorld.html#a4430c3b7f548d58f0aa64deabf26357c',1,'World::TracyLockableN(std::mutex, m_players_mutex, "Players")'],['../classPlayer.html#afda6980b5f15ef154c0d3ba057a36819',1,'Player::TracyLockableN()'],['../classVulkanAPI.html#af1b74a42141e332033e0cae4c375675f',1,'VulkanAPI::TracyLockableN(std::mutex, m_target_block_mutex, "Target Block")'],['../classVulkanAPI.html#a48f9529d1362d33b9d36844b696cd8cc',1,'VulkanAPI::TracyLockableN(std::mutex, m_player_mutex, "Player Render Data")'],['../classVulkanAPI.html#a67280ce7321d0f8a1d38365332a081a7',1,'VulkanAPI::TracyLockableN(std::mutex, global_mutex, "Vulkan Global Mutex")'],['../classVulkanAPI.html#a14fc68160346c09d0e62bef752f91300',1,'VulkanAPI::TracyLockableN(std::mutex, mesh_map_mutex, "Vulkan Mesh Map Mutex")'],['../classVulkanAPI.html#a1fb46af26d8e1da6db861ba020de561e',1,'VulkanAPI::TracyLockableN(std::mutex, imgui_textures_mutex, "Vulkan Imgui Texture Mutex")'],['../classVulkanAPI.html#acaff5cd787c82103f731214aeeda369f',1,'VulkanAPI::TracyLockableN(std::mutex, transfer_operation_mutex, "Vulkan Transfer Operation")']]],
['transform_17',['Transform',['../classTransform.html#af696e75facb2a07a842e7a28b14f3665',1,'Transform']]],
['transitionimagelayout_18',['transitionImageLayout',['../classVulkanAPI.html#a48f6b428d99ea240a6ebdc1ad4dba0cd',1,'VulkanAPI']]],
['transitionlayout_19',['transitionLayout',['../classImage.html#accc61110a5c1048242212d482c63f5c8',1,'Image']]],
diff --git a/search/functions_13.js b/search/functions_13.js
index f159233d..549848cb 100644
--- a/search/functions_13.js
+++ b/search/functions_13.js
@@ -15,5 +15,5 @@ var searchData=
['updateplayerposition_12',['updatePlayerPosition',['../classClientWorld.html#a3cd752b37c26a7e4cd171ba780809bf2',1,'ClientWorld']]],
['updateplayertargetblock_13',['updatePlayerTargetBlock',['../classClientWorld.html#a23026d1f22c925ce84a857dfdf5ad1ee',1,'ClientWorld']]],
['updateskylight_14',['updateSkyLight',['../classWorld.html#a5bf0e5a75ff7b9537f4b6235ca5435e3',1,'World']]],
- ['updatethread_15',['UpdateThread',['../classUpdateThread.html#a0f06786943dfc620dc2c6a0fa258da07',1,'UpdateThread::UpdateThread(Client &client, const Settings &settings, Window &window, WorldScene &world_scene, ClientWorld &world, VulkanAPI &vulkan_api, Sound::Engine &sound_engine, Event::Manager &event_manager, std::chrono::nanoseconds start_time)'],['../classUpdateThread.html#ac4c818b0e4646770c22f3f095b251517',1,'UpdateThread::UpdateThread(UpdateThread &other)=delete'],['../classUpdateThread.html#a67633683c42a680171e9de4cb55e673b',1,'UpdateThread::UpdateThread(UpdateThread &&other)=delete']]]
+ ['updatethread_15',['UpdateThread',['../classUpdateThread.html#af8cdf9742b83c2a0d9b5c50f42928e02',1,'UpdateThread::UpdateThread(Client &client, const Settings &settings, Window &window, ClientWorld &world, VulkanAPI &vulkan_api, Sound::Engine &sound_engine, Event::Manager &event_manager, std::chrono::nanoseconds start_time)'],['../classUpdateThread.html#ac4c818b0e4646770c22f3f095b251517',1,'UpdateThread::UpdateThread(UpdateThread &other)=delete'],['../classUpdateThread.html#a67633683c42a680171e9de4cb55e673b',1,'UpdateThread::UpdateThread(UpdateThread &&other)=delete']]]
];
diff --git a/search/functions_15.js b/search/functions_15.js
index bd3faba5..d032e785 100644
--- a/search/functions_15.js
+++ b/search/functions_15.js
@@ -6,11 +6,10 @@ var searchData=
['waitfortask_3',['waitForTask',['../classThreadPoolAccessor.html#a92990829a9114b434dc210f53c59ca26',1,'ThreadPoolAccessor']]],
['waitfortasks_4',['waitForTasks',['../classThreadPoolAccessor.html#afa352bf7364fb72961da83bd73b788e2',1,'ThreadPoolAccessor']]],
['walkanimation_5',['WalkAnimation',['../classPlayerModel_1_1WalkAnimation.html#ae323f082ea40f95f95e93df0124a1c01',1,'PlayerModel::WalkAnimation']]],
- ['what_6',['what',['../classClient_1_1ServerDisconnected.html#ae6d29f74e63bd1ebb1830a4cc123a1c5',1,'Client::ServerDisconnected::what()'],['../classServer_1_1ClientDisconnected.html#a937f44d0d6fefc060179f94630481b4a',1,'Server::ClientDisconnected::what()'],['../classtask_1_1BaseError.html#ac133e16dbede3895902fc3d4c8bc964b',1,'task::BaseError::what()']]],
+ ['what_6',['what',['../classServer_1_1ClientDisconnected.html#a937f44d0d6fefc060179f94630481b4a',1,'Server::ClientDisconnected::what()'],['../classtask_1_1BaseError.html#ac133e16dbede3895902fc3d4c8bc964b',1,'task::BaseError::what()'],['../classClient_1_1ServerDisconnected.html#ae6d29f74e63bd1ebb1830a4cc123a1c5',1,'Client::ServerDisconnected::what()']]],
['width_7',['width',['../structImGuiTexture.html#a65c4a49da2ec8e2891f5c7c3469eec80',1,'ImGuiTexture']]],
['window_8',['Window',['../classWindow.html#ad7cd97b52e2a93c394402f2f084fcb1b',1,'Window']]],
['world_9',['World',['../classWorld.html#afa39d4e6f714a7a3691ac0c656f5e8a8',1,'World::World()'],['../classWorld.html#a8e7a792ae04e9804a464746adb06f7aa',1,'World::World(World &other)=delete'],['../classWorld.html#a9319f9fe52db6162be2269479d76100d',1,'World::World(World &&other)=delete']]],
['worldgenerator_10',['WorldGenerator',['../classWorld_1_1WorldGenerator.html#ae69f4d52ec61c5b76837f6ffff68da8b',1,'World::WorldGenerator']]],
- ['worldscene_11',['WorldScene',['../classWorldScene.html#a86c5a4b83213d28ce5c62eba9d35da64',1,'WorldScene::WorldScene()'],['../classWorldScene.html#a31e767d0a4e116e712a3ff9432b3b59b',1,'WorldScene::WorldScene(WorldScene &scene)=delete'],['../classWorldScene.html#a5066dc9503636b3dce03f2e1a0342c0e',1,'WorldScene::WorldScene(WorldScene &&scene)=delete']]],
- ['writetexttodebugimage_12',['writeTextToDebugImage',['../classVulkanAPI.html#a2f0ac0bfd8e2f9132d212730b0231a67',1,'VulkanAPI']]]
+ ['writetexttodebugimage_11',['writeTextToDebugImage',['../classVulkanAPI.html#a2f0ac0bfd8e2f9132d212730b0231a67',1,'VulkanAPI']]]
];
diff --git a/search/functions_19.js b/search/functions_19.js
index 326e920c..d43957da 100644
--- a/search/functions_19.js
+++ b/search/functions_19.js
@@ -74,6 +74,5 @@ var searchData=
['_7ewalkanimation_71',['~WalkAnimation',['../classPlayerModel_1_1WalkAnimation.html#a7d8c2041817d3623dc798e4f64a052a8',1,'PlayerModel::WalkAnimation']]],
['_7ewindow_72',['~Window',['../classWindow.html#a245d821e6016fa1f6970ccbbedd635f6',1,'Window']]],
['_7eworld_73',['~World',['../classWorld.html#a8c73fba541a5817fff65147ba47cd827',1,'World']]],
- ['_7eworldgenerator_74',['~WorldGenerator',['../classWorld_1_1WorldGenerator.html#a8e1838540faf6c83c89182f8e105ea2b',1,'World::WorldGenerator']]],
- ['_7eworldscene_75',['~WorldScene',['../classWorldScene.html#a96919a2cba5b6b6e544cc9b749e13ac8',1,'WorldScene']]]
+ ['_7eworldgenerator_74',['~WorldGenerator',['../classWorld_1_1WorldGenerator.html#a8e1838540faf6c83c89182f8e105ea2b',1,'World::WorldGenerator']]]
];
diff --git a/search/functions_2.js b/search/functions_2.js
index d01270e7..c3599266 100644
--- a/search/functions_2.js
+++ b/search/functions_2.js
@@ -1,44 +1,42 @@
var searchData=
[
['calculateplayermovement_0',['calculatePlayerMovement',['../classClientWorld.html#a311ae115a5f778d3dbe6ba1ac40a145b',1,'ClientWorld']]],
- ['camera_1',['Camera',['../classCamera.html#ae23af4d7cab430c77d537621cdd16b3f',1,'Camera']]],
- ['camera_2',['camera',['../classPlayer.html#ad67555e55c817db8a320c80fdaf75dbf',1,'Player::camera()'],['../classWorldScene.html#ad5100ff8f3edb4b7e9cbf65240169f05',1,'WorldScene::camera() const'],['../classWorldScene.html#a71505cd83b2a2e9735a71cee2e353de9',1,'WorldScene::camera()']]],
- ['camera_3',['Camera',['../classCamera.html#adaf486dfc7066a7977553289b0593533',1,'Camera::Camera(const Camera &camera)=delete'],['../classCamera.html#a0a34a47fb2d1d7d44b476de819238b56',1,'Camera::Camera(const glm::dvec3 &position, double pitch, double yaw, double far_plane)'],['../classCamera.html#ad0f45d5cfdc82baeb627b4edf0bae009',1,'Camera::Camera(Camera &&camera)']]],
- ['cameraposition_4',['cameraPosition',['../classPlayer.html#a14bf2e254bd533631ac85fb498e4ac94',1,'Player']]],
- ['canattack_5',['canAttack',['../classPlayer.html#a12ef01e1a26542218229c2b6a4a1d17e',1,'Player']]],
- ['cancel_6',['cancel',['../classtask_1_1Future.html#a0c58822a735665b8f880da778e1d3bff',1,'task::Future']]],
- ['canjump_7',['canJump',['../classMob.html#a207750b0f1af2517a22cc792260baff3',1,'Mob::canJump()'],['../classPlayer.html#a2cb36c5bd5069fc72552aeec05cc5fca',1,'Player::canJump() const']]],
- ['canuse_8',['canUse',['../classPlayer.html#a60c19c665bddaa431f7c61aba55d3d41',1,'Player']]],
- ['changeplayerviewmode_9',['changePlayerViewMode',['../classClientWorld.html#a8b2f0d47fdee9822ca8bd17f80fde285',1,'ClientWorld']]],
- ['changeticket_10',['changeTicket',['../classServerWorld.html#aeb795975e6d2fa4ee76a05ecdadf4615',1,'ServerWorld']]],
- ['chunk_11',['Chunk',['../classChunk.html#a76523171d0b51437c6d1d24c5001fa6e',1,'Chunk::Chunk(glm::ivec3 position)'],['../classChunk.html#aa2ae208cfa7b7dd4924b62f2c5088c02',1,'Chunk::Chunk(Chunk &&other)=delete'],['../classChunk.html#a1bdeedf9cffec565e91294437efdf7b1',1,'Chunk::Chunk(const Chunk &other)=delete'],['../classChunk.html#a401462dcbb75bf138880747dd406eb59',1,'Chunk::Chunk(const glm::ivec3 &position, const BlockArray &blocks, const LightArray &light, const BiomeArray &biome)']]],
- ['chunkdata_12',['ChunkData',['../structChunkPacket_1_1ChunkData.html#a72874fa96cd8d574c098c362c6ad19bf',1,'ChunkPacket::ChunkData::ChunkData()=default'],['../structChunkPacket_1_1ChunkData.html#aaa6371f418062256903ed636d37438bd',1,'ChunkPacket::ChunkData::ChunkData(const glm::ivec3 &chunk_pos, const Chunk::BlockArray &blocks, const Chunk::LightArray &light, const Chunk::BiomeArray &biomes)']]],
- ['chunkpacket_13',['ChunkPacket',['../classChunkPacket.html#a2207ebdd141037b94cd49741c7740e0f',1,'ChunkPacket::ChunkPacket()'],['../classChunkPacket.html#a9c24d73827abc95549881d6ad9bc01a5',1,'ChunkPacket::ChunkPacket(const Chunk &chunk)'],['../classChunkPacket.html#aeb21b114b692ed1aa3fb6ee13c309d64',1,'ChunkPacket::ChunkPacket(ChunkPacket &other)'],['../classChunkPacket.html#abbcba07e6815b96d9ecf33b5b6424b9e',1,'ChunkPacket::ChunkPacket(ChunkPacket &&other)']]],
- ['chunkrequestpacket_14',['ChunkRequestPacket',['../classChunkRequestPacket.html#a35b094d1a0c8df0ba61373d558420d71',1,'ChunkRequestPacket::ChunkRequestPacket()'],['../classChunkRequestPacket.html#a3fc1ee90c8feab074a587dd718d75290',1,'ChunkRequestPacket::ChunkRequestPacket(ChunkRequestPacket &&other)'],['../classChunkRequestPacket.html#a6f910e9e6ff2154d16d4d7780d611ef1',1,'ChunkRequestPacket::ChunkRequestPacket(ChunkRequestPacket &other)']]],
- ['chunkunloadpacket_15',['ChunkUnloadPacket',['../classChunkUnloadPacket.html#a4c735777e8220ff6e6d1775d7496bf5d',1,'ChunkUnloadPacket::ChunkUnloadPacket()'],['../classChunkUnloadPacket.html#a8186380711e8835aa704f2d69a1a1305',1,'ChunkUnloadPacket::ChunkUnloadPacket(const glm::ivec3 &chunk_position)'],['../classChunkUnloadPacket.html#a0460a9730683c2abcb4f9bd030563ce3',1,'ChunkUnloadPacket::ChunkUnloadPacket(const ChunkUnloadPacket &other)'],['../classChunkUnloadPacket.html#a1fe05e00fbd8189daf83b063afe5b99d',1,'ChunkUnloadPacket::ChunkUnloadPacket(ChunkUnloadPacket &&other)']]],
- ['clear_16',['clear',['../classSwapchain.html#a3f8ee8c3ae46e537f4be8293820cf4f8',1,'Swapchain::clear()'],['../structImGuiTexture.html#a9f8a1d9d9d6086444732b94e59074375',1,'ImGuiTexture::clear()'],['../classPipeline.html#a75c3ba97f5fd9a5f77d8a5aaec28f4ab',1,'Pipeline::clear()'],['../classImage.html#a3a233515eb3a5f83917dc634c778db5a',1,'Image::clear()'],['../classDescriptor.html#ac781f2e9b97d7b8803fe321e1f5d8470',1,'Descriptor::clear()'],['../classBuffer.html#af8ec6ec556d0227cbcb57d40e2d2fb06',1,'Buffer::clear()'],['../classtask_1_1TaskGraph.html#a097804f07459d4773b8368240886789e',1,'task::TaskGraph::clear()']]],
- ['cleardebugblocks_17',['clearDebugBlocks',['../classWorldScene.html#a39f2d721590c28dcf1bd9723298cdd98',1,'WorldScene']]],
- ['clearreadbuffer_18',['clearReadBuffer',['../classConnection.html#ac20fcb6958a56591c9b3d06ef82e7ca8',1,'Connection']]],
- ['client_19',['Client',['../classClient.html#a79ea5cf599b93ab86dd69282f274427d',1,'Client::Client(const std::string &ip, int port)'],['../classClient.html#a831c9bf9b4d6907ec23a04025810693f',1,'Client::Client(const Client &other)=delete'],['../classClient.html#a317e248790a0a2967530da573ec0604c',1,'Client::Client(Client &&other)=delete']]],
- ['clientdisconnected_20',['ClientDisconnected',['../classServer_1_1ClientDisconnected.html#af57dccf0be97d5b19a0c1daf6163d9db',1,'Server::ClientDisconnected']]],
- ['clientpackethandler_21',['ClientPacketHandler',['../classClientPacketHandler.html#a6a062220e63d3ac04bf7d83139db51a1',1,'ClientPacketHandler::ClientPacketHandler(ClientPacketHandler &&other)=delete'],['../classClientPacketHandler.html#a6f76c023bba86a2e8b0a75408bb3a775',1,'ClientPacketHandler::ClientPacketHandler(const ClientPacketHandler &other)=delete'],['../classClientPacketHandler.html#a5398722a3084499a82bb267c482b9339',1,'ClientPacketHandler::ClientPacketHandler(Client &client, ClientWorld &world)']]],
- ['clientsocket_22',['ClientSocket',['../classClientSocket.html#a8e01d1a6142bf31d0f8a0aea6df6ddd5',1,'ClientSocket::ClientSocket(const char *address, int port)'],['../classClientSocket.html#aff1c002d60ed3aaf1b4de070ca8157c0',1,'ClientSocket::ClientSocket(ClientSocket &&other)'],['../classClientSocket.html#af28744fc45bae65bcfffb1435abc2f1c',1,'ClientSocket::ClientSocket(const ClientSocket &other)=delete']]],
- ['clientworld_23',['ClientWorld',['../classClientWorld.html#a20693b5a2b5bca1ec9342f9d48135842',1,'ClientWorld::ClientWorld(WorldScene &world_scene, VulkanAPI &vulkan_api, Sound::Engine &sound_engine, Event::Manager &event_manager, uint64_t my_player_id=0)'],['../classClientWorld.html#a3c76d0cf45ce665a46c5f0c28b33e0cf',1,'ClientWorld::ClientWorld(ClientWorld &other)=delete'],['../classClientWorld.html#ae2509dff67daeeeb0ee9286ec46aad71',1,'ClientWorld::ClientWorld(ClientWorld &&other)=delete']]],
- ['clone_24',['Clone',['../classDisconnectPacket.html#ac714aeb97e9010974a9a18958c08c3eb',1,'DisconnectPacket::Clone()'],['../classPlayerMovePacket.html#ac42bf5390c649565b2ef954e7a5e6a96',1,'PlayerMovePacket::Clone()'],['../classPlayerListPacket.html#a7cfde917d7ced8395abfe4bf758d2b6d',1,'PlayerListPacket::Clone()'],['../classPlayerConnectedPacket.html#a87a8b066fc617f9d56bedc72c3013a2b',1,'PlayerConnectedPacket::Clone()'],['../classPingPacket.html#a7ea98aa702c6baff333b920cb5f3917e',1,'PingPacket::Clone()'],['../classLoadDistancePacket.html#aa4aa6b3c68e7945f8aeda56467d1923a',1,'LoadDistancePacket::Clone()'],['../classIPacket.html#ae3059336c70d9e1c36816a53ecc4f746',1,'IPacket::Clone()'],['../classConnectionPacket.html#a03df2a961b5e8ba2f6d93fae8f3f6099',1,'ConnectionPacket::Clone()'],['../classChunkUnloadPacket.html#a241815486c0ed950ce44602cddc06a10',1,'ChunkUnloadPacket::Clone()'],['../classChunkRequestPacket.html#a71b493c33e34ca0eb1b031487b59cf33',1,'ChunkRequestPacket::Clone()'],['../classChunkPacket.html#a769b01cd94f2db4136cd4610f6037c00',1,'ChunkPacket::Clone()'],['../classBlockActionPacket.html#affec17729f69e795053bb6a6171475db',1,'BlockActionPacket::Clone()']]],
- ['close_25',['close',['../classSocket.html#a75ee749264ccbcfc4dfbf5442e55dcb8',1,'Socket']]],
- ['configure_26',['configure',['../classLogger.html#a88db10d14e5ee48a5f3c4f7365ea0a21',1,'Logger']]],
- ['connection_27',['Connection',['../classConnection.html#aba760fcc7610ad2dd402d003c2c8f1e3',1,'Connection::Connection(Connection &&other)'],['../classConnection.html#acd6914f5b43271d312ad32a23bb52f66',1,'Connection::Connection(std::shared_ptr< Socket > socket)'],['../classConnection.html#a5c86d3a286f0eec453742b49ca15088a',1,'Connection::Connection(const Connection &other)=delete']]],
- ['connectionpacket_28',['ConnectionPacket',['../classConnectionPacket.html#a76df2426bc8b8b8a4bd4024483dc1624',1,'ConnectionPacket::ConnectionPacket()'],['../classConnectionPacket.html#a30aab44b94ba628e6433a7f7f9ed5cb6',1,'ConnectionPacket::ConnectionPacket(uint32_t id, glm::vec3 position)'],['../classConnectionPacket.html#a3d9f65797ab12bdffb549ac1da2ec17f',1,'ConnectionPacket::ConnectionPacket(const ConnectionPacket &other)'],['../classConnectionPacket.html#a2c2f32b83158071ec6d3ad21b05a84a1',1,'ConnectionPacket::ConnectionPacket(ConnectionPacket &&other)']]],
- ['connectionsocket_29',['ConnectionSocket',['../classConnectionSocket.html#ae148f424f57f263bf40e1d14061acc0f',1,'ConnectionSocket::ConnectionSocket(int sockfd)'],['../classConnectionSocket.html#ab00d02a447beac75b8b986bf6df35d89',1,'ConnectionSocket::ConnectionSocket(const ConnectionSocket &other)=delete'],['../classConnectionSocket.html#a7fc08a575f77016e7ed892c180d68055',1,'ConnectionSocket::ConnectionSocket(ConnectionSocket &&other)'],['../classConnectionSocket.html#ab1ce83f756f2980c65f933dd29cc5385',1,'ConnectionSocket::ConnectionSocket()']]],
- ['contains_30',['contains',['../classIdList.html#a7f34fd2efe2686e03082fbd723f0fbdd',1,'IdList']]],
- ['count_31',['count',['../classItemsInfo.html#acb3c535fcd9a1bb222ae1883b77d57d2',1,'ItemsInfo']]],
- ['create_32',['create',['../classtask_1_1TaskGraph.html#a76732a4ef2bad01fe46cc84fc59f9bdb',1,'task::TaskGraph::create()'],['../classCreateMeshData.html#a84cb268e8f684dcda9a2400e3ec3ed27',1,'CreateMeshData::create()']]],
- ['createentity_33',['createEntity',['../classECS.html#a41b876f3725cbb04aac3f2edd95522c6',1,'ECS']]],
- ['createface_34',['createFace',['../classCreateMeshData.html#aa7f45ff2e999fe0217ee8a2638645f47',1,'CreateMeshData']]],
- ['createfacewater_35',['createFaceWater',['../classCreateMeshData.html#ae58de72f96ced25eabb4f3239654cd57',1,'CreateMeshData']]],
- ['createimguitexture_36',['createImGuiTexture',['../classVulkanAPI.html#a656d3ac5626be8100d2d718b477c1323',1,'VulkanAPI']]],
- ['createmeshdata_37',['CreateMeshData',['../classCreateMeshData.html#a49d413b60a8e005b36083e958a849bb3',1,'CreateMeshData::CreateMeshData(const glm::ivec3 &pos, const glm::ivec3 &size, ChunkMap &chunk_map)'],['../classCreateMeshData.html#a7c554cdb8dbb4456c5680d90848c0647',1,'CreateMeshData::CreateMeshData(const CreateMeshData &)=delete'],['../classCreateMeshData.html#a088de6a2834888efb2625e65ebe0ef2f',1,'CreateMeshData::CreateMeshData(CreateMeshData &&other)']]],
- ['createmob_38',['createMob',['../classClientWorld.html#adb218b2a8ad54ecef9672a47ce3523d8',1,'ClientWorld']]],
- ['createplayer_39',['createPlayer',['../classClientWorld.html#af78a9ed84b89171654b282666c51baf9',1,'ClientWorld']]],
- ['cycleerror_40',['CycleError',['../classtask_1_1CycleError.html#a7c1fa9ff4adc5d090e2da503cdc896d6',1,'task::CycleError']]]
+ ['camera_1',['camera',['../classPlayer.html#ad67555e55c817db8a320c80fdaf75dbf',1,'Player']]],
+ ['camera_2',['Camera',['../classCamera.html#ad0f45d5cfdc82baeb627b4edf0bae009',1,'Camera::Camera(Camera &&camera)'],['../classCamera.html#adaf486dfc7066a7977553289b0593533',1,'Camera::Camera(const Camera &camera)=delete'],['../classCamera.html#ae23af4d7cab430c77d537621cdd16b3f',1,'Camera::Camera()=default'],['../classCamera.html#a0a34a47fb2d1d7d44b476de819238b56',1,'Camera::Camera(const glm::dvec3 &position, double pitch, double yaw, double far_plane)']]],
+ ['cameraposition_3',['cameraPosition',['../classPlayer.html#a14bf2e254bd533631ac85fb498e4ac94',1,'Player']]],
+ ['canattack_4',['canAttack',['../classPlayer.html#a12ef01e1a26542218229c2b6a4a1d17e',1,'Player']]],
+ ['cancel_5',['cancel',['../classtask_1_1Future.html#a0c58822a735665b8f880da778e1d3bff',1,'task::Future']]],
+ ['canjump_6',['canJump',['../classMob.html#a207750b0f1af2517a22cc792260baff3',1,'Mob::canJump()'],['../classPlayer.html#a2cb36c5bd5069fc72552aeec05cc5fca',1,'Player::canJump() const']]],
+ ['canuse_7',['canUse',['../classPlayer.html#a60c19c665bddaa431f7c61aba55d3d41',1,'Player']]],
+ ['changeplayerviewmode_8',['changePlayerViewMode',['../classClientWorld.html#a8b2f0d47fdee9822ca8bd17f80fde285',1,'ClientWorld']]],
+ ['changeticket_9',['changeTicket',['../classServerWorld.html#aeb795975e6d2fa4ee76a05ecdadf4615',1,'ServerWorld']]],
+ ['chunk_10',['Chunk',['../classChunk.html#a401462dcbb75bf138880747dd406eb59',1,'Chunk::Chunk(const glm::ivec3 &position, const BlockArray &blocks, const LightArray &light, const BiomeArray &biome)'],['../classChunk.html#aa2ae208cfa7b7dd4924b62f2c5088c02',1,'Chunk::Chunk(Chunk &&other)=delete'],['../classChunk.html#a1bdeedf9cffec565e91294437efdf7b1',1,'Chunk::Chunk(const Chunk &other)=delete'],['../classChunk.html#a76523171d0b51437c6d1d24c5001fa6e',1,'Chunk::Chunk(glm::ivec3 position)']]],
+ ['chunkdata_11',['ChunkData',['../structChunkPacket_1_1ChunkData.html#a72874fa96cd8d574c098c362c6ad19bf',1,'ChunkPacket::ChunkData::ChunkData()=default'],['../structChunkPacket_1_1ChunkData.html#aaa6371f418062256903ed636d37438bd',1,'ChunkPacket::ChunkData::ChunkData(const glm::ivec3 &chunk_pos, const Chunk::BlockArray &blocks, const Chunk::LightArray &light, const Chunk::BiomeArray &biomes)']]],
+ ['chunkpacket_12',['ChunkPacket',['../classChunkPacket.html#a2207ebdd141037b94cd49741c7740e0f',1,'ChunkPacket::ChunkPacket()'],['../classChunkPacket.html#a9c24d73827abc95549881d6ad9bc01a5',1,'ChunkPacket::ChunkPacket(const Chunk &chunk)'],['../classChunkPacket.html#aeb21b114b692ed1aa3fb6ee13c309d64',1,'ChunkPacket::ChunkPacket(ChunkPacket &other)'],['../classChunkPacket.html#abbcba07e6815b96d9ecf33b5b6424b9e',1,'ChunkPacket::ChunkPacket(ChunkPacket &&other)']]],
+ ['chunkrequestpacket_13',['ChunkRequestPacket',['../classChunkRequestPacket.html#a35b094d1a0c8df0ba61373d558420d71',1,'ChunkRequestPacket::ChunkRequestPacket()'],['../classChunkRequestPacket.html#a3fc1ee90c8feab074a587dd718d75290',1,'ChunkRequestPacket::ChunkRequestPacket(ChunkRequestPacket &&other)'],['../classChunkRequestPacket.html#a6f910e9e6ff2154d16d4d7780d611ef1',1,'ChunkRequestPacket::ChunkRequestPacket(ChunkRequestPacket &other)']]],
+ ['chunkunloadpacket_14',['ChunkUnloadPacket',['../classChunkUnloadPacket.html#a4c735777e8220ff6e6d1775d7496bf5d',1,'ChunkUnloadPacket::ChunkUnloadPacket()'],['../classChunkUnloadPacket.html#a8186380711e8835aa704f2d69a1a1305',1,'ChunkUnloadPacket::ChunkUnloadPacket(const glm::ivec3 &chunk_position)'],['../classChunkUnloadPacket.html#a0460a9730683c2abcb4f9bd030563ce3',1,'ChunkUnloadPacket::ChunkUnloadPacket(const ChunkUnloadPacket &other)'],['../classChunkUnloadPacket.html#a1fe05e00fbd8189daf83b063afe5b99d',1,'ChunkUnloadPacket::ChunkUnloadPacket(ChunkUnloadPacket &&other)']]],
+ ['clear_15',['clear',['../classPipeline.html#a75c3ba97f5fd9a5f77d8a5aaec28f4ab',1,'Pipeline::clear()'],['../structImGuiTexture.html#a9f8a1d9d9d6086444732b94e59074375',1,'ImGuiTexture::clear()'],['../classSwapchain.html#a3f8ee8c3ae46e537f4be8293820cf4f8',1,'Swapchain::clear()'],['../classImage.html#a3a233515eb3a5f83917dc634c778db5a',1,'Image::clear()'],['../classDescriptor.html#ac781f2e9b97d7b8803fe321e1f5d8470',1,'Descriptor::clear()'],['../classBuffer.html#af8ec6ec556d0227cbcb57d40e2d2fb06',1,'Buffer::clear()'],['../classtask_1_1TaskGraph.html#a097804f07459d4773b8368240886789e',1,'task::TaskGraph::clear()']]],
+ ['clearreadbuffer_16',['clearReadBuffer',['../classConnection.html#ac20fcb6958a56591c9b3d06ef82e7ca8',1,'Connection']]],
+ ['client_17',['Client',['../classClient.html#a79ea5cf599b93ab86dd69282f274427d',1,'Client::Client(const std::string &ip, int port)'],['../classClient.html#a831c9bf9b4d6907ec23a04025810693f',1,'Client::Client(const Client &other)=delete'],['../classClient.html#a317e248790a0a2967530da573ec0604c',1,'Client::Client(Client &&other)=delete']]],
+ ['clientdisconnected_18',['ClientDisconnected',['../classServer_1_1ClientDisconnected.html#af57dccf0be97d5b19a0c1daf6163d9db',1,'Server::ClientDisconnected']]],
+ ['clientpackethandler_19',['ClientPacketHandler',['../classClientPacketHandler.html#a6a062220e63d3ac04bf7d83139db51a1',1,'ClientPacketHandler::ClientPacketHandler(ClientPacketHandler &&other)=delete'],['../classClientPacketHandler.html#a5398722a3084499a82bb267c482b9339',1,'ClientPacketHandler::ClientPacketHandler(Client &client, ClientWorld &world)'],['../classClientPacketHandler.html#a6f76c023bba86a2e8b0a75408bb3a775',1,'ClientPacketHandler::ClientPacketHandler(const ClientPacketHandler &other)=delete']]],
+ ['clientsocket_20',['ClientSocket',['../classClientSocket.html#af28744fc45bae65bcfffb1435abc2f1c',1,'ClientSocket::ClientSocket(const ClientSocket &other)=delete'],['../classClientSocket.html#aff1c002d60ed3aaf1b4de070ca8157c0',1,'ClientSocket::ClientSocket(ClientSocket &&other)'],['../classClientSocket.html#a8e01d1a6142bf31d0f8a0aea6df6ddd5',1,'ClientSocket::ClientSocket(const char *address, int port)']]],
+ ['clientworld_21',['ClientWorld',['../classClientWorld.html#a62ffa1a4466b341f0cb8898075f8bf21',1,'ClientWorld::ClientWorld(VulkanAPI &vulkan_api, Sound::Engine &sound_engine, Event::Manager &event_manager, uint64_t my_player_id=0)'],['../classClientWorld.html#a3c76d0cf45ce665a46c5f0c28b33e0cf',1,'ClientWorld::ClientWorld(ClientWorld &other)=delete'],['../classClientWorld.html#ae2509dff67daeeeb0ee9286ec46aad71',1,'ClientWorld::ClientWorld(ClientWorld &&other)=delete']]],
+ ['clone_22',['Clone',['../classDisconnectPacket.html#ac714aeb97e9010974a9a18958c08c3eb',1,'DisconnectPacket::Clone()'],['../classPlayerMovePacket.html#ac42bf5390c649565b2ef954e7a5e6a96',1,'PlayerMovePacket::Clone()'],['../classPlayerListPacket.html#a7cfde917d7ced8395abfe4bf758d2b6d',1,'PlayerListPacket::Clone()'],['../classPlayerConnectedPacket.html#a87a8b066fc617f9d56bedc72c3013a2b',1,'PlayerConnectedPacket::Clone()'],['../classPingPacket.html#a7ea98aa702c6baff333b920cb5f3917e',1,'PingPacket::Clone()'],['../classLoadDistancePacket.html#aa4aa6b3c68e7945f8aeda56467d1923a',1,'LoadDistancePacket::Clone()'],['../classIPacket.html#ae3059336c70d9e1c36816a53ecc4f746',1,'IPacket::Clone()'],['../classConnectionPacket.html#a03df2a961b5e8ba2f6d93fae8f3f6099',1,'ConnectionPacket::Clone()'],['../classChunkUnloadPacket.html#a241815486c0ed950ce44602cddc06a10',1,'ChunkUnloadPacket::Clone()'],['../classChunkRequestPacket.html#a71b493c33e34ca0eb1b031487b59cf33',1,'ChunkRequestPacket::Clone()'],['../classChunkPacket.html#a769b01cd94f2db4136cd4610f6037c00',1,'ChunkPacket::Clone()'],['../classBlockActionPacket.html#affec17729f69e795053bb6a6171475db',1,'BlockActionPacket::Clone()']]],
+ ['close_23',['close',['../classSocket.html#a75ee749264ccbcfc4dfbf5442e55dcb8',1,'Socket']]],
+ ['configure_24',['configure',['../classLogger.html#a88db10d14e5ee48a5f3c4f7365ea0a21',1,'Logger']]],
+ ['connection_25',['Connection',['../classConnection.html#aba760fcc7610ad2dd402d003c2c8f1e3',1,'Connection::Connection(Connection &&other)'],['../classConnection.html#a5c86d3a286f0eec453742b49ca15088a',1,'Connection::Connection(const Connection &other)=delete'],['../classConnection.html#acd6914f5b43271d312ad32a23bb52f66',1,'Connection::Connection(std::shared_ptr< Socket > socket)']]],
+ ['connectionpacket_26',['ConnectionPacket',['../classConnectionPacket.html#a76df2426bc8b8b8a4bd4024483dc1624',1,'ConnectionPacket::ConnectionPacket()'],['../classConnectionPacket.html#a30aab44b94ba628e6433a7f7f9ed5cb6',1,'ConnectionPacket::ConnectionPacket(uint32_t id, glm::vec3 position)'],['../classConnectionPacket.html#a3d9f65797ab12bdffb549ac1da2ec17f',1,'ConnectionPacket::ConnectionPacket(const ConnectionPacket &other)'],['../classConnectionPacket.html#a2c2f32b83158071ec6d3ad21b05a84a1',1,'ConnectionPacket::ConnectionPacket(ConnectionPacket &&other)']]],
+ ['connectionsocket_27',['ConnectionSocket',['../classConnectionSocket.html#ae148f424f57f263bf40e1d14061acc0f',1,'ConnectionSocket::ConnectionSocket(int sockfd)'],['../classConnectionSocket.html#ab00d02a447beac75b8b986bf6df35d89',1,'ConnectionSocket::ConnectionSocket(const ConnectionSocket &other)=delete'],['../classConnectionSocket.html#a7fc08a575f77016e7ed892c180d68055',1,'ConnectionSocket::ConnectionSocket(ConnectionSocket &&other)'],['../classConnectionSocket.html#ab1ce83f756f2980c65f933dd29cc5385',1,'ConnectionSocket::ConnectionSocket()']]],
+ ['contains_28',['contains',['../classIdList.html#a7f34fd2efe2686e03082fbd723f0fbdd',1,'IdList']]],
+ ['count_29',['count',['../classItemsInfo.html#acb3c535fcd9a1bb222ae1883b77d57d2',1,'ItemsInfo']]],
+ ['create_30',['create',['../classtask_1_1TaskGraph.html#a76732a4ef2bad01fe46cc84fc59f9bdb',1,'task::TaskGraph::create()'],['../classCreateMeshData.html#a84cb268e8f684dcda9a2400e3ec3ed27',1,'CreateMeshData::create()']]],
+ ['createentity_31',['createEntity',['../classECS.html#a41b876f3725cbb04aac3f2edd95522c6',1,'ECS']]],
+ ['createface_32',['createFace',['../classCreateMeshData.html#aa7f45ff2e999fe0217ee8a2638645f47',1,'CreateMeshData']]],
+ ['createfacewater_33',['createFaceWater',['../classCreateMeshData.html#ae58de72f96ced25eabb4f3239654cd57',1,'CreateMeshData']]],
+ ['createimguitexture_34',['createImGuiTexture',['../classVulkanAPI.html#a656d3ac5626be8100d2d718b477c1323',1,'VulkanAPI']]],
+ ['createmeshdata_35',['CreateMeshData',['../classCreateMeshData.html#a49d413b60a8e005b36083e958a849bb3',1,'CreateMeshData::CreateMeshData(const glm::ivec3 &pos, const glm::ivec3 &size, ChunkMap &chunk_map)'],['../classCreateMeshData.html#a7c554cdb8dbb4456c5680d90848c0647',1,'CreateMeshData::CreateMeshData(const CreateMeshData &)=delete'],['../classCreateMeshData.html#a088de6a2834888efb2625e65ebe0ef2f',1,'CreateMeshData::CreateMeshData(CreateMeshData &&other)']]],
+ ['createmob_36',['createMob',['../classClientWorld.html#adb218b2a8ad54ecef9672a47ce3523d8',1,'ClientWorld']]],
+ ['createplayer_37',['createPlayer',['../classClientWorld.html#af78a9ed84b89171654b282666c51baf9',1,'ClientWorld']]],
+ ['cycleerror_38',['CycleError',['../classtask_1_1CycleError.html#a7c1fa9ff4adc5d090e2da503cdc896d6',1,'task::CycleError']]]
];
diff --git a/search/functions_3.js b/search/functions_3.js
index f5df7260..3dd2e49a 100644
--- a/search/functions_3.js
+++ b/search/functions_3.js
@@ -3,19 +3,18 @@ var searchData=
['data_0',['data',['../classHistory.html#a157dd81dbf380fd3fbe71a8c05ab79ed',1,'History']]],
['data_1',['Data',['../classSound_1_1Data.html#a04550314ef545708eb668a2497f962bb',1,'Sound::Data']]],
['datatosend_2',['dataToSend',['../classConnection.html#a426e5dbbc9c94e010c53fdc84564251f',1,'Connection']]],
- ['debugblocks_3',['debugBlocks',['../classWorldScene.html#aa30c05b2a0f01c1b9ba0be17fa80f732',1,'WorldScene']]],
- ['debuggui_4',['DebugGui',['../classDebugGui.html#aba92e1f2e05a94aa41db61b072d5dffc',1,'DebugGui']]],
- ['descriptor_5',['Descriptor',['../classDescriptor.html#a67969fc893331c2e6d554ddf6d6c55f0',1,'Descriptor::Descriptor()'],['../classDescriptor.html#a0ff5ec7cfa1dca9d39e656e906b464a1',1,'Descriptor::Descriptor(VkDevice device, const CreateInfo &info)'],['../classDescriptor.html#a92551db1cf5b2dacf3e5a3c039bdec0b',1,'Descriptor::Descriptor(const Descriptor &)=delete'],['../classDescriptor.html#a329c6eb69cd7c155e6d6777fbafbeb0f',1,'Descriptor::Descriptor(Descriptor &&other) noexcept']]],
- ['deserialize_6',['Deserialize',['../classPingPacket.html#a14af60f82feb375962a50222dcdbc868',1,'PingPacket::Deserialize()'],['../classPlayerMovePacket.html#a662bbe58c188c390a7ced3d00dceebdb',1,'PlayerMovePacket::Deserialize()'],['../classPlayerListPacket.html#adcca28a41c5232e039a23e8e6116e980',1,'PlayerListPacket::Deserialize()'],['../classPlayerConnectedPacket.html#a5bae229e2abf6799a84bc0c2cd0921e3',1,'PlayerConnectedPacket::Deserialize()'],['../classLoadDistancePacket.html#a266f4e092814c35f309e8304acd5f1d1',1,'LoadDistancePacket::Deserialize()'],['../classIPacket.html#a768ac28e49ac98205b3319109dff697c',1,'IPacket::Deserialize()'],['../classConnectionPacket.html#a713cf4fcaf41e9c93689f858d83df6e1',1,'ConnectionPacket::Deserialize()'],['../classChunkUnloadPacket.html#a286980e1bc6c449416f12ec2c09ab75f',1,'ChunkUnloadPacket::Deserialize()'],['../classChunkRequestPacket.html#adc12b71671f04f7ba59895fa94c8d689',1,'ChunkRequestPacket::Deserialize()'],['../classChunkPacket.html#aca67f4c2e88ae2a0ff8102ba12b37dcc',1,'ChunkPacket::Deserialize()'],['../classBlockActionPacket.html#a8f54bac30c70f779bea9011dbae7912d',1,'BlockActionPacket::Deserialize()'],['../classDisconnectPacket.html#ae251517d74f378ee7a15299cd5db4f4a',1,'DisconnectPacket::Deserialize()']]],
- ['destroy_7',['destroy',['../classTextRenderer.html#aec073a6afdb6ad57f411fa45276c1c7f',1,'TextRenderer']]],
- ['destroymesh_8',['destroyMesh',['../classVulkanAPI.html#ad27846b71139eb87106408bd25940dbb',1,'VulkanAPI']]],
- ['destroymeshes_9',['destroyMeshes',['../classVulkanAPI.html#a64487d489c2c83eda603848f99c53826',1,'VulkanAPI']]],
- ['direction_10',['direction',['../classPlayer.html#a333e44206106f4585180041030d3cd00',1,'Player']]],
- ['disconnect_11',['disconnect',['../classServer.html#a2384ffdcf012e494a472ff9b57845f3b',1,'Server']]],
- ['disconnectpacket_12',['DisconnectPacket',['../classDisconnectPacket.html#af87b9c06ab910752e742ac20a4ea93aa',1,'DisconnectPacket::DisconnectPacket()'],['../classDisconnectPacket.html#a07da316298ff176a99d6829b7be74fd0',1,'DisconnectPacket::DisconnectPacket(uint32_t player_id)'],['../classDisconnectPacket.html#ab40aba2804ab0dea47f591d71ae34a53',1,'DisconnectPacket::DisconnectPacket(const DisconnectPacket &other)'],['../classDisconnectPacket.html#a4e59088ea19edff71f5f8448c2ffa8d0',1,'DisconnectPacket::DisconnectPacket(DisconnectPacket &&other)']]],
- ['dmat_13',['dmat',['../classMat4.html#ac58529fdf443319bb6406eed968ad222',1,'Mat4']]],
- ['drawhudimage_14',['drawHudImage',['../classVulkanAPI.html#ae58294d582cc0bcb04c4ece2350fba79',1,'VulkanAPI']]],
- ['drawitemicon_15',['drawItemIcon',['../classVulkanAPI.html#acdf9faa7c2f01c5480088443d6cf1ece',1,'VulkanAPI']]],
- ['drawmesh_16',['drawMesh',['../classVulkanAPI.html#a3ca516c046ac41c08b2e56a6b47e5f46',1,'VulkanAPI']]],
- ['drawnoises_17',['drawNoises',['../classWorld_1_1WorldGenerator.html#abf5d7f0833fc2323912f6ced09f417b7',1,'World::WorldGenerator']]]
+ ['debuggui_3',['DebugGui',['../classDebugGui.html#aba92e1f2e05a94aa41db61b072d5dffc',1,'DebugGui']]],
+ ['descriptor_4',['Descriptor',['../classDescriptor.html#a67969fc893331c2e6d554ddf6d6c55f0',1,'Descriptor::Descriptor()'],['../classDescriptor.html#a0ff5ec7cfa1dca9d39e656e906b464a1',1,'Descriptor::Descriptor(VkDevice device, const CreateInfo &info)'],['../classDescriptor.html#a92551db1cf5b2dacf3e5a3c039bdec0b',1,'Descriptor::Descriptor(const Descriptor &)=delete'],['../classDescriptor.html#a329c6eb69cd7c155e6d6777fbafbeb0f',1,'Descriptor::Descriptor(Descriptor &&other) noexcept']]],
+ ['deserialize_5',['Deserialize',['../classPlayerConnectedPacket.html#a5bae229e2abf6799a84bc0c2cd0921e3',1,'PlayerConnectedPacket::Deserialize()'],['../classPlayerMovePacket.html#a662bbe58c188c390a7ced3d00dceebdb',1,'PlayerMovePacket::Deserialize()'],['../classPlayerListPacket.html#adcca28a41c5232e039a23e8e6116e980',1,'PlayerListPacket::Deserialize()'],['../classPingPacket.html#a14af60f82feb375962a50222dcdbc868',1,'PingPacket::Deserialize()'],['../classLoadDistancePacket.html#a266f4e092814c35f309e8304acd5f1d1',1,'LoadDistancePacket::Deserialize()'],['../classIPacket.html#a768ac28e49ac98205b3319109dff697c',1,'IPacket::Deserialize()'],['../classConnectionPacket.html#a713cf4fcaf41e9c93689f858d83df6e1',1,'ConnectionPacket::Deserialize()'],['../classChunkUnloadPacket.html#a286980e1bc6c449416f12ec2c09ab75f',1,'ChunkUnloadPacket::Deserialize()'],['../classChunkRequestPacket.html#adc12b71671f04f7ba59895fa94c8d689',1,'ChunkRequestPacket::Deserialize()'],['../classChunkPacket.html#aca67f4c2e88ae2a0ff8102ba12b37dcc',1,'ChunkPacket::Deserialize()'],['../classBlockActionPacket.html#a8f54bac30c70f779bea9011dbae7912d',1,'BlockActionPacket::Deserialize()'],['../classDisconnectPacket.html#ae251517d74f378ee7a15299cd5db4f4a',1,'DisconnectPacket::Deserialize()']]],
+ ['destroy_6',['destroy',['../classTextRenderer.html#aec073a6afdb6ad57f411fa45276c1c7f',1,'TextRenderer']]],
+ ['destroymesh_7',['destroyMesh',['../classVulkanAPI.html#ad27846b71139eb87106408bd25940dbb',1,'VulkanAPI']]],
+ ['destroymeshes_8',['destroyMeshes',['../classVulkanAPI.html#a64487d489c2c83eda603848f99c53826',1,'VulkanAPI']]],
+ ['direction_9',['direction',['../classPlayer.html#a333e44206106f4585180041030d3cd00',1,'Player']]],
+ ['disconnect_10',['disconnect',['../classServer.html#a2384ffdcf012e494a472ff9b57845f3b',1,'Server']]],
+ ['disconnectpacket_11',['DisconnectPacket',['../classDisconnectPacket.html#af87b9c06ab910752e742ac20a4ea93aa',1,'DisconnectPacket::DisconnectPacket()'],['../classDisconnectPacket.html#a07da316298ff176a99d6829b7be74fd0',1,'DisconnectPacket::DisconnectPacket(uint32_t player_id)'],['../classDisconnectPacket.html#ab40aba2804ab0dea47f591d71ae34a53',1,'DisconnectPacket::DisconnectPacket(const DisconnectPacket &other)'],['../classDisconnectPacket.html#a4e59088ea19edff71f5f8448c2ffa8d0',1,'DisconnectPacket::DisconnectPacket(DisconnectPacket &&other)']]],
+ ['dmat_12',['dmat',['../classMat4.html#ac58529fdf443319bb6406eed968ad222',1,'Mat4']]],
+ ['drawhudimage_13',['drawHudImage',['../classVulkanAPI.html#ae58294d582cc0bcb04c4ece2350fba79',1,'VulkanAPI']]],
+ ['drawitemicon_14',['drawItemIcon',['../classVulkanAPI.html#acdf9faa7c2f01c5480088443d6cf1ece',1,'VulkanAPI']]],
+ ['drawmesh_15',['drawMesh',['../classVulkanAPI.html#a3ca516c046ac41c08b2e56a6b47e5f46',1,'VulkanAPI']]],
+ ['drawnoises_16',['drawNoises',['../classWorld_1_1WorldGenerator.html#abf5d7f0833fc2323912f6ced09f417b7',1,'World::WorldGenerator']]]
];
diff --git a/search/functions_6.js b/search/functions_6.js
index b8d24a3e..f0811cd7 100644
--- a/search/functions_6.js
+++ b/search/functions_6.js
@@ -23,11 +23,11 @@ var searchData=
['getchunknolock_20',['getChunkNoLock',['../classWorld.html#a024d70e06aa8f5a8c0dc8025898bfc7d',1,'World']]],
['getchunkpos_21',['GetChunkPos',['../classChunkRequestPacket.html#a9f2bc12e14b242adb4b3dfa8a04b5b7f',1,'ChunkRequestPacket']]],
['getchunkpos_22',['getChunkPos',['../Chunk_8hpp.html#a13c2796488b0973725a341c85f9bf68a',1,'getChunkPos(const glm::ivec3 &block_pos): Chunk.cpp'],['../Chunk_8cpp.html#a13c2796488b0973725a341c85f9bf68a',1,'getChunkPos(const glm::ivec3 &block_pos): Chunk.cpp']]],
- ['getchunkposition_23',['GetChunkPosition',['../classChunkUnloadPacket.html#a34325f896c3056502433a8f542bed4dd',1,'ChunkUnloadPacket']]],
- ['getchunkposition_24',['getChunkPosition',['../classWorld.html#ae27a9fda577f8532ab2c2e2a84a212e6',1,'World']]],
+ ['getchunkposition_23',['getChunkPosition',['../classWorld.html#ae27a9fda577f8532ab2c2e2a84a212e6',1,'World']]],
+ ['getchunkposition_24',['GetChunkPosition',['../classChunkUnloadPacket.html#a34325f896c3056502433a8f542bed4dd',1,'ChunkUnloadPacket']]],
['getcomponent_25',['getComponent',['../classECS.html#a0964edee0e30fc151733125821a1fbca',1,'ECS']]],
- ['getconnectionid_26',['getConnectionId',['../classConnection.html#a8393cac931d8bf5668c28d5bee53f76c',1,'Connection']]],
- ['getconnectionid_27',['GetConnectionId',['../classIPacket.html#a4228fd890d4c6bd61aa47d5611d6de67',1,'IPacket']]],
+ ['getconnectionid_26',['GetConnectionId',['../classIPacket.html#a4228fd890d4c6bd61aa47d5611d6de67',1,'IPacket']]],
+ ['getconnectionid_27',['getConnectionId',['../classConnection.html#a8393cac931d8bf5668c28d5bee53f76c',1,'Connection']]],
['getcounter_28',['GetCounter',['../classPingPacket.html#a1676a18f8161c9f86378f67f7a7e3675',1,'PingPacket']]],
['getcursorpos_29',['getCursorPos',['../classInput.html#af27940a5ccc50e41923999fc859033cb',1,'Input']]],
['getdata_30',['getData',['../classtask_1_1Task.html#abc047f9484c1e583db6599b7372f8a7d',1,'task::Task']]],
@@ -44,8 +44,8 @@ var searchData=
['getheights_41',['getHeights',['../classChunk.html#a3f42a85d7a2e67b679095ab196fc857a',1,'Chunk::getHeights()'],['../classChunk.html#ad13bda356b5a71c44cc40348b8bf1766',1,'Chunk::getHeights() const']]],
['gethighestloadlevel_42',['getHighestLoadLevel',['../classChunk.html#a927846cf2f611445e3d50ff2035b44b9',1,'Chunk']]],
['getid_43',['GetId',['../classPingPacket.html#a3d9fa32fca80897bf292d1286a97b36f',1,'PingPacket']]],
- ['getinstance_44',['GetInstance',['../classPacketFactory.html#afa072497d682c55cd567e6be204194c3',1,'PacketFactory']]],
- ['getinstance_45',['getInstance',['../classVulkanMemoryAllocator.html#a31fdffe4690d7847613c34abe1a858e5',1,'VulkanMemoryAllocator::getInstance()'],['../classBlocksInfo.html#a361efaf78681e409956c873169511d47',1,'BlocksInfo::getInstance()'],['../classItemsInfo.html#a88e23b95408a156e185bb489499de417',1,'ItemsInfo::getInstance()'],['../classStructuresInfo.html#a513a25da4e20853026d10d4746c80f25',1,'StructuresInfo::getInstance()']]],
+ ['getinstance_44',['getInstance',['../classVulkanMemoryAllocator.html#a31fdffe4690d7847613c34abe1a858e5',1,'VulkanMemoryAllocator::getInstance()'],['../classBlocksInfo.html#a361efaf78681e409956c873169511d47',1,'BlocksInfo::getInstance()'],['../classItemsInfo.html#a88e23b95408a156e185bb489499de417',1,'ItemsInfo::getInstance()'],['../classStructuresInfo.html#a513a25da4e20853026d10d4746c80f25',1,'StructuresInfo::getInstance()']]],
+ ['getinstance_45',['GetInstance',['../classPacketFactory.html#afa072497d682c55cd567e6be204194c3',1,'PacketFactory']]],
['getkeystate_46',['getKeyState',['../classInput.html#a271f9ae0888e9d9e594a678d54438a39',1,'Input']]],
['getlight_47',['getLight',['../classChunk.html#a0a55525abd3504e35a9c14cf563f4462',1,'Chunk::getLight()'],['../classCreateMeshData.html#a4633f5b8b4ab40f50ff27f1f96fb4a1e',1,'CreateMeshData::getLight(uint8_t pos, uint8_t side_1, uint8_t side_2, uint8_t corner)'],['../classCreateMeshData.html#a6c5726f37e9deb3518f6f436cf7bd1d3',1,'CreateMeshData::getLight(const glm::ivec3 &pos, const int dim_1, const int dim_2)'],['../classChunk.html#a44c2d43e835c8f0efd86a81597f49d7e',1,'Chunk::getLight() const'],['../classChunk.html#abdabf846152d22dd69151b582658a41c',1,'Chunk::getLight(const int &x, const int &y, const int &z) const'],['../classChunk.html#a2f3a10102e763a90cecab97e7c1904f1',1,'Chunk::getLight(const glm::ivec3 &position) const'],['../classCreateMeshData.html#a243fcf1684cbfb850715d89c2a5ca444',1,'CreateMeshData::getLight(const int x, const int y, const int z)'],['../classCreateMeshData.html#a8e3b4bee75334e423ef700676473e17f',1,'CreateMeshData::getLight(const glm::ivec3 &pos)']]],
['getloaddistance_48',['getLoadDistance',['../classServerWorld.html#a1148bfb757f5882683e97eb5fec92d11',1,'ServerWorld']]],
@@ -58,9 +58,9 @@ var searchData=
['getplayerid_55',['GetPlayerId',['../classConnectionPacket.html#a74992d74fac4f0dac5cb32e9adb3d19d',1,'ConnectionPacket::GetPlayerId()'],['../classDisconnectPacket.html#a62a35702451b644a608cc475f2054a7a',1,'DisconnectPacket::GetPlayerId()'],['../classPlayerConnectedPacket.html#a65df640a46e0782990e1c6603881c89c',1,'PlayerConnectedPacket::GetPlayerId()'],['../classPlayerMovePacket.html#a73e7ba8b5f995a50861d7311ee654c70',1,'PlayerMovePacket::GetPlayerId()']]],
['getplayerposition_56',['getPlayerPosition',['../classClientWorld.html#a99ff03b7be1e020be0d27863f221cb50',1,'ClientWorld']]],
['getplayers_57',['GetPlayers',['../classPlayerListPacket.html#a04f6ce02f5ca9de9748d062bdc719733',1,'PlayerListPacket']]],
- ['getplayers_58',['getPlayers',['../classWorldScene.html#a718802069c22ec6a63e06eacb09f0150',1,'WorldScene']]],
- ['getposition_59',['GetPosition',['../classBlockActionPacket.html#a43c1a22b128c4a647a7d7aa4b40613d8',1,'BlockActionPacket::GetPosition()'],['../classConnectionPacket.html#adbdbabc4c20cf29d5e6442c3b3c0327d',1,'ConnectionPacket::GetPosition()'],['../classPlayerMovePacket.html#a8798a51590215505aa426980c8dbfced',1,'PlayerMovePacket::GetPosition()']]],
- ['getposition_60',['getPosition',['../classChunk.html#ac7a2ed68597190050622a38dc45b4665',1,'Chunk']]],
+ ['getplayers_58',['getPlayers',['../classVulkanAPI.html#ae33a1cd788d12c4fa76f2dde42b801b0',1,'VulkanAPI']]],
+ ['getposition_59',['getPosition',['../classChunk.html#ac7a2ed68597190050622a38dc45b4665',1,'Chunk']]],
+ ['getposition_60',['GetPosition',['../classBlockActionPacket.html#a43c1a22b128c4a647a7d7aa4b40613d8',1,'BlockActionPacket::GetPosition()'],['../classConnectionPacket.html#adbdbabc4c20cf29d5e6442c3b3c0327d',1,'ConnectionPacket::GetPosition()'],['../classPlayerMovePacket.html#a8798a51590215505aa426980c8dbfced',1,'PlayerMovePacket::GetPosition()']]],
['getptr_61',['getPtr',['../classtask_1_1TaskGraph.html#aa49bd4d13184313f94fc93f70a1c09dc',1,'task::TaskGraph']]],
['getqueuesize_62',['getQueueSize',['../classClient.html#a60dbe62e5dd63b3308318f5aa952daa7',1,'Client']]],
['getreadbufferptr_63',['getReadBufferPtr',['../classConnection.html#a0907cb8fe5e51d3b19c38bfc1c52c099',1,'Connection']]],
diff --git a/search/functions_8.js b/search/functions_8.js
index 5b9b4811..92ee2226 100644
--- a/search/functions_8.js
+++ b/search/functions_8.js
@@ -9,8 +9,8 @@ var searchData=
['imguitextureputpixel_6',['ImGuiTexturePutPixel',['../classVulkanAPI.html#a7af28a90999b1386bc621bb5ea6ef122',1,'VulkanAPI']]],
['indices_7',['indices',['../classObjLoader.html#a5fa6ee94be71986475151b952f56cdb5',1,'ObjLoader']]],
['initialize_8',['initialize',['../classTextRenderer.html#a01d170da7ff37e4658ec0d578c399555',1,'TextRenderer']]],
- ['input_9',['input',['../classWindow.html#a82f1bcd7398902a364b803e6a4377fae',1,'Window']]],
- ['input_10',['Input',['../classInput.html#aa895b31518ef527a6463c70fb4709097',1,'Input']]],
+ ['input_9',['Input',['../classInput.html#aa895b31518ef527a6463c70fb4709097',1,'Input']]],
+ ['input_10',['input',['../classWindow.html#a82f1bcd7398902a364b803e6a4377fae',1,'Window']]],
['insert_11',['insert',['../classIdList.html#a7a325affc5650075383909a95651034b',1,'IdList::insert(const Key &key, Value &&value)'],['../classIdList.html#a74c071b70b6ecca184fd950f8e7d8417',1,'IdList::insert(const Key &key, const Value &value)'],['../classIdList.html#a9f13a6e2c7b0ad078aec1ed58731aae2',1,'IdList::insert(const Value &value)'],['../classIdList.html#a5ae7d76de56fe94f1831bd1c6e834ecb',1,'IdList::insert(Value &&value)']]],
['insertchunk_12',['insertChunk',['../classWorld.html#acfd5f2a2c19381826debe4d0b5ac3c50',1,'World']]],
['insertchunknolock_13',['insertChunkNoLock',['../classWorld.html#a500a24a178550859843850732f9e8f55',1,'World']]],
diff --git a/search/functions_d.js b/search/functions_d.js
index 45b7e132..87a40a63 100644
--- a/search/functions_d.js
+++ b/search/functions_d.js
@@ -5,7 +5,7 @@ var searchData=
['operator_20vkcommandbuffer_2',['operator VkCommandBuffer',['../classSingleTimeCommand.html#a4090c145cfe3c16c85531b73b44da45b',1,'SingleTimeCommand']]],
['operator_28_29_3',['operator()',['../structstd_1_1hash_3_01ObjVertex_01_4.html#a64ef985a2e88757c5cdd966f431f6320',1,'std::hash< ObjVertex >::operator()()'],['../structstd_1_1hash_3_01Chunk_1_1genLevel_01_4.html#ab41c33edb80ecbe7828e1735bbe7e4d8',1,'std::hash< Chunk::genLevel >::operator()()'],['../structstd_1_1hash_3_01std_1_1pair_3_01glm_1_1ivec3_00_01Chunk_1_1genLevel_01_4_01_4.html#ae558d2eda790b658c7a305e1b9ccd7cb',1,'std::hash< std::pair< glm::ivec3, Chunk::genLevel > >::operator()()'],['../structServerWorld_1_1Ticket_1_1hash.html#ad7e7544d92bf423c121363e28532e6b1',1,'ServerWorld::Ticket::hash::operator()()'],['../structstd_1_1hash_3_01ServerWorld_1_1Ticket_01_4.html#a55bf5d359c3332118e7c731cd45fead6',1,'std::hash< ServerWorld::Ticket >::operator()()'],['../structstd_1_1hash_3_01glm_1_1ivec3_01_4.html#a187a5fbc7efe3606ad846868715addd3',1,'std::hash< glm::ivec3 >::operator()()'],['../structstd_1_1hash_3_01glm_1_1ivec2_01_4.html#ae93387e1f22c21bed43f436ad55ff636',1,'std::hash< glm::ivec2 >::operator()()']]],
['operator_3c_3c_4',['operator<<',['../classLogger.html#a620c2c7038b6d73402a6b64cdb3ea8ad',1,'Logger::operator<<(Level level)'],['../classLogger.html#a4fdec383dd7fbd734ecd1d447e762971',1,'Logger::operator<<(T const &arg)'],['../classLogger.html#a8fe02104f0954471b1788b0ecf346933',1,'Logger::operator<<(std::ostream &(*manipulator)(std::ostream &))']]],
- ['operator_3d_5',['operator=',['../classPipeline.html#a10d428d6899d02eeeda0e16f8b0fa109',1,'Pipeline::operator=()'],['../classtask_1_1TaskGraph.html#ac32de19914621f7d4aeb1d8214633169',1,'task::TaskGraph::operator=()'],['../classUpdateThread.html#a5379199617c6f252e5d850755f887b1f',1,'UpdateThread::operator=()'],['../classtask_1_1TaskGraph.html#a9778e26b623252c419fd48b747cf9a98',1,'task::TaskGraph::operator=()'],['../classUpdateThread.html#abb79f362ecbec1a4c878739bafe974de',1,'UpdateThread::operator=()'],['../classBuffer.html#a3d86f00ede790656745455456ab0d386',1,'Buffer::operator=(const Buffer &)=delete'],['../classBuffer.html#a9dc2d55935786c749064542b088d031c',1,'Buffer::operator=(Buffer &&other) noexcept'],['../classSingleTimeCommand.html#a4ca6fc032f6bfc9e2a8444839b76727a',1,'SingleTimeCommand::operator=(const SingleTimeCommand &)=delete'],['../classSingleTimeCommand.html#ada1488f5f8ccc37760e2ec73d8dcb161',1,'SingleTimeCommand::operator=(SingleTimeCommand &&other) noexcept'],['../classDescriptor.html#a2b54958a34779ebfa6501c69e65a7b5a',1,'Descriptor::operator=(const Descriptor &)=delete'],['../classDescriptor.html#a81645a1d806949e8e5725c657fa7c4cc',1,'Descriptor::operator=(Descriptor &&other) noexcept'],['../classImage.html#a4c4f631b85b6363dd713903d02dab693',1,'Image::operator=(const Image &)=delete'],['../classImage.html#a3615c0b5e441172283352b63489c6798',1,'Image::operator=(Image &&other) noexcept'],['../classPipeline.html#a5bd72869a5c4d5a9a02a67892be2e1b3',1,'Pipeline::operator=()'],['../classPlayerModel.html#ab6b574649cc7c4d595fcf457f4896670',1,'PlayerModel::operator=()'],['../classtask_1_1Task.html#a6b4ed7f842cc7c3e1c33c046ee823690',1,'task::Task::operator=(Task &&)=default'],['../classtask_1_1Task.html#a11c3144eb120f0b98ef2629a6e022bb4',1,'task::Task::operator=(const Task &)=default'],['../classtask_1_1TaskNode.html#a8276481c5c9840d875c6cd2183393494',1,'task::TaskNode::operator=(TaskNode &&)=delete'],['../classtask_1_1TaskNode.html#a88d6da91b834040c6d7b94e85eeda444',1,'task::TaskNode::operator=(const TaskNode &)=delete'],['../classtask_1_1Graph.html#a943f6ff40805c98ba4eca3a9e6ffea65',1,'task::Graph::operator=(Graph &&)=default'],['../classtask_1_1Graph.html#aeb12e6c5bd4d76013a5d1a13a1bd1c2c',1,'task::Graph::operator=(const Graph &)=delete'],['../classtask_1_1Future.html#ac6771d87e0a7a81e46cac8570fed8ed8',1,'task::Future::operator=(Future &&)=default'],['../classtask_1_1Future.html#a99664b7e33a44edfaad1bb6559f7d428',1,'task::Future::operator=(const Future &)=delete'],['../classtask_1_1Executor.html#ade89cca32a218d3af0a765eb67130048',1,'task::Executor::operator=(Executor &&)=delete'],['../classtask_1_1Executor.html#a57bc3d5f0398dd3a1a7667f1a5f759ac',1,'task::Executor::operator=(const Executor &)=delete'],['../classStatus.html#adb4ddfa11aa128ffcacede22300974be',1,'Status::operator=(Status &&other)'],['../classStatus.html#a152dfa178a3de2e5a77304fdb9975fee',1,'Status::operator=(const Status &other)'],['../classRenderThread.html#aad762f76aa79f3c247731133aeca68b3',1,'RenderThread::operator=(RenderThread &&renderer)=delete'],['../classRenderThread.html#a735f6f69afad2704b0119683ea474a96',1,'RenderThread::operator=(RenderThread &renderer)=delete'],['../classServerBlockUpdateThread.html#a1cdcc24f14cd3ec12ef2ea3f4384188d',1,'ServerBlockUpdateThread::operator=()'],['../classECS.html#a47ec08cc05fe7efb652dbdad595b50ff',1,'ECS::operator=()'],['../classIdList.html#af4c6c8927e0c292edb643e6e894b6950',1,'IdList::operator=(IdList &&other)=delete'],['../classIdList.html#ac3297bdddb65be4adebbbfa70fd7ba4a',1,'IdList::operator=(const IdList &other)=delete'],['../classIdGenerator.html#a684f5de4f3584f1e7ca3cdec130b9676',1,'IdGenerator::operator=(IdGenerator &&other)=delete'],['../classIdGenerator.html#aa3bb014f6eb74be6122365d22bdf0ee4',1,'IdGenerator::operator=(IdGenerator &other)=delete'],['../classWorld.html#af69b86b3ac37a2168715401267d104ab',1,'World::operator=(World &&other)=delete'],['../classWorld.html#a2fd49185c8ef00d9f8aaf16fb7d943fa',1,'World::operator=(World &other)=delete'],['../classServerWorld.html#a1f64a72ff8360e15fe31bada5e991933',1,'ServerWorld::operator=(ServerWorld &&other)=delete'],['../classServerWorld.html#a5d9719c24f535bfde5b33add26b9bff4',1,'ServerWorld::operator=(ServerWorld &other)=delete'],['../classPlayer.html#a5f7fb772781161391c078b9a0070d1a4',1,'Player::operator=(Player &&other)=delete'],['../classPlayer.html#a1e9d0d69ea3b3e666f97e784292d953c',1,'Player::operator=(Player &other)=delete'],['../classMob.html#a14ae571cbb355451d96543b49708b4c1',1,'Mob::operator=(Mob &&other)=delete'],['../classMob.html#abd4aa97075b4b1040c9ca67ccb37b6e2',1,'Mob::operator=(Mob &other)=delete'],['../classHitBox.html#a96b589b3fc06b7528e1d71388bfd1a0c',1,'HitBox::operator=(HitBox &&other)=delete'],['../classHitBox.html#a629e2236954ae1eb12dad602668a237e',1,'HitBox::operator=(const HitBox &other)=delete'],['../classSwapchain.html#a469349b4b438204faab2409a7d5a1454',1,'Swapchain::operator=()'],['../classECS.html#a4ba8c04b27e2f9eb2b09f8f004121900',1,'ECS::operator=()'],['../classCreateMeshData.html#aa5c4ae7f350dad41549cd551805fde57',1,'CreateMeshData::operator=(CreateMeshData &&other)'],['../classCreateMeshData.html#a6e8613853f81f95ab78969e93e74b2f3',1,'CreateMeshData::operator=(const CreateMeshData &)=delete'],['../classClientWorld.html#aef09acc81148b113eed7332cdd7c4fa8',1,'ClientWorld::operator=(ClientWorld &&other)=delete'],['../classClientWorld.html#a041fb65a6c3188a57a7d5f1d68660ca6',1,'ClientWorld::operator=(ClientWorld &other)=delete'],['../classChunk.html#ab8a268a44dafc825f81b26e7ad4c0835',1,'Chunk::operator=(const Chunk &&other)=delete'],['../classChunk.html#a1aa05761525f889a89edb7a8f61c6da8',1,'Chunk::operator=(const Chunk &other)=delete'],['../structChunk_1_1biomeInfo.html#ac790c2dae94705c895e98083ba3e2d8d',1,'Chunk::biomeInfo::operator=(biomeInfo &&other)=default'],['../structChunk_1_1biomeInfo.html#a86bbccfd7827dc43eba6530cdea7dc44',1,'Chunk::biomeInfo::operator=(const biomeInfo &other)=default'],['../classVulkanMemoryAllocator.html#aa740d09446d3fc52cf63ff74d3b22f21',1,'VulkanMemoryAllocator::operator=(VulkanMemoryAllocator &&)=delete'],['../classVulkanMemoryAllocator.html#a752f17a3a1b3a37bce490b8cbf36183a',1,'VulkanMemoryAllocator::operator=(const VulkanMemoryAllocator &)=delete'],['../classVulkanAPI.html#aaeca4e5455f3982bac572f63af925855',1,'VulkanAPI::operator=(VulkanAPI &&)=delete'],['../classVulkanAPI.html#a3374616511a7077e1469cc8a1e8aee31',1,'VulkanAPI::operator=(const VulkanAPI &)=delete'],['../classSwapchain.html#a5f92b2c1255583187a9db5534d449afd',1,'Swapchain::operator=()'],['../classConnection.html#ae5ead9e849f40522afef135788286dc9',1,'Connection::operator=()'],['../classConnectionPacket.html#aaa2413f3e056d495de27738472f61848',1,'ConnectionPacket::operator=(ConnectionPacket &&other)'],['../classConnectionPacket.html#a4c5785ca2ba26bba1f1b6103f9208ba9',1,'ConnectionPacket::operator=(const ConnectionPacket &other)'],['../classChunkUnloadPacket.html#af7974c737e6b3bff76bebc947ce80066',1,'ChunkUnloadPacket::operator=(ChunkUnloadPacket &&other)'],['../classChunkUnloadPacket.html#aaa711b7f540a915849a1ca3ac8b272a5',1,'ChunkUnloadPacket::operator=(const ChunkUnloadPacket &other)'],['../classChunkRequestPacket.html#ae4834a0e96dc754897def30b8431b403',1,'ChunkRequestPacket::operator=(ChunkRequestPacket &&other)'],['../classChunkRequestPacket.html#a834b9ef6731c0310c60ccb901c27fd85',1,'ChunkRequestPacket::operator=(ChunkRequestPacket &other)'],['../classChunkPacket.html#ae71acc57c0e68214521071521c1aa6de',1,'ChunkPacket::operator=(ChunkPacket &&other)'],['../classChunkPacket.html#a2583b86dedece667ea26e72f6030091a',1,'ChunkPacket::operator=(ChunkPacket &other)'],['../classBlockActionPacket.html#a66b30a23d5bb794cff7f90c71dd1d4fa',1,'BlockActionPacket::operator=(BlockActionPacket &&other)'],['../classBlockActionPacket.html#ad8ddf0f651d665ffce45091927dcae9b',1,'BlockActionPacket::operator=(const BlockActionPacket &other)'],['../classPacketFactory.html#adf5f3d56e11944ee849ee817a8b3509e',1,'PacketFactory::operator=(PacketFactory &&other)=delete'],['../classPacketFactory.html#a7d1f9c8e98cc12251a7d7f23ac067c74',1,'PacketFactory::operator=(const PacketFactory &other)=delete'],['../classConnectionSocket.html#a65736109537492b6a85a21d04f4d2513',1,'ConnectionSocket::operator=(ConnectionSocket &&other)'],['../classConnectionSocket.html#ade21e1d6c66f681efefe771f269104ae',1,'ConnectionSocket::operator=(const ConnectionSocket &other)=delete'],['../classThreadPoolAccessor.html#a0d361df5a6b36ddf6d00c57654391003',1,'ThreadPoolAccessor::operator=()'],['../classConnection.html#a00bec3d81bc203c1403e5966a10b795b',1,'Connection::operator=()'],['../classServerSocket.html#a67376100edab5bac64f42df7745d8769',1,'ServerSocket::operator=(ServerSocket &&other)'],['../classServerSocket.html#aa6e4c15759080537d056de4ed56bf40c',1,'ServerSocket::operator=(const ServerSocket &other)=delete'],['../classServerPacketHandler.html#ab902abf233e99846e9ddfb9b18b2df8e',1,'ServerPacketHandler::operator=(ServerPacketHandler &&other)=delete'],['../classServerPacketHandler.html#aac5991b881040c778db0b2a518cde2fe',1,'ServerPacketHandler::operator=(const ServerPacketHandler &other)=delete'],['../classServer.html#a72f16fc38789727d57762556799083eb',1,'Server::operator=(Server &&other)=delete'],['../classServer.html#a9f30bafde48d9f0a0d646687cd69c4bb',1,'Server::operator=(const Server &other)=delete'],['../classClientSocket.html#ac36594d9d9af8d04e94726f6e084f4ee',1,'ClientSocket::operator=(ClientSocket &&other)'],['../classClientSocket.html#a3652a72ecbea5168f188efb85a64690a',1,'ClientSocket::operator=(const ClientSocket &other)=delete'],['../classClientPacketHandler.html#a6bb222caab0055f33bb0738b3988e949',1,'ClientPacketHandler::operator=(ClientPacketHandler &&other)=delete'],['../classClientPacketHandler.html#ac550a5096d4cb0faf3d21722d7844454',1,'ClientPacketHandler::operator=(const ClientPacketHandler &other)=delete'],['../classClient.html#a6ef4b70b531fe107e9b25f3307f6f4a3',1,'Client::operator=(Client &&other)=delete'],['../classClient.html#aa7ef990ceaaef94a7777aa768cc4f5de',1,'Client::operator=(const Client &other)=delete'],['../classAtomic.html#ad5d9c156e49d345c045f753678beff00',1,'Atomic::operator=()'],['../classDisconnectPacket.html#aeffd6117d9567a15e8fb212885c01f55',1,'DisconnectPacket::operator=()'],['../classPlayerModel.html#a667deb2031ed86ee20edeededeb35284',1,'PlayerModel::operator=()'],['../classThreadPoolAccessor.html#aee788b384712e1df20d73692e820de6d',1,'ThreadPoolAccessor::operator=()'],['../classNetworkThread.html#a7969d706478e1a562b34fa1de7c8e3e5',1,'NetworkThread::operator=()'],['../classBlockUpdateThread.html#ad02f49ca1f95b8f1d60e4bcdd890746b',1,'BlockUpdateThread::operator=()'],['../classSettings.html#af49cf008dab98c8ea484422fb7c5989b',1,'Settings::operator=(Settings &&other)=delete'],['../classSettings.html#abe4e035636130733f548184c6229728b',1,'Settings::operator=(Settings &other)=delete'],['../classWorldScene.html#ab1ef2cb8d38726a515ec3042619b0ab5',1,'WorldScene::operator=(WorldScene &&scene)=delete'],['../classWorldScene.html#ac514b789cf4d4195c3b0f0852a1a2b7b',1,'WorldScene::operator=(WorldScene &scene)=delete'],['../classCamera.html#a9fec870b0929e5e571066c165fbc3688',1,'Camera::operator=(Camera &&camera)'],['../classCamera.html#a32e204de0e052949fab567a981cbec12',1,'Camera::operator=(Camera &camera)=delete'],['../classThreadSafeQueue.html#ae277003ce095debc77bd1339c131b302',1,'ThreadSafeQueue::operator=(ThreadSafeQueue &&other)'],['../classThreadSafeQueue.html#a8a98125a8d06536d27be9adc79b185e8',1,'ThreadSafeQueue::operator=(const ThreadSafeQueue &other)=delete'],['../classSocket.html#a26bc8910c3f0f1079ac741ff7b8a2bc2',1,'Socket::operator=(Socket &&other)'],['../classSocket.html#ab2fe22f8766b9c23765aa928cb0d463f',1,'Socket::operator=(const Socket &other)=delete'],['../classPoller.html#a2cc09217e44aa64dae5f269ef152a3c6',1,'Poller::operator=()'],['../classDisconnectPacket.html#a7aad91ea5c62dbcea286380de54f384f',1,'DisconnectPacket::operator=()'],['../classIPacket.html#aafed1fd2c2d33e71402e66385e77e21f',1,'IPacket::operator=(const IPacket &)'],['../classIPacket.html#a4369f658f6d1ac11ba4a6101931df110',1,'IPacket::operator=(IPacket &&)'],['../classLoadDistancePacket.html#a37e58f3874926f498815324e5a7db908',1,'LoadDistancePacket::operator=(const LoadDistancePacket &other)'],['../classLoadDistancePacket.html#ac9b8b392e5179e23e524068a920d0c74',1,'LoadDistancePacket::operator=(LoadDistancePacket &&other)'],['../classPingPacket.html#ab10a0f8e0cbef0e481d3796d6c5ab1bf',1,'PingPacket::operator=(const PingPacket &)'],['../classPingPacket.html#a95388799546472b6ad545fda53e380f9',1,'PingPacket::operator=(PingPacket &&)'],['../classPlayerConnectedPacket.html#ad70420eb79d828f39c482ebd972ee829',1,'PlayerConnectedPacket::operator=(const PlayerConnectedPacket &other)=delete'],['../classPlayerConnectedPacket.html#afe080d9d6771cc14bea1619a62f0bbaf',1,'PlayerConnectedPacket::operator=(PlayerConnectedPacket &&other)'],['../classPlayerListPacket.html#a0b6b2c8c2e997336be80a9bfb3083ce0',1,'PlayerListPacket::operator=(const PlayerListPacket &other)'],['../classPlayerListPacket.html#a11abd639cf06c9f48ea25028f8900395',1,'PlayerListPacket::operator=(PlayerListPacket &&other)'],['../classPlayerMovePacket.html#a47db2dac51c7cdaaa237d116d2310b6b',1,'PlayerMovePacket::operator=(const PlayerMovePacket &other)'],['../classPlayerMovePacket.html#a6041c163a88db9fed1b9651ed0ca0138',1,'PlayerMovePacket::operator=(PlayerMovePacket &&other)'],['../classPoller.html#a3bce85b455a85eb54d9e989c3bca7ebc',1,'Poller::operator=()']]],
+ ['operator_3d_5',['operator=',['../classPipeline.html#a10d428d6899d02eeeda0e16f8b0fa109',1,'Pipeline::operator=()'],['../classtask_1_1TaskGraph.html#ac32de19914621f7d4aeb1d8214633169',1,'task::TaskGraph::operator=()'],['../classUpdateThread.html#a5379199617c6f252e5d850755f887b1f',1,'UpdateThread::operator=()'],['../classtask_1_1TaskGraph.html#a9778e26b623252c419fd48b747cf9a98',1,'task::TaskGraph::operator=()'],['../classUpdateThread.html#abb79f362ecbec1a4c878739bafe974de',1,'UpdateThread::operator=()'],['../classBuffer.html#a3d86f00ede790656745455456ab0d386',1,'Buffer::operator=(const Buffer &)=delete'],['../classBuffer.html#a9dc2d55935786c749064542b088d031c',1,'Buffer::operator=(Buffer &&other) noexcept'],['../classSingleTimeCommand.html#a4ca6fc032f6bfc9e2a8444839b76727a',1,'SingleTimeCommand::operator=(const SingleTimeCommand &)=delete'],['../classSingleTimeCommand.html#ada1488f5f8ccc37760e2ec73d8dcb161',1,'SingleTimeCommand::operator=(SingleTimeCommand &&other) noexcept'],['../classDescriptor.html#a2b54958a34779ebfa6501c69e65a7b5a',1,'Descriptor::operator=(const Descriptor &)=delete'],['../classDescriptor.html#a81645a1d806949e8e5725c657fa7c4cc',1,'Descriptor::operator=(Descriptor &&other) noexcept'],['../classImage.html#a4c4f631b85b6363dd713903d02dab693',1,'Image::operator=(const Image &)=delete'],['../classImage.html#a3615c0b5e441172283352b63489c6798',1,'Image::operator=(Image &&other) noexcept'],['../classPipeline.html#a5bd72869a5c4d5a9a02a67892be2e1b3',1,'Pipeline::operator=()'],['../classRenderThread.html#a735f6f69afad2704b0119683ea474a96',1,'RenderThread::operator=()'],['../classtask_1_1Task.html#a6b4ed7f842cc7c3e1c33c046ee823690',1,'task::Task::operator=(Task &&)=default'],['../classtask_1_1Task.html#a11c3144eb120f0b98ef2629a6e022bb4',1,'task::Task::operator=(const Task &)=default'],['../classtask_1_1TaskNode.html#a8276481c5c9840d875c6cd2183393494',1,'task::TaskNode::operator=(TaskNode &&)=delete'],['../classtask_1_1TaskNode.html#a88d6da91b834040c6d7b94e85eeda444',1,'task::TaskNode::operator=(const TaskNode &)=delete'],['../classtask_1_1Graph.html#a943f6ff40805c98ba4eca3a9e6ffea65',1,'task::Graph::operator=(Graph &&)=default'],['../classtask_1_1Graph.html#aeb12e6c5bd4d76013a5d1a13a1bd1c2c',1,'task::Graph::operator=(const Graph &)=delete'],['../classtask_1_1Future.html#ac6771d87e0a7a81e46cac8570fed8ed8',1,'task::Future::operator=(Future &&)=default'],['../classtask_1_1Future.html#a99664b7e33a44edfaad1bb6559f7d428',1,'task::Future::operator=(const Future &)=delete'],['../classtask_1_1Executor.html#ade89cca32a218d3af0a765eb67130048',1,'task::Executor::operator=(Executor &&)=delete'],['../classtask_1_1Executor.html#a57bc3d5f0398dd3a1a7667f1a5f759ac',1,'task::Executor::operator=(const Executor &)=delete'],['../classStatus.html#adb4ddfa11aa128ffcacede22300974be',1,'Status::operator=(Status &&other)'],['../classStatus.html#a152dfa178a3de2e5a77304fdb9975fee',1,'Status::operator=(const Status &other)'],['../classRenderThread.html#aad762f76aa79f3c247731133aeca68b3',1,'RenderThread::operator=()'],['../classNetworkThread.html#a7969d706478e1a562b34fa1de7c8e3e5',1,'NetworkThread::operator=()'],['../classECS.html#a47ec08cc05fe7efb652dbdad595b50ff',1,'ECS::operator=()'],['../classIdList.html#af4c6c8927e0c292edb643e6e894b6950',1,'IdList::operator=(IdList &&other)=delete'],['../classIdList.html#ac3297bdddb65be4adebbbfa70fd7ba4a',1,'IdList::operator=(const IdList &other)=delete'],['../classIdGenerator.html#a684f5de4f3584f1e7ca3cdec130b9676',1,'IdGenerator::operator=(IdGenerator &&other)=delete'],['../classIdGenerator.html#aa3bb014f6eb74be6122365d22bdf0ee4',1,'IdGenerator::operator=(IdGenerator &other)=delete'],['../classWorld.html#af69b86b3ac37a2168715401267d104ab',1,'World::operator=(World &&other)=delete'],['../classWorld.html#a2fd49185c8ef00d9f8aaf16fb7d943fa',1,'World::operator=(World &other)=delete'],['../classServerWorld.html#a1f64a72ff8360e15fe31bada5e991933',1,'ServerWorld::operator=(ServerWorld &&other)=delete'],['../classServerWorld.html#a5d9719c24f535bfde5b33add26b9bff4',1,'ServerWorld::operator=(ServerWorld &other)=delete'],['../classPlayer.html#a5f7fb772781161391c078b9a0070d1a4',1,'Player::operator=(Player &&other)=delete'],['../classPlayer.html#a1e9d0d69ea3b3e666f97e784292d953c',1,'Player::operator=(Player &other)=delete'],['../classMob.html#a14ae571cbb355451d96543b49708b4c1',1,'Mob::operator=(Mob &&other)=delete'],['../classMob.html#abd4aa97075b4b1040c9ca67ccb37b6e2',1,'Mob::operator=(Mob &other)=delete'],['../classHitBox.html#a96b589b3fc06b7528e1d71388bfd1a0c',1,'HitBox::operator=(HitBox &&other)=delete'],['../classHitBox.html#a629e2236954ae1eb12dad602668a237e',1,'HitBox::operator=(const HitBox &other)=delete'],['../classSwapchain.html#a469349b4b438204faab2409a7d5a1454',1,'Swapchain::operator=()'],['../classECS.html#a4ba8c04b27e2f9eb2b09f8f004121900',1,'ECS::operator=()'],['../classCreateMeshData.html#aa5c4ae7f350dad41549cd551805fde57',1,'CreateMeshData::operator=(CreateMeshData &&other)'],['../classCreateMeshData.html#a6e8613853f81f95ab78969e93e74b2f3',1,'CreateMeshData::operator=(const CreateMeshData &)=delete'],['../classClientWorld.html#aef09acc81148b113eed7332cdd7c4fa8',1,'ClientWorld::operator=(ClientWorld &&other)=delete'],['../classClientWorld.html#a041fb65a6c3188a57a7d5f1d68660ca6',1,'ClientWorld::operator=(ClientWorld &other)=delete'],['../classChunk.html#ab8a268a44dafc825f81b26e7ad4c0835',1,'Chunk::operator=(const Chunk &&other)=delete'],['../classChunk.html#a1aa05761525f889a89edb7a8f61c6da8',1,'Chunk::operator=(const Chunk &other)=delete'],['../structChunk_1_1biomeInfo.html#ac790c2dae94705c895e98083ba3e2d8d',1,'Chunk::biomeInfo::operator=(biomeInfo &&other)=default'],['../structChunk_1_1biomeInfo.html#a86bbccfd7827dc43eba6530cdea7dc44',1,'Chunk::biomeInfo::operator=(const biomeInfo &other)=default'],['../classVulkanMemoryAllocator.html#aa740d09446d3fc52cf63ff74d3b22f21',1,'VulkanMemoryAllocator::operator=(VulkanMemoryAllocator &&)=delete'],['../classVulkanMemoryAllocator.html#a752f17a3a1b3a37bce490b8cbf36183a',1,'VulkanMemoryAllocator::operator=(const VulkanMemoryAllocator &)=delete'],['../classVulkanAPI.html#aaeca4e5455f3982bac572f63af925855',1,'VulkanAPI::operator=(VulkanAPI &&)=delete'],['../classVulkanAPI.html#a3374616511a7077e1469cc8a1e8aee31',1,'VulkanAPI::operator=(const VulkanAPI &)=delete'],['../classSwapchain.html#a5f92b2c1255583187a9db5534d449afd',1,'Swapchain::operator=()'],['../classConnection.html#ae5ead9e849f40522afef135788286dc9',1,'Connection::operator=()'],['../classConnectionPacket.html#aaa2413f3e056d495de27738472f61848',1,'ConnectionPacket::operator=(ConnectionPacket &&other)'],['../classConnectionPacket.html#a4c5785ca2ba26bba1f1b6103f9208ba9',1,'ConnectionPacket::operator=(const ConnectionPacket &other)'],['../classChunkUnloadPacket.html#af7974c737e6b3bff76bebc947ce80066',1,'ChunkUnloadPacket::operator=(ChunkUnloadPacket &&other)'],['../classChunkUnloadPacket.html#aaa711b7f540a915849a1ca3ac8b272a5',1,'ChunkUnloadPacket::operator=(const ChunkUnloadPacket &other)'],['../classChunkRequestPacket.html#ae4834a0e96dc754897def30b8431b403',1,'ChunkRequestPacket::operator=(ChunkRequestPacket &&other)'],['../classChunkRequestPacket.html#a834b9ef6731c0310c60ccb901c27fd85',1,'ChunkRequestPacket::operator=(ChunkRequestPacket &other)'],['../classChunkPacket.html#ae71acc57c0e68214521071521c1aa6de',1,'ChunkPacket::operator=(ChunkPacket &&other)'],['../classChunkPacket.html#a2583b86dedece667ea26e72f6030091a',1,'ChunkPacket::operator=(ChunkPacket &other)'],['../classBlockActionPacket.html#a66b30a23d5bb794cff7f90c71dd1d4fa',1,'BlockActionPacket::operator=(BlockActionPacket &&other)'],['../classBlockActionPacket.html#ad8ddf0f651d665ffce45091927dcae9b',1,'BlockActionPacket::operator=(const BlockActionPacket &other)'],['../classPacketFactory.html#adf5f3d56e11944ee849ee817a8b3509e',1,'PacketFactory::operator=(PacketFactory &&other)=delete'],['../classPacketFactory.html#a7d1f9c8e98cc12251a7d7f23ac067c74',1,'PacketFactory::operator=(const PacketFactory &other)=delete'],['../classConnectionSocket.html#a65736109537492b6a85a21d04f4d2513',1,'ConnectionSocket::operator=(ConnectionSocket &&other)'],['../classConnectionSocket.html#ade21e1d6c66f681efefe771f269104ae',1,'ConnectionSocket::operator=(const ConnectionSocket &other)=delete'],['../classPlayerModel.html#a667deb2031ed86ee20edeededeb35284',1,'PlayerModel::operator=()'],['../classConnection.html#a00bec3d81bc203c1403e5966a10b795b',1,'Connection::operator=()'],['../classServerSocket.html#a67376100edab5bac64f42df7745d8769',1,'ServerSocket::operator=(ServerSocket &&other)'],['../classServerSocket.html#aa6e4c15759080537d056de4ed56bf40c',1,'ServerSocket::operator=(const ServerSocket &other)=delete'],['../classServerPacketHandler.html#ab902abf233e99846e9ddfb9b18b2df8e',1,'ServerPacketHandler::operator=(ServerPacketHandler &&other)=delete'],['../classServerPacketHandler.html#aac5991b881040c778db0b2a518cde2fe',1,'ServerPacketHandler::operator=(const ServerPacketHandler &other)=delete'],['../classServer.html#a72f16fc38789727d57762556799083eb',1,'Server::operator=(Server &&other)=delete'],['../classServer.html#a9f30bafde48d9f0a0d646687cd69c4bb',1,'Server::operator=(const Server &other)=delete'],['../classClientSocket.html#ac36594d9d9af8d04e94726f6e084f4ee',1,'ClientSocket::operator=(ClientSocket &&other)'],['../classClientSocket.html#a3652a72ecbea5168f188efb85a64690a',1,'ClientSocket::operator=(const ClientSocket &other)=delete'],['../classClientPacketHandler.html#a6bb222caab0055f33bb0738b3988e949',1,'ClientPacketHandler::operator=(ClientPacketHandler &&other)=delete'],['../classClientPacketHandler.html#ac550a5096d4cb0faf3d21722d7844454',1,'ClientPacketHandler::operator=(const ClientPacketHandler &other)=delete'],['../classClient.html#a6ef4b70b531fe107e9b25f3307f6f4a3',1,'Client::operator=(Client &&other)=delete'],['../classClient.html#aa7ef990ceaaef94a7777aa768cc4f5de',1,'Client::operator=(const Client &other)=delete'],['../classAtomic.html#ad5d9c156e49d345c045f753678beff00',1,'Atomic::operator=()'],['../classDisconnectPacket.html#aeffd6117d9567a15e8fb212885c01f55',1,'DisconnectPacket::operator=()'],['../classPlayerModel.html#ab6b574649cc7c4d595fcf457f4896670',1,'PlayerModel::operator=()'],['../classThreadPoolAccessor.html#a0d361df5a6b36ddf6d00c57654391003',1,'ThreadPoolAccessor::operator=(ThreadPoolAccessor &&)=delete'],['../classThreadPoolAccessor.html#aee788b384712e1df20d73692e820de6d',1,'ThreadPoolAccessor::operator=(const ThreadPoolAccessor &)=delete'],['../classServerBlockUpdateThread.html#a1cdcc24f14cd3ec12ef2ea3f4384188d',1,'ServerBlockUpdateThread::operator=()'],['../classBlockUpdateThread.html#ad02f49ca1f95b8f1d60e4bcdd890746b',1,'BlockUpdateThread::operator=()'],['../classSettings.html#af49cf008dab98c8ea484422fb7c5989b',1,'Settings::operator=(Settings &&other)=delete'],['../classSettings.html#abe4e035636130733f548184c6229728b',1,'Settings::operator=(Settings &other)=delete'],['../classCamera.html#a9fec870b0929e5e571066c165fbc3688',1,'Camera::operator=(Camera &&camera)'],['../classCamera.html#a32e204de0e052949fab567a981cbec12',1,'Camera::operator=(Camera &camera)=delete'],['../classThreadSafeQueue.html#ae277003ce095debc77bd1339c131b302',1,'ThreadSafeQueue::operator=(ThreadSafeQueue &&other)'],['../classThreadSafeQueue.html#a8a98125a8d06536d27be9adc79b185e8',1,'ThreadSafeQueue::operator=(const ThreadSafeQueue &other)=delete'],['../classSocket.html#a26bc8910c3f0f1079ac741ff7b8a2bc2',1,'Socket::operator=(Socket &&other)'],['../classSocket.html#ab2fe22f8766b9c23765aa928cb0d463f',1,'Socket::operator=(const Socket &other)=delete'],['../classPoller.html#a3bce85b455a85eb54d9e989c3bca7ebc',1,'Poller::operator=()'],['../classPlayerMovePacket.html#a6041c163a88db9fed1b9651ed0ca0138',1,'PlayerMovePacket::operator=()'],['../classDisconnectPacket.html#a7aad91ea5c62dbcea286380de54f384f',1,'DisconnectPacket::operator=()'],['../classIPacket.html#aafed1fd2c2d33e71402e66385e77e21f',1,'IPacket::operator=(const IPacket &)'],['../classIPacket.html#a4369f658f6d1ac11ba4a6101931df110',1,'IPacket::operator=(IPacket &&)'],['../classLoadDistancePacket.html#a37e58f3874926f498815324e5a7db908',1,'LoadDistancePacket::operator=(const LoadDistancePacket &other)'],['../classLoadDistancePacket.html#ac9b8b392e5179e23e524068a920d0c74',1,'LoadDistancePacket::operator=(LoadDistancePacket &&other)'],['../classPingPacket.html#ab10a0f8e0cbef0e481d3796d6c5ab1bf',1,'PingPacket::operator=(const PingPacket &)'],['../classPingPacket.html#a95388799546472b6ad545fda53e380f9',1,'PingPacket::operator=(PingPacket &&)'],['../classPlayerConnectedPacket.html#ad70420eb79d828f39c482ebd972ee829',1,'PlayerConnectedPacket::operator=(const PlayerConnectedPacket &other)=delete'],['../classPlayerConnectedPacket.html#afe080d9d6771cc14bea1619a62f0bbaf',1,'PlayerConnectedPacket::operator=(PlayerConnectedPacket &&other)'],['../classPlayerListPacket.html#a0b6b2c8c2e997336be80a9bfb3083ce0',1,'PlayerListPacket::operator=(const PlayerListPacket &other)'],['../classPlayerListPacket.html#a11abd639cf06c9f48ea25028f8900395',1,'PlayerListPacket::operator=(PlayerListPacket &&other)'],['../classPlayerMovePacket.html#a47db2dac51c7cdaaa237d116d2310b6b',1,'PlayerMovePacket::operator=()'],['../classPoller.html#a2cc09217e44aa64dae5f269ef152a3c6',1,'Poller::operator=()']]],
['operator_3d_3d_6',['operator==',['../classSocket.html#ab6b50487ea5d7c41c6248d633ad97cf2',1,'Socket::operator==(const Socket &other) const'],['../classSocket.html#a0061cbad68bb39d7cb7cc8088e478938',1,'Socket::operator==(const int &fd) const'],['../structObjVertex.html#a1c938880cb6af23654a28881391ad9e3',1,'ObjVertex::operator==()'],['../structServerWorld_1_1Ticket.html#a3dd40ebfa0b46abbd69fb9721292273f',1,'ServerWorld::Ticket::operator==()']]],
['otherupdate_7',['otherUpdate',['../classClientWorld.html#a1b4ee2813100580cd0fc967e4d9806fd',1,'ClientWorld']]]
];
diff --git a/search/variables_0.js b/search/variables_0.js
index 96c60a9a..1d90e526 100644
--- a/search/variables_0.js
+++ b/search/variables_0.js
@@ -6,7 +6,7 @@ var searchData=
['aspect_5fmask_3',['aspect_mask',['../structImage_1_1CreateInfo.html#a73a5de06d37620888162186ba5282fb2',1,'Image::CreateInfo::aspect_mask()'],['../classImage.html#abfca1ef9581fd7f4797b24b67ae4300e',1,'Image::aspect_mask()']]],
['atmosphere_5fradius_4',['atmosphere_radius',['../classDebugGui.html#a2e003c42d424bb61482bfa9694e06eaa',1,'DebugGui::atmosphere_radius()'],['../structAtmosphereParams.html#a5651e641393aa5b448c9b33489f9df9d',1,'AtmosphereParams::atmosphere_radius()']]],
['atmosphere_5fubo_5',['atmosphere_ubo',['../classVulkanAPI.html#a487ef8017a9c009c2e23143ae1e49b05',1,'VulkanAPI']]],
- ['attack_5fanimation_6',['attack_animation',['../structWorldScene_1_1PlayerRenderData.html#a117e3c0a1934877c0379e6660e19115a',1,'WorldScene::PlayerRenderData']]],
+ ['attack_5fanimation_6',['attack_animation',['../structPlayerRenderData.html#af527a7e6ca2d6039cca7694a074870c2',1,'PlayerRenderData']]],
['attribute_5fdescriptions_7',['attribute_descriptions',['../structPipeline_1_1CreateInfo.html#a1cdc58779c520317193b8e4275aa0b8f',1,'Pipeline::CreateInfo']]],
['audio_5fdata_8',['audio_data',['../structSound_1_1Instance.html#a17d2fb73f664f4c7c940b0499a260083',1,'Sound::Instance']]],
['audio_5fformat_9',['audio_format',['../structSound_1_1FMTChunk.html#ac9f50d9cdaf18e1319d6bf928dcdbc3e',1,'Sound::FMTChunk::audio_format()'],['../classSound_1_1Data.html#ab9742b51dee32a543af8051e8064d136',1,'Sound::Data::audio_format()']]]
diff --git a/search/variables_11.js b/search/variables_11.js
index ada4d912..bc34ba56 100644
--- a/search/variables_11.js
+++ b/search/variables_11.js
@@ -21,9 +21,9 @@ var searchData=
['shadow_5fpipeline_18',['shadow_pipeline',['../classVulkanAPI.html#a34f25aa629476800fbf6acb0e6400d0f',1,'VulkanAPI']]],
['shadow_5frender_5fpass_19',['shadow_render_pass',['../classVulkanAPI.html#adb8f28d802477d4121965de04856ddd0',1,'VulkanAPI']]],
['should_5fjump_20',['should_jump',['../classMob.html#ab4c8da28fafe8aec26322e5f89069427',1,'Mob']]],
- ['show_5fdebug_5ftext_21',['show_debug_text',['../classWorldScene.html#ab474095db5d0fdbaba9a05a3d5fae4af',1,'WorldScene']]],
+ ['show_5fdebug_5ftext_21',['show_debug_text',['../classVulkanAPI.html#ad43bcb9ba4a59ffdae7adcfcaff2d457',1,'VulkanAPI']]],
['single_5ftime_5fcommand_5ffence_22',['single_time_command_fence',['../classVulkanAPI.html#a10a2d2c305087b878e1518437fd6ca4e',1,'VulkanAPI']]],
- ['size_23',['size',['../structWorldScene_1_1DebugBlock.html#a213d46944238d13c1e61a7a6efdde18e',1,'WorldScene::DebugBlock::size()'],['../structSound_1_1RIFFChunk.html#ae4ff540fd87850f5d25ba63277aaad53',1,'Sound::RIFFChunk::size()'],['../structSound_1_1FMTChunk.html#a13bbdd29a6d01432b8797299b0de1740',1,'Sound::FMTChunk::size()'],['../structSound_1_1DataChunk.html#ad8ae9d8379b298d74dac52247f08bf61',1,'Sound::DataChunk::size()'],['../structBuffer_1_1CreateInfo.html#a58c558bc9d96247c556be8840d99240b',1,'Buffer::CreateInfo::size()'],['../classHitBox.html#a63004c4f5e9e4de73e676ec9731a4d4b',1,'HitBox::size()'],['../classStructureInfo.html#a97f3db4c1a93ea88a7bf83ab282eedfd',1,'StructureInfo::size()']]],
+ ['size_23',['size',['../structSound_1_1RIFFChunk.html#ae4ff540fd87850f5d25ba63277aaad53',1,'Sound::RIFFChunk::size()'],['../structSound_1_1FMTChunk.html#a13bbdd29a6d01432b8797299b0de1740',1,'Sound::FMTChunk::size()'],['../structSound_1_1DataChunk.html#ad8ae9d8379b298d74dac52247f08bf61',1,'Sound::DataChunk::size()'],['../structBuffer_1_1CreateInfo.html#a58c558bc9d96247c556be8840d99240b',1,'Buffer::CreateInfo::size()'],['../classHitBox.html#a63004c4f5e9e4de73e676ec9731a4d4b',1,'HitBox::size()'],['../classStructureInfo.html#a97f3db4c1a93ea88a7bf83ab282eedfd',1,'StructureInfo::size()']]],
['skybox_5fcube_5fmap_24',['skybox_cube_map',['../classVulkanAPI.html#a8ed172aa7168c80fb7610bb311a386ae',1,'VulkanAPI']]],
['skybox_5fpipeline_25',['skybox_pipeline',['../classVulkanAPI.html#a44ee7e85011c6fdb0d0c14526d1fa59c',1,'VulkanAPI']]],
['sneak_5fspeed_5ffactor_26',['sneak_speed_factor',['../classPlayer.html#acc1c67389d87936bfdffcc3c6e56a185',1,'Player']]],
diff --git a/search/variables_12.js b/search/variables_12.js
index 4bb6e926..339388b5 100644
--- a/search/variables_12.js
+++ b/search/variables_12.js
@@ -17,11 +17,11 @@ var searchData=
['toolbar_5fcursor_14',['toolbar_cursor',['../classPlayer.html#a50c627af08b58cc3435671d583afa0a4',1,'Player']]],
['toolbar_5fcursor_5fimage_15',['toolbar_cursor_image',['../classVulkanAPI.html#a4e6e94b0fbb586cf525cd2aef1e72d3c',1,'VulkanAPI']]],
['toolbar_5fcursor_5fimage_5fdescriptor_16',['toolbar_cursor_image_descriptor',['../classVulkanAPI.html#ad01323e85880b8de8edb76aff86c8f57',1,'VulkanAPI']]],
- ['toolbar_5fcursor_5findex_17',['toolbar_cursor_index',['../classWorldScene.html#af4c1baa7200142d73a36afca4d440905',1,'WorldScene']]],
+ ['toolbar_5fcursor_5findex_17',['toolbar_cursor_index',['../classVulkanAPI.html#ae0a3f9f25f0f7f2f7f11df256e3d5cd8',1,'VulkanAPI']]],
['toolbar_5fimage_18',['toolbar_image',['../classVulkanAPI.html#a706d2eb8e6ae954906b5822f4cc6e5e9',1,'VulkanAPI']]],
['toolbar_5fimage_5fdescriptor_19',['toolbar_image_descriptor',['../classVulkanAPI.html#a9fd2ce82f81a14307893a7140f142325',1,'VulkanAPI']]],
- ['toolbar_5fitems_20',['toolbar_items',['../classWorldScene.html#a4daf1c8bf26318c7882cd540f28c9536',1,'WorldScene::toolbar_items()'],['../classPlayer.html#a52f0375ccfff72f62197c9c0b4df8bc7',1,'Player::toolbar_items()']]],
- ['toolbar_5fitems_5fmutex_21',['toolbar_items_mutex',['../classWorldScene.html#aad5b6063a77a929054759c27291a8b88',1,'WorldScene']]],
+ ['toolbar_5fitems_20',['toolbar_items',['../classVulkanAPI.html#a7872b06444899aee66c234c660a13008',1,'VulkanAPI::toolbar_items()'],['../classPlayer.html#a52f0375ccfff72f62197c9c0b4df8bc7',1,'Player::toolbar_items()']]],
+ ['toolbar_5fitems_5fmutex_21',['toolbar_items_mutex',['../classVulkanAPI.html#a63e27670713fea630e26308ee1df9eca',1,'VulkanAPI']]],
['topology_22',['topology',['../structPipeline_1_1CreateInfo.html#afadf397780e7d6489b9fa660069805f4',1,'Pipeline::CreateInfo']]],
['transfer_5fcommand_5fbuffers_23',['transfer_command_buffers',['../classVulkanAPI.html#a77a5993a4ce2374bb9c920a52476a669',1,'VulkanAPI']]],
['transfer_5fcommand_5fpool_24',['transfer_command_pool',['../classVulkanAPI.html#a3f4d479c32e0010b49c8400eb96340ab',1,'VulkanAPI']]],
diff --git a/search/variables_14.js b/search/variables_14.js
index df9beb9c..62f968c1 100644
--- a/search/variables_14.js
+++ b/search/variables_14.js
@@ -10,7 +10,7 @@ var searchData=
['view_5ffrustum_7',['view_frustum',['../structCamera_1_1RenderInfo.html#ae916554eb253bd990d63e5b8ea35ce58',1,'Camera::RenderInfo']]],
['view_5fmode_8',['view_mode',['../classPlayer.html#aac46fc99a79a19b208a7057f7814225d',1,'Player']]],
['view_5fproj_9',['view_proj',['../structShadowMapLight.html#a9a99b58f2f8fafb0425e20bd8f910e16',1,'ShadowMapLight']]],
- ['visible_10',['visible',['../structWorldScene_1_1PlayerRenderData.html#aaed03cb5d89530a035968a016cd1a0cc',1,'WorldScene::PlayerRenderData']]],
+ ['visible_10',['visible',['../structPlayerRenderData.html#a1564eb09ff213dcaccf47493404c4492',1,'PlayerRenderData']]],
['vk_11',['vk',['../classDebugGui.html#acb17471dbe71302178bf73af556e9684',1,'DebugGui']]],
['vkcreatedebugutilsmessengerext_12',['vkCreateDebugUtilsMessengerEXT',['../classVulkanAPI.html#a10d5fc72a9fcb937cc8b62d57fca2be7',1,'VulkanAPI']]],
['vkdestroydebugutilsmessengerext_13',['vkDestroyDebugUtilsMessengerEXT',['../classVulkanAPI.html#a07f1d7b9dca69d5d33666b605ee66436',1,'VulkanAPI']]],
diff --git a/search/variables_15.js b/search/variables_15.js
index f8de9252..4ba9f6ec 100644
--- a/search/variables_15.js
+++ b/search/variables_15.js
@@ -1,8 +1,8 @@
var searchData=
[
- ['walk_5fanimation_0',['walk_animation',['../structWorldScene_1_1PlayerRenderData.html#a3d24dc0d055e8eb7844c08bd6fc14c53',1,'WorldScene::PlayerRenderData']]],
+ ['walk_5fanimation_0',['walk_animation',['../structPlayerRenderData.html#aa6341a2b30d630a4ca1375649cbaedcd',1,'PlayerRenderData']]],
['water_5fframebuffers_1',['water_framebuffers',['../classVulkanAPI.html#ad76d06c7822c9773f0b91c4950ab246f',1,'VulkanAPI']]],
- ['water_5fid_2',['water_id',['../structWorldScene_1_1ChunkMeshRenderData.html#a25f9ebdaece5c1e01116493bfddfd7b3',1,'WorldScene::ChunkMeshRenderData']]],
+ ['water_5fid_2',['water_id',['../structChunkMeshRenderData.html#ac1f9b789b695956019ba2df042088a12',1,'ChunkMeshRenderData']]],
['water_5findices_3',['water_indices',['../classCreateMeshData.html#a15ba969bd083a60f5d17ad3f3d390386',1,'CreateMeshData']]],
['water_5fpipeline_4',['water_pipeline',['../classVulkanAPI.html#a30349543c791d21218b74e97493e9f89',1,'VulkanAPI']]],
['water_5frender_5fpass_5',['water_render_pass',['../classVulkanAPI.html#a04c08c5e5be270cbf455f497773f6b08',1,'VulkanAPI']]],
diff --git a/search/variables_16.js b/search/variables_16.js
index 071384e3..e99c2179 100644
--- a/search/variables_16.js
+++ b/search/variables_16.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['yaw_0',['yaw',['../structWorldScene_1_1PlayerRenderData.html#ab27d42664ef2103bc012f8a7372fa781',1,'WorldScene::PlayerRenderData::yaw()'],['../classPlayer.html#a349f074eedf387a35ce879738022bf42',1,'Player::yaw()']]]
+ ['yaw_0',['yaw',['../structPlayerRenderData.html#a633d00b50271394c2fc644b93fed2e31',1,'PlayerRenderData::yaw()'],['../classPlayer.html#a349f074eedf387a35ce879738022bf42',1,'Player::yaw()']]]
];
diff --git a/search/variables_2.js b/search/variables_2.js
index b7dcf3a8..73978384 100644
--- a/search/variables_2.js
+++ b/search/variables_2.js
@@ -1,43 +1,44 @@
var searchData=
[
- ['camera_5fubo_0',['camera_ubo',['../classVulkanAPI.html#aa5bb84d6e6b69d8a657e9e58a73ce95c',1,'VulkanAPI']]],
- ['capabilities_1',['capabilities',['../structSwapchain_1_1SupportDetails.html#a3e6ebb1faa79aa2509f1b701b516f4c6',1,'Swapchain::SupportDetails']]],
- ['chest_5fpos_2',['chest_pos',['../classPlayerModel.html#ae04358bcd88b0b68ca3015a6a834ec86',1,'PlayerModel']]],
- ['chest_5fsize_3',['chest_size',['../classPlayerModel.html#a54c57ab19e2011a1d3e84c78fcd917b9',1,'PlayerModel']]],
- ['chunk_5fcount_5fhistory_4',['chunk_count_history',['../classDebugGui.html#a151b13be29dbaa17be07342f088726fe',1,'DebugGui']]],
- ['chunk_5fgen_5ftime_5fhistory_5',['chunk_gen_time_history',['../classDebugGui.html#afb57f4b014c6b4a58af2577c82da45a5',1,'DebugGui']]],
- ['chunk_5fload_5fqueue_5fsize_5fhistory_6',['chunk_load_queue_size_history',['../classDebugGui.html#a4033cb44c0180d828591791762178755',1,'DebugGui']]],
- ['chunk_5fmesh_5fcount_7',['chunk_mesh_count',['../classDebugGui.html#af0fb1675053788f8bb51314f290850b4',1,'DebugGui']]],
- ['chunk_5fmesh_5flist_8',['chunk_mesh_list',['../classWorldScene.html#ad21716e0b0ba9a66b1338020682218ac',1,'WorldScene']]],
- ['chunk_5fpipeline_9',['chunk_pipeline',['../classVulkanAPI.html#aed55454df00de407ecbd6443cfb83fcb',1,'VulkanAPI']]],
- ['chunk_5fpos_10',['chunk_pos',['../structChunkPacket_1_1ChunkData.html#a1ddfb240d9fc762f94eec165b061aad6',1,'ChunkPacket::ChunkData']]],
- ['chunk_5frender_5ftime_5fhistory_11',['chunk_render_time_history',['../classDebugGui.html#ab3f391acf5999b42dc668de35fc8973f',1,'DebugGui']]],
- ['chunk_5funload_5fqueue_5fsize_5fhistory_12',['chunk_unload_queue_size_history',['../classDebugGui.html#ab83877d34bf5a26dddbb61b19cab2e7f',1,'DebugGui']]],
- ['chunk_5funload_5ftime_5fhistory_13',['chunk_unload_time_history',['../classDebugGui.html#a2b12e1898b277332ee74269752b3f66c',1,'DebugGui']]],
- ['chunks_14',['chunks',['../classCreateMeshData.html#a140c6938511a12eab9cd515cc8e76e10',1,'CreateMeshData']]],
- ['chunks_5fto_5fload_15',['chunks_to_load',['../structServerWorld_1_1ChunkLoadUnloadData.html#a7b8d40c1a9084c3d251cf152914a7120',1,'ServerWorld::ChunkLoadUnloadData']]],
- ['chunks_5fto_5funload_16',['chunks_to_unload',['../structServerWorld_1_1ChunkLoadUnloadData.html#afe330d77892fe8186ab2f7bef3071919',1,'ServerWorld::ChunkLoadUnloadData']]],
- ['color_17',['color',['../structWorldScene_1_1DebugBlock.html#a370fe086d8e76cf71c6f573231035def',1,'WorldScene::DebugBlock::color()'],['../structGlobalPushConstant.html#aa81ab5be7334c8c998db692ac2a865ac',1,'GlobalPushConstant::color()']]],
- ['color_5fattachement_18',['color_attachement',['../classVulkanAPI.html#a7598e68cc5cf8b943ee619b76483b77d',1,'VulkanAPI']]],
- ['color_5fformats_19',['color_formats',['../structPipeline_1_1CreateInfo.html#a9cb9c18feed0563d0f3a9943ee708fb6',1,'Pipeline::CreateInfo']]],
- ['command_5fpool_20',['command_pool',['../classVulkanAPI.html#a512711a2bf5f70765279aca5f1e6c5dd',1,'VulkanAPI']]],
- ['compute_5fcommand_5fbuffers_21',['compute_command_buffers',['../classVulkanAPI.html#ad8f11e92cc76af018c2cbcb0186d8bfe',1,'VulkanAPI']]],
- ['compute_5ffinished_5fsemaphores_22',['compute_finished_semaphores',['../classVulkanAPI.html#a23c0c1cf57a6c5513ab97b6053039f62',1,'VulkanAPI']]],
- ['connection_5fid_23',['connection_id',['../classPlayer.html#a85456bffd24f618a68b14274a8f86234',1,'Player']]],
- ['continentalness_24',['continentalness',['../classDebugGui.html#a77d5a6f9ef6e874fc8ff5384b696f4fe',1,'DebugGui::continentalness()'],['../structChunk_1_1biomeInfo.html#a5303b9be913c05fd2879580e2b8ab9d2',1,'Chunk::biomeInfo::continentalness()']]],
- ['continentalness_5ftexture_5fid_25',['continentalness_texture_id',['../classDebugGui.html#a7bf483c5f652d5cc9928106a703b258d',1,'DebugGui']]],
- ['copy_5fcommand_5fbuffers_26',['copy_command_buffers',['../classVulkanAPI.html#a6e36af29d838a6599ddb213ca74a7edf',1,'VulkanAPI']]],
- ['copy_5ffinished_5fsemaphores_27',['copy_finished_semaphores',['../classVulkanAPI.html#aa3cf0d566570f615d38be314b304a2e2',1,'VulkanAPI']]],
- ['cpu_5ftime_5fhistory_28',['cpu_time_history',['../classDebugGui.html#a29e6325358b57a6c69acccbdcf0e379e',1,'DebugGui']]],
- ['cpu_5fwait_5ftime_5fhistory_29',['cpu_wait_time_history',['../classDebugGui.html#add85f7ea55c9488e17f552bfb4601663',1,'DebugGui']]],
- ['create_5fmesh_5ftime_30',['create_mesh_time',['../classDebugGui.html#a71ef96f7b8feaf081a0a2f185c664018',1,'DebugGui']]],
- ['create_5fsampler_31',['create_sampler',['../structImage_1_1CreateInfo.html#aa60e260af555b0e310667a842ad24c8c',1,'Image::CreateInfo']]],
- ['create_5fview_32',['create_view',['../structImage_1_1CreateInfo.html#a5e958a877ee6a5a4fd273bd5abf12818',1,'Image::CreateInfo']]],
- ['crosshair_5fimage_33',['crosshair_image',['../classVulkanAPI.html#a9a0abe700cd6ea529bc1ef5e51c67d9a',1,'VulkanAPI']]],
- ['crosshair_5fimage_5fdescriptor_34',['crosshair_image_descriptor',['../classVulkanAPI.html#a05b49068f5c9218b7422d6074d897f64',1,'VulkanAPI']]],
- ['cube_5fmesh_5fid_35',['cube_mesh_id',['../classVulkanAPI.html#af620c1c039315ba3962c5ca935530fbb',1,'VulkanAPI']]],
- ['cull_5fmode_36',['cull_mode',['../structPipeline_1_1CreateInfo.html#a501ff910e2a8879679c17a6fd6590ec0',1,'Pipeline::CreateInfo']]],
- ['current_5fframe_37',['current_frame',['../classVulkanAPI.html#a23a980bd3a491a0ea5a09d395e345202',1,'VulkanAPI']]],
- ['current_5fimage_5findex_38',['current_image_index',['../classVulkanAPI.html#a71545e8cb3b44415a8ac02c4dfd2a72e',1,'VulkanAPI']]],
- ['cursor_39',['cursor',['../structSound_1_1Instance.html#a81f08c3825fb9fa9766e3ffc3949d9ad',1,'Sound::Instance']]]
+ ['camera_0',['camera',['../classVulkanAPI.html#a8a6d7a28e77c8032b938ec9b3d79a1c7',1,'VulkanAPI']]],
+ ['camera_5fubo_1',['camera_ubo',['../classVulkanAPI.html#aa5bb84d6e6b69d8a657e9e58a73ce95c',1,'VulkanAPI']]],
+ ['capabilities_2',['capabilities',['../structSwapchain_1_1SupportDetails.html#a3e6ebb1faa79aa2509f1b701b516f4c6',1,'Swapchain::SupportDetails']]],
+ ['chest_5fpos_3',['chest_pos',['../classPlayerModel.html#ae04358bcd88b0b68ca3015a6a834ec86',1,'PlayerModel']]],
+ ['chest_5fsize_4',['chest_size',['../classPlayerModel.html#a54c57ab19e2011a1d3e84c78fcd917b9',1,'PlayerModel']]],
+ ['chunk_5fcount_5fhistory_5',['chunk_count_history',['../classDebugGui.html#a151b13be29dbaa17be07342f088726fe',1,'DebugGui']]],
+ ['chunk_5fgen_5ftime_5fhistory_6',['chunk_gen_time_history',['../classDebugGui.html#afb57f4b014c6b4a58af2577c82da45a5',1,'DebugGui']]],
+ ['chunk_5fload_5fqueue_5fsize_5fhistory_7',['chunk_load_queue_size_history',['../classDebugGui.html#a4033cb44c0180d828591791762178755',1,'DebugGui']]],
+ ['chunk_5fmesh_5fcount_8',['chunk_mesh_count',['../classDebugGui.html#af0fb1675053788f8bb51314f290850b4',1,'DebugGui']]],
+ ['chunk_5fmesh_5flist_9',['chunk_mesh_list',['../classVulkanAPI.html#a2ed25e24c325a567d3a25283f775c884',1,'VulkanAPI']]],
+ ['chunk_5fpipeline_10',['chunk_pipeline',['../classVulkanAPI.html#aed55454df00de407ecbd6443cfb83fcb',1,'VulkanAPI']]],
+ ['chunk_5fpos_11',['chunk_pos',['../structChunkPacket_1_1ChunkData.html#a1ddfb240d9fc762f94eec165b061aad6',1,'ChunkPacket::ChunkData']]],
+ ['chunk_5frender_5ftime_5fhistory_12',['chunk_render_time_history',['../classDebugGui.html#ab3f391acf5999b42dc668de35fc8973f',1,'DebugGui']]],
+ ['chunk_5funload_5fqueue_5fsize_5fhistory_13',['chunk_unload_queue_size_history',['../classDebugGui.html#ab83877d34bf5a26dddbb61b19cab2e7f',1,'DebugGui']]],
+ ['chunk_5funload_5ftime_5fhistory_14',['chunk_unload_time_history',['../classDebugGui.html#a2b12e1898b277332ee74269752b3f66c',1,'DebugGui']]],
+ ['chunks_15',['chunks',['../classCreateMeshData.html#a140c6938511a12eab9cd515cc8e76e10',1,'CreateMeshData']]],
+ ['chunks_5fto_5fload_16',['chunks_to_load',['../structServerWorld_1_1ChunkLoadUnloadData.html#a7b8d40c1a9084c3d251cf152914a7120',1,'ServerWorld::ChunkLoadUnloadData']]],
+ ['chunks_5fto_5funload_17',['chunks_to_unload',['../structServerWorld_1_1ChunkLoadUnloadData.html#afe330d77892fe8186ab2f7bef3071919',1,'ServerWorld::ChunkLoadUnloadData']]],
+ ['color_18',['color',['../structGlobalPushConstant.html#aa81ab5be7334c8c998db692ac2a865ac',1,'GlobalPushConstant']]],
+ ['color_5fattachement_19',['color_attachement',['../classVulkanAPI.html#a7598e68cc5cf8b943ee619b76483b77d',1,'VulkanAPI']]],
+ ['color_5fformats_20',['color_formats',['../structPipeline_1_1CreateInfo.html#a9cb9c18feed0563d0f3a9943ee708fb6',1,'Pipeline::CreateInfo']]],
+ ['command_5fpool_21',['command_pool',['../classVulkanAPI.html#a512711a2bf5f70765279aca5f1e6c5dd',1,'VulkanAPI']]],
+ ['compute_5fcommand_5fbuffers_22',['compute_command_buffers',['../classVulkanAPI.html#ad8f11e92cc76af018c2cbcb0186d8bfe',1,'VulkanAPI']]],
+ ['compute_5ffinished_5fsemaphores_23',['compute_finished_semaphores',['../classVulkanAPI.html#a23c0c1cf57a6c5513ab97b6053039f62',1,'VulkanAPI']]],
+ ['connection_5fid_24',['connection_id',['../classPlayer.html#a85456bffd24f618a68b14274a8f86234',1,'Player']]],
+ ['continentalness_25',['continentalness',['../classDebugGui.html#a77d5a6f9ef6e874fc8ff5384b696f4fe',1,'DebugGui::continentalness()'],['../structChunk_1_1biomeInfo.html#a5303b9be913c05fd2879580e2b8ab9d2',1,'Chunk::biomeInfo::continentalness()']]],
+ ['continentalness_5ftexture_5fid_26',['continentalness_texture_id',['../classDebugGui.html#a7bf483c5f652d5cc9928106a703b258d',1,'DebugGui']]],
+ ['copy_5fcommand_5fbuffers_27',['copy_command_buffers',['../classVulkanAPI.html#a6e36af29d838a6599ddb213ca74a7edf',1,'VulkanAPI']]],
+ ['copy_5ffinished_5fsemaphores_28',['copy_finished_semaphores',['../classVulkanAPI.html#aa3cf0d566570f615d38be314b304a2e2',1,'VulkanAPI']]],
+ ['cpu_5ftime_5fhistory_29',['cpu_time_history',['../classDebugGui.html#a29e6325358b57a6c69acccbdcf0e379e',1,'DebugGui']]],
+ ['cpu_5fwait_5ftime_5fhistory_30',['cpu_wait_time_history',['../classDebugGui.html#add85f7ea55c9488e17f552bfb4601663',1,'DebugGui']]],
+ ['create_5fmesh_5ftime_31',['create_mesh_time',['../classDebugGui.html#a71ef96f7b8feaf081a0a2f185c664018',1,'DebugGui']]],
+ ['create_5fsampler_32',['create_sampler',['../structImage_1_1CreateInfo.html#aa60e260af555b0e310667a842ad24c8c',1,'Image::CreateInfo']]],
+ ['create_5fview_33',['create_view',['../structImage_1_1CreateInfo.html#a5e958a877ee6a5a4fd273bd5abf12818',1,'Image::CreateInfo']]],
+ ['crosshair_5fimage_34',['crosshair_image',['../classVulkanAPI.html#a9a0abe700cd6ea529bc1ef5e51c67d9a',1,'VulkanAPI']]],
+ ['crosshair_5fimage_5fdescriptor_35',['crosshair_image_descriptor',['../classVulkanAPI.html#a05b49068f5c9218b7422d6074d897f64',1,'VulkanAPI']]],
+ ['cube_5fmesh_5fid_36',['cube_mesh_id',['../classVulkanAPI.html#af620c1c039315ba3962c5ca935530fbb',1,'VulkanAPI']]],
+ ['cull_5fmode_37',['cull_mode',['../structPipeline_1_1CreateInfo.html#a501ff910e2a8879679c17a6fd6590ec0',1,'Pipeline::CreateInfo']]],
+ ['current_5fframe_38',['current_frame',['../classVulkanAPI.html#a23a980bd3a491a0ea5a09d395e345202',1,'VulkanAPI']]],
+ ['current_5fimage_5findex_39',['current_image_index',['../classVulkanAPI.html#a71545e8cb3b44415a8ac02c4dfd2a72e',1,'VulkanAPI']]],
+ ['cursor_40',['cursor',['../structSound_1_1Instance.html#a81f08c3825fb9fa9766e3ffc3949d9ad',1,'Sound::Instance']]]
];
diff --git a/search/variables_4.js b/search/variables_4.js
index 7c8b8106..ab494b26 100644
--- a/search/variables_4.js
+++ b/search/variables_4.js
@@ -5,7 +5,7 @@ var searchData=
['enable_5falpha_5fblending_2',['enable_alpha_blending',['../structPipeline_1_1CreateInfo.html#a25e64b656083d8b970deb9cda588d088',1,'Pipeline::CreateInfo']]],
['ended_3',['ended',['../structSound_1_1Instance.html#a3061aea8b34cb0bfdcc5064007995418',1,'Sound::Instance']]],
['entity_5fids_4',['entity_ids',['../classChunk.html#aa9be7205972b0ef732c338037f717cef',1,'Chunk']]],
- ['entity_5fmesh_5flist_5',['entity_mesh_list',['../classWorldScene.html#a39a8384c40aa13380dcae1d593e6f3cb',1,'WorldScene']]],
+ ['entity_5fmesh_5flist_5',['entity_mesh_list',['../classVulkanAPI.html#a014e24d7872443cc72ba95aeb69d3fbc',1,'VulkanAPI']]],
['entity_5fpipeline_6',['entity_pipeline',['../classVulkanAPI.html#aa722fadde782da66e3c87930aa1c0617',1,'VulkanAPI']]],
['erosion_7',['erosion',['../structChunk_1_1biomeInfo.html#aae8c12b8a170cbb9971ed4bfc8145a5f',1,'Chunk::biomeInfo::erosion()'],['../classDebugGui.html#a2d4f5a5bcb6c6807f017bf2b69f3363a',1,'DebugGui::erosion()']]],
['erosion_5ftexture_5fid_8',['erosion_texture_id',['../classDebugGui.html#a7e69942b2d7d8823eb767cbfdb1462e4',1,'DebugGui']]],
diff --git a/search/variables_8.js b/search/variables_8.js
index e2850c10..c7e39512 100644
--- a/search/variables_8.js
+++ b/search/variables_8.js
@@ -1,7 +1,7 @@
var searchData=
[
['icosphere_5fmesh_5fid_0',['icosphere_mesh_id',['../classVulkanAPI.html#aebc102cf15cf5e7bd6bf392aecf09266',1,'VulkanAPI']]],
- ['id_1',['id',['../structServer_1_1sendInfo.html#ab99e655c8c1a484d95347371c992e10d',1,'Server::sendInfo::id()'],['../classStructureInfo.html#ade445acc95456dadafc7cf87d18220f5',1,'StructureInfo::id()'],['../classBlockInfo.html#aa23ed20c525b47f06e453e7910af42c4',1,'BlockInfo::id()'],['../structSound_1_1DataChunk.html#aa94c2ee8454ae0e0224b1b83d6aab6de',1,'Sound::DataChunk::id()'],['../structSound_1_1FMTChunk.html#a21f72e59300db1a36b5e2f1a7c3dffff',1,'Sound::FMTChunk::id()'],['../structSound_1_1RIFFChunk.html#a7d9c9403ac33859aeea424c3ec222086',1,'Sound::RIFFChunk::id()'],['../structWorldScene_1_1MeshRenderData.html#a95cf5e88754f36c61ed53a352da3c4cf',1,'WorldScene::MeshRenderData::id()'],['../structWorldScene_1_1ChunkMeshRenderData.html#ab249b99d3cb08e1478112bda8851b321',1,'WorldScene::ChunkMeshRenderData::id()'],['../structPlayerListPacket_1_1PlayerInfo.html#a708b260d422703e08d2d4aa30d979c09',1,'PlayerListPacket::PlayerInfo::id()']]],
+ ['id_1',['id',['../structServer_1_1sendInfo.html#ab99e655c8c1a484d95347371c992e10d',1,'Server::sendInfo::id()'],['../classStructureInfo.html#ade445acc95456dadafc7cf87d18220f5',1,'StructureInfo::id()'],['../classBlockInfo.html#aa23ed20c525b47f06e453e7910af42c4',1,'BlockInfo::id()'],['../structMeshRenderData.html#a21aa9f3330f7ad02825ab9b601f5163b',1,'MeshRenderData::id()'],['../structChunkMeshRenderData.html#a7f0eb321e03a801ba7ca57f4248f28ba',1,'ChunkMeshRenderData::id()'],['../structSound_1_1DataChunk.html#aa94c2ee8454ae0e0224b1b83d6aab6de',1,'Sound::DataChunk::id()'],['../structSound_1_1FMTChunk.html#a21f72e59300db1a36b5e2f1a7c3dffff',1,'Sound::FMTChunk::id()'],['../structSound_1_1RIFFChunk.html#a7d9c9403ac33859aeea424c3ec222086',1,'Sound::RIFFChunk::id()'],['../structPlayerListPacket_1_1PlayerInfo.html#a708b260d422703e08d2d4aa30d979c09',1,'PlayerListPacket::PlayerInfo::id()']]],
['image_2',['image',['../classImage.html#af56e0fca4971d34559f7ba57a1d0c430',1,'Image::image()'],['../structImGuiTexture.html#acd7b27173b3b666e98f78dc8e285a238',1,'ImGuiTexture::image()']]],
['image_5favailable_5fsemaphores_3',['image_available_semaphores',['../classVulkanAPI.html#aded6afbe797d9e490d44f56c818baa90',1,'VulkanAPI']]],
['image_5fformat_4',['image_format',['../classSwapchain.html#a7c4aa937c305d9518d5f6fe80e1d0010',1,'Swapchain']]],
diff --git a/search/variables_b.js b/search/variables_b.js
index 745b7693..709f55e8 100644
--- a/search/variables_b.js
+++ b/search/variables_b.js
@@ -6,21 +6,22 @@ var searchData=
['m_5fmobs_3',['m_mobs',['../classWorld.html#a9befd190fce3a87e810b479bbfad356f',1,'World']]],
['m_5fmy_5fplayer_5fid_4',['m_my_player_id',['../classClientWorld.html#aef2faefc960964a89102ebbe9c0c037a',1,'ClientWorld']]],
['m_5fpings_5',['m_pings',['../classClient.html#a6ac49c33d688d99c42ed0f78e1efe79c',1,'Client::m_pings()'],['../classServer.html#a0fc87edb35c6ed654170d33a59b37508',1,'Server::m_pings()']]],
- ['m_5fplayers_6',['m_players',['../classWorldScene.html#aec9e9052db57d23eafa3acf6d1562baa',1,'WorldScene::m_players()'],['../classWorld.html#a9b6166c32096dff1f9e29a78743945f1',1,'World::m_players()']]],
+ ['m_5fplayers_6',['m_players',['../classVulkanAPI.html#a81ce328c1e43ad688eef056e2976414b',1,'VulkanAPI::m_players()'],['../classWorld.html#a9b6166c32096dff1f9e29a78743945f1',1,'World::m_players()']]],
['m_5fsockfd_7',['m_sockfd',['../classSocket.html#a19f1c10c450b4f50d335b55dcdc9d6d8',1,'Socket']]],
- ['m_5fthreadpool_8',['m_threadPool',['../classWorld.html#ae465315b182161c0902e98055d03395f',1,'World']]],
- ['m_5fworld_5fgenerator_9',['m_world_generator',['../classWorld.html#a47cc090d4ed08b81df6748abb8daea0e',1,'World']]],
- ['main_5frender_5ffinished_5fsemaphores_10',['main_render_finished_semaphores',['../classVulkanAPI.html#a1d0897c4f64ec32ad6d320b3b2108f71',1,'VulkanAPI']]],
- ['mapped_5fmemory_11',['mapped_memory',['../structUBO.html#ad6e39e96922eb09a0d0fc845b5c4fbeb',1,'UBO::mapped_memory()'],['../structImGuiTexture.html#a9e4e3e36fd24067f4efc48a3f6e57688',1,'ImGuiTexture::mapped_memory()']]],
- ['matrice_12',['matrice',['../structGlobalPushConstant.html#ad4524bdf6126fa2ca6ca79baee557339',1,'GlobalPushConstant']]],
- ['max_5fframes_5fin_5fflight_13',['max_frames_in_flight',['../classVulkanAPI.html#a3a845af151ddc322c31030ae33a7725f',1,'VulkanAPI']]],
- ['memory_14',['memory',['../classBuffer.html#a16117b97df69e911ac1b289210083bd7',1,'Buffer::memory()'],['../classImage.html#af5329c640531fa376014bd387a8657c2',1,'Image::memory()'],['../structUBO.html#a898dc9f88760fccd39d64ce8da010baf',1,'UBO::memory()'],['../structImGuiTexture.html#ae1319fa631bbefe09543d75d295ac2c1',1,'ImGuiTexture::memory()']]],
- ['memory_5fproperties_15',['memory_properties',['../structBuffer_1_1CreateInfo.html#a6435db83175844d6c4a17ad6ea64568c',1,'Buffer::CreateInfo::memory_properties()'],['../structImage_1_1CreateInfo.html#a5144e475594ec9671b0c894965cfe12d',1,'Image::CreateInfo::memory_properties()']]],
- ['memory_5fsize_16',['memory_size',['../structMesh.html#a7a2014516f01a52710e83ed41d7f9165',1,'Mesh']]],
- ['mesh_5fid_17',['mesh_id',['../classItemInfo.html#aea672179d3f49c9cb97d128538a6c1ab',1,'ItemInfo']]],
- ['mesh_5fids_5fto_5fdestroy_18',['mesh_ids_to_destroy',['../classVulkanAPI.html#af077051ab8c2e9346f85ebef42b87f5a',1,'VulkanAPI']]],
- ['mesh_5fmap_19',['mesh_map',['../classVulkanAPI.html#a1e5b9f3211f503442e2db8d286caeb72',1,'VulkanAPI']]],
- ['mip_5flevels_20',['mip_levels',['../structImage_1_1CreateInfo.html#a4ca21901d453d2e5e3958d74d3f2cad6',1,'Image::CreateInfo::mip_levels()'],['../classImage.html#abb630a854e037463e527f46d65371c3e',1,'Image::mip_levels()']]],
- ['model_21',['model',['../structWorldScene_1_1ChunkMeshRenderData.html#a12f114fc6fe7f9532489587b4f7713de',1,'WorldScene::ChunkMeshRenderData::model()'],['../structWorldScene_1_1MeshRenderData.html#a33226daebed590f617a7fe43ec8e0176',1,'WorldScene::MeshRenderData::model()'],['../structModelMatrix__push__constant.html#ae1fa257e2d2a8fce48c41d07ac6da290',1,'ModelMatrix_push_constant::model()']]],
- ['module_22',['module',['../structtask_1_1Executor_1_1info_1_1NodeInfo.html#ab1122550c46e3178a732f2d1ece4e544',1,'task::Executor::info::NodeInfo']]]
+ ['m_5ftarget_5fblock_8',['m_target_block',['../classVulkanAPI.html#a842639e05e35b6dbe902b37459aa8258',1,'VulkanAPI']]],
+ ['m_5fthreadpool_9',['m_threadPool',['../classWorld.html#ae465315b182161c0902e98055d03395f',1,'World']]],
+ ['m_5fworld_5fgenerator_10',['m_world_generator',['../classWorld.html#a47cc090d4ed08b81df6748abb8daea0e',1,'World']]],
+ ['main_5frender_5ffinished_5fsemaphores_11',['main_render_finished_semaphores',['../classVulkanAPI.html#a1d0897c4f64ec32ad6d320b3b2108f71',1,'VulkanAPI']]],
+ ['mapped_5fmemory_12',['mapped_memory',['../structUBO.html#ad6e39e96922eb09a0d0fc845b5c4fbeb',1,'UBO::mapped_memory()'],['../structImGuiTexture.html#a9e4e3e36fd24067f4efc48a3f6e57688',1,'ImGuiTexture::mapped_memory()']]],
+ ['matrice_13',['matrice',['../structGlobalPushConstant.html#ad4524bdf6126fa2ca6ca79baee557339',1,'GlobalPushConstant']]],
+ ['max_5fframes_5fin_5fflight_14',['max_frames_in_flight',['../classVulkanAPI.html#a3a845af151ddc322c31030ae33a7725f',1,'VulkanAPI']]],
+ ['memory_15',['memory',['../classBuffer.html#a16117b97df69e911ac1b289210083bd7',1,'Buffer::memory()'],['../classImage.html#af5329c640531fa376014bd387a8657c2',1,'Image::memory()'],['../structUBO.html#a898dc9f88760fccd39d64ce8da010baf',1,'UBO::memory()'],['../structImGuiTexture.html#ae1319fa631bbefe09543d75d295ac2c1',1,'ImGuiTexture::memory()']]],
+ ['memory_5fproperties_16',['memory_properties',['../structBuffer_1_1CreateInfo.html#a6435db83175844d6c4a17ad6ea64568c',1,'Buffer::CreateInfo::memory_properties()'],['../structImage_1_1CreateInfo.html#a5144e475594ec9671b0c894965cfe12d',1,'Image::CreateInfo::memory_properties()']]],
+ ['memory_5fsize_17',['memory_size',['../structMesh.html#a7a2014516f01a52710e83ed41d7f9165',1,'Mesh']]],
+ ['mesh_5fid_18',['mesh_id',['../classItemInfo.html#aea672179d3f49c9cb97d128538a6c1ab',1,'ItemInfo']]],
+ ['mesh_5fids_5fto_5fdestroy_19',['mesh_ids_to_destroy',['../classVulkanAPI.html#af077051ab8c2e9346f85ebef42b87f5a',1,'VulkanAPI']]],
+ ['mesh_5fmap_20',['mesh_map',['../classVulkanAPI.html#a1e5b9f3211f503442e2db8d286caeb72',1,'VulkanAPI']]],
+ ['mip_5flevels_21',['mip_levels',['../structImage_1_1CreateInfo.html#a4ca21901d453d2e5e3958d74d3f2cad6',1,'Image::CreateInfo::mip_levels()'],['../classImage.html#abb630a854e037463e527f46d65371c3e',1,'Image::mip_levels()']]],
+ ['model_22',['model',['../structModelMatrix__push__constant.html#ae1fa257e2d2a8fce48c41d07ac6da290',1,'ModelMatrix_push_constant::model()'],['../structChunkMeshRenderData.html#a9eab34f4cd8d7d021bbe3772258c3d98',1,'ChunkMeshRenderData::model()'],['../structMeshRenderData.html#add2067b62f5d64883c70f909b6e3c34e',1,'MeshRenderData::model()']]],
+ ['module_23',['module',['../structtask_1_1Executor_1_1info_1_1NodeInfo.html#ab1122550c46e3178a732f2d1ece4e544',1,'task::Executor::info::NodeInfo']]]
];
diff --git a/search/variables_e.js b/search/variables_e.js
index d11c31de..d1c951c5 100644
--- a/search/variables_e.js
+++ b/search/variables_e.js
@@ -4,7 +4,7 @@ var searchData=
['parent_1',['parent',['../classTransform.html#a6daf7add1e082d558b538c1a64c17aa5',1,'Transform']]],
['physical_5fdevice_2',['physical_device',['../classVulkanAPI.html#a70fc3d9525d7e52852bb0b7be66af812',1,'VulkanAPI']]],
['pipeline_3',['pipeline',['../classPipeline.html#a372ca1f1579d6350790b5a40f9e1292a',1,'Pipeline']]],
- ['pitch_4',['pitch',['../structWorldScene_1_1PlayerRenderData.html#ae2f0e054725b472fe7d8b5e4d416ff23',1,'WorldScene::PlayerRenderData::pitch()'],['../classPlayer.html#affddc950dc472ad3dfd65e752957d946',1,'Player::pitch()']]],
+ ['pitch_4',['pitch',['../structPlayerRenderData.html#aba08383ad8af43e5b3555e53ae8c462a',1,'PlayerRenderData::pitch()'],['../classPlayer.html#affddc950dc472ad3dfd65e752957d946',1,'Player::pitch()']]],
['plane_5fdistances_5',['plane_distances',['../structShadowMapLight.html#ae9868931b52484e3d61b0379305255ab',1,'ShadowMapLight']]],
['player_5fchest_5fmesh_5fid_6',['player_chest_mesh_id',['../classVulkanAPI.html#af630bfb30c0110e84fbf6a4b2ccf2a84',1,'VulkanAPI']]],
['player_5fhead_5fmesh_5fid_7',['player_head_mesh_id',['../classVulkanAPI.html#a1b80e03954d5522659cc2e333fe1811c',1,'VulkanAPI']]],
@@ -23,8 +23,8 @@ var searchData=
['points_20',['points',['../structFrustumPoints.html#af410859a291973d7987d6c2213d637ef',1,'FrustumPoints']]],
['polygon_5fmode_21',['polygon_mode',['../structPipeline_1_1CreateInfo.html#a228d42d483c49a3e93892fdae2928304',1,'Pipeline::CreateInfo']]],
['pool_22',['pool',['../classDescriptor.html#a837073a4ccc081a2fbb77c0acd4a549c',1,'Descriptor']]],
- ['pos_23',['pos',['../structPlayerModel_1_1Vertex.html#aeeae6aa3a49d1c643b3a6b64a9489f6c',1,'PlayerModel::Vertex::pos()'],['../structItemVertex.html#aea5dc940573c9eb2fa8e9948a454b98d',1,'ItemVertex::pos()'],['../structEntityVertex.html#a1d6ed7bf852bdd04b2a8f00ef473e473',1,'EntityVertex::pos()'],['../structObjVertex.html#ae3a64feb1b25a5a8288c47d07c36127e',1,'ObjVertex::pos()'],['../structLineVertex.html#a1dc068e612b921483967c7a1cf60f96a',1,'LineVertex::pos()']]],
- ['position_24',['position',['../structPlayerListPacket_1_1PlayerInfo.html#a45d234a16fccb9b55e36271d21ff569a',1,'PlayerListPacket::PlayerInfo::position()'],['../structCamera_1_1RenderInfo.html#ac48415567e0ed4b659f646513fbbf19b',1,'Camera::RenderInfo::position()'],['../structWorldScene_1_1PlayerRenderData.html#a2822321a94b3d939be488100e78f2e9e',1,'WorldScene::PlayerRenderData::position()'],['../structWorldScene_1_1DebugBlock.html#a60a671cfc14789b228a9eef535277b4d',1,'WorldScene::DebugBlock::position()'],['../classHitBox.html#a09a15b7005b624c93cc03ebbc4a3d375',1,'HitBox::position()'],['../classTransform.html#aecfee605af55e0c6e555b5fdfd4f488a',1,'Transform::position()'],['../structServerWorld_1_1BlockUpdateData.html#a43565d71e4e31528a67639d755c5b354',1,'ServerWorld::BlockUpdateData::position()'],['../structServerWorld_1_1Ticket.html#a81ef4cfa1593c495f57cf49573f48b64',1,'ServerWorld::Ticket::position()']]],
+ ['pos_23',['pos',['../structObjVertex.html#ae3a64feb1b25a5a8288c47d07c36127e',1,'ObjVertex::pos()'],['../structLineVertex.html#a1dc068e612b921483967c7a1cf60f96a',1,'LineVertex::pos()'],['../structEntityVertex.html#a1d6ed7bf852bdd04b2a8f00ef473e473',1,'EntityVertex::pos()'],['../structItemVertex.html#aea5dc940573c9eb2fa8e9948a454b98d',1,'ItemVertex::pos()'],['../structPlayerModel_1_1Vertex.html#aeeae6aa3a49d1c643b3a6b64a9489f6c',1,'PlayerModel::Vertex::pos()']]],
+ ['position_24',['position',['../structPlayerListPacket_1_1PlayerInfo.html#a45d234a16fccb9b55e36271d21ff569a',1,'PlayerListPacket::PlayerInfo::position()'],['../structCamera_1_1RenderInfo.html#ac48415567e0ed4b659f646513fbbf19b',1,'Camera::RenderInfo::position()'],['../structPlayerRenderData.html#a121b534557fc42a82b9bac6a3bcdf1c4',1,'PlayerRenderData::position()'],['../classHitBox.html#a09a15b7005b624c93cc03ebbc4a3d375',1,'HitBox::position()'],['../classTransform.html#aecfee605af55e0c6e555b5fdfd4f488a',1,'Transform::position()'],['../structServerWorld_1_1BlockUpdateData.html#a43565d71e4e31528a67639d755c5b354',1,'ServerWorld::BlockUpdateData::position()'],['../structServerWorld_1_1Ticket.html#a81ef4cfa1593c495f57cf49573f48b64',1,'ServerWorld::Ticket::position()']]],
['prerender_5fitem_5ficon_5fframebuffer_25',['prerender_item_icon_framebuffer',['../classVulkanAPI.html#a63fa15b14880714d1c3a76569933d256',1,'VulkanAPI']]],
['prerender_5fitem_5ficon_5fpipeline_26',['prerender_item_icon_pipeline',['../classVulkanAPI.html#a480baf17862bbec82e00b3b1dd90e60e',1,'VulkanAPI']]],
['prerender_5fitem_5ficon_5frender_5fpass_27',['prerender_item_icon_render_pass',['../classVulkanAPI.html#aa9a504cc0f7d6ab94cd524c0d16a5bac',1,'VulkanAPI']]],
diff --git a/server__main_8cpp__incl.md5 b/server__main_8cpp__incl.md5
index ecb1d27c..f48eaa68 100644
--- a/server__main_8cpp__incl.md5
+++ b/server__main_8cpp__incl.md5
@@ -1 +1 @@
-b607cc27e863e4f8817c5a7b9dc1aadb
\ No newline at end of file
+76c7f54b99f907a7e95949cef62a52ab
\ No newline at end of file
diff --git a/structWorldScene_1_1DebugBlock-members.html b/structChunkMeshRenderData-members.html
similarity index 80%
rename from structWorldScene_1_1DebugBlock-members.html
rename to structChunkMeshRenderData-members.html
index 71a75c02..6bf56b0d 100644
--- a/structWorldScene_1_1DebugBlock-members.html
+++ b/structChunkMeshRenderData-members.html
@@ -79,7 +79,7 @@
@@ -105,15 +105,15 @@
-
This is the complete list of members for WorldScene::DebugBlock , including all inherited members.
+
This is the complete list of members for ChunkMeshRenderData , including all inherited members.
diff --git a/structWorldScene_1_1ChunkMeshRenderData.html b/structChunkMeshRenderData.html
similarity index 66%
rename from structWorldScene_1_1ChunkMeshRenderData.html
rename to structChunkMeshRenderData.html
index 489260d8..a502fc47 100644
--- a/structWorldScene_1_1ChunkMeshRenderData.html
+++ b/structChunkMeshRenderData.html
@@ -6,7 +6,7 @@
-VOX: WorldScene::ChunkMeshRenderData Struct Reference
+VOX: ChunkMeshRenderData Struct Reference
@@ -79,7 +79,7 @@
@@ -107,67 +107,67 @@
+
-
#include <WorldScene.hpp >
+
#include <VulkanAPI.hpp >
+Collaboration diagram for ChunkMeshRenderData:
-
-◆ id
+
+◆ id
- uint64_t WorldScene::ChunkMeshRenderData::id
+ uint64_t ChunkMeshRenderData::id
-
-◆ model
+
+◆ model
- glm::dmat4 WorldScene::ChunkMeshRenderData::model
+ glm::dmat4 ChunkMeshRenderData::model
-
-◆ water_id
+
+◆ water_id
- uint64_t WorldScene::ChunkMeshRenderData::water_id
+ uint64_t ChunkMeshRenderData::water_id
diff --git a/structChunkMeshRenderData.js b/structChunkMeshRenderData.js
new file mode 100644
index 00000000..bb5fcbcf
--- /dev/null
+++ b/structChunkMeshRenderData.js
@@ -0,0 +1,6 @@
+var structChunkMeshRenderData =
+[
+ [ "id", "structChunkMeshRenderData.html#a7f0eb321e03a801ba7ca57f4248f28ba", null ],
+ [ "model", "structChunkMeshRenderData.html#a9eab34f4cd8d7d021bbe3772258c3d98", null ],
+ [ "water_id", "structChunkMeshRenderData.html#ac1f9b789b695956019ba2df042088a12", null ]
+];
\ No newline at end of file
diff --git a/structChunkMeshRenderData__coll__graph.map b/structChunkMeshRenderData__coll__graph.map
new file mode 100644
index 00000000..c099a21b
--- /dev/null
+++ b/structChunkMeshRenderData__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/structChunkMeshRenderData__coll__graph.md5 b/structChunkMeshRenderData__coll__graph.md5
new file mode 100644
index 00000000..c76b39a0
--- /dev/null
+++ b/structChunkMeshRenderData__coll__graph.md5
@@ -0,0 +1 @@
+0be7bdaf6417571c0ffd1ae19dc2a0f5
\ No newline at end of file
diff --git a/structChunkMeshRenderData__coll__graph.png b/structChunkMeshRenderData__coll__graph.png
new file mode 100644
index 00000000..c8b2e6a3
Binary files /dev/null and b/structChunkMeshRenderData__coll__graph.png differ
diff --git a/structWorldScene_1_1MeshRenderData-members.html b/structMeshRenderData-members.html
similarity index 83%
rename from structWorldScene_1_1MeshRenderData-members.html
rename to structMeshRenderData-members.html
index 94b17f94..c3162f05 100644
--- a/structWorldScene_1_1MeshRenderData-members.html
+++ b/structMeshRenderData-members.html
@@ -79,7 +79,7 @@
@@ -105,14 +105,14 @@
-
This is the complete list of members for WorldScene::MeshRenderData , including all inherited members.
+
This is the complete list of members for MeshRenderData , including all inherited members.
diff --git a/structWorldScene_1_1MeshRenderData.html b/structMeshRenderData.html
similarity index 71%
rename from structWorldScene_1_1MeshRenderData.html
rename to structMeshRenderData.html
index a90c70f1..70cf1826 100644
--- a/structWorldScene_1_1MeshRenderData.html
+++ b/structMeshRenderData.html
@@ -6,7 +6,7 @@
-VOX: WorldScene::MeshRenderData Struct Reference
+VOX: MeshRenderData Struct Reference
@@ -79,7 +79,7 @@
@@ -107,51 +107,51 @@
+
-
#include <WorldScene.hpp >
+
#include <VulkanAPI.hpp >
+Collaboration diagram for MeshRenderData:
-
-◆ id
+
+◆ id
- uint64_t WorldScene::MeshRenderData::id
+ uint64_t MeshRenderData::id
-
-◆ model
+
+◆ model
- glm::dmat4 WorldScene::MeshRenderData::model
+ glm::dmat4 MeshRenderData::model
diff --git a/structMeshRenderData.js b/structMeshRenderData.js
new file mode 100644
index 00000000..5eb65f3d
--- /dev/null
+++ b/structMeshRenderData.js
@@ -0,0 +1,5 @@
+var structMeshRenderData =
+[
+ [ "id", "structMeshRenderData.html#a21aa9f3330f7ad02825ab9b601f5163b", null ],
+ [ "model", "structMeshRenderData.html#add2067b62f5d64883c70f909b6e3c34e", null ]
+];
\ No newline at end of file
diff --git a/structMeshRenderData__coll__graph.map b/structMeshRenderData__coll__graph.map
new file mode 100644
index 00000000..30ef5396
--- /dev/null
+++ b/structMeshRenderData__coll__graph.map
@@ -0,0 +1,3 @@
+
+
+
diff --git a/structMeshRenderData__coll__graph.md5 b/structMeshRenderData__coll__graph.md5
new file mode 100644
index 00000000..d8801a75
--- /dev/null
+++ b/structMeshRenderData__coll__graph.md5
@@ -0,0 +1 @@
+c289678c374a2261d0bdd3c74b5d7b24
\ No newline at end of file
diff --git a/structMeshRenderData__coll__graph.png b/structMeshRenderData__coll__graph.png
new file mode 100644
index 00000000..f83e20aa
Binary files /dev/null and b/structMeshRenderData__coll__graph.png differ
diff --git a/structWorldScene_1_1ChunkMeshRenderData-members.html b/structPlayerRenderData-members.html
similarity index 71%
rename from structWorldScene_1_1ChunkMeshRenderData-members.html
rename to structPlayerRenderData-members.html
index 1dec54dc..5689aefe 100644
--- a/structWorldScene_1_1ChunkMeshRenderData-members.html
+++ b/structPlayerRenderData-members.html
@@ -79,7 +79,7 @@
@@ -105,15 +105,18 @@
-
This is the complete list of members for WorldScene::ChunkMeshRenderData , including all inherited members.
+
This is the complete list of members for PlayerRenderData , including all inherited members.
diff --git a/structWorldScene_1_1PlayerRenderData.html b/structPlayerRenderData.html
similarity index 61%
rename from structWorldScene_1_1PlayerRenderData.html
rename to structPlayerRenderData.html
index c7581228..213b6901 100644
--- a/structWorldScene_1_1PlayerRenderData.html
+++ b/structPlayerRenderData.html
@@ -6,7 +6,7 @@
-VOX: WorldScene::PlayerRenderData Struct Reference
+VOX: PlayerRenderData Struct Reference
@@ -79,7 +79,7 @@
@@ -107,18 +107,18 @@
+
-
#include <WorldScene.hpp >
+
#include <VulkanAPI.hpp >
+Collaboration diagram for PlayerRenderData:
-
-
-
+
+
+
@@ -126,98 +126,98 @@
-
-◆ attack_animation
+
+◆ attack_animation
-
-◆ pitch
+
+◆ pitch
- double WorldScene::PlayerRenderData::pitch = 0
+ double PlayerRenderData::pitch = 0
-
-◆ position
+
+◆ position
- glm::dvec3 WorldScene::PlayerRenderData::position
+ glm::dvec3 PlayerRenderData::position
-
-◆ visible
+
+◆ visible
- bool WorldScene::PlayerRenderData::visible = true
+ bool PlayerRenderData::visible = true
-
-◆ walk_animation
+
+◆ walk_animation
-
-◆ yaw
+
+◆ yaw
- double WorldScene::PlayerRenderData::yaw = 0
+ double PlayerRenderData::yaw = 0
diff --git a/structPlayerRenderData.js b/structPlayerRenderData.js
new file mode 100644
index 00000000..91f4612f
--- /dev/null
+++ b/structPlayerRenderData.js
@@ -0,0 +1,9 @@
+var structPlayerRenderData =
+[
+ [ "attack_animation", "structPlayerRenderData.html#af527a7e6ca2d6039cca7694a074870c2", null ],
+ [ "pitch", "structPlayerRenderData.html#aba08383ad8af43e5b3555e53ae8c462a", null ],
+ [ "position", "structPlayerRenderData.html#a121b534557fc42a82b9bac6a3bcdf1c4", null ],
+ [ "visible", "structPlayerRenderData.html#a1564eb09ff213dcaccf47493404c4492", null ],
+ [ "walk_animation", "structPlayerRenderData.html#aa6341a2b30d630a4ca1375649cbaedcd", null ],
+ [ "yaw", "structPlayerRenderData.html#a633d00b50271394c2fc644b93fed2e31", null ]
+];
\ No newline at end of file
diff --git a/structWorldScene_1_1PlayerRenderData__coll__graph.map b/structPlayerRenderData__coll__graph.map
similarity index 62%
rename from structWorldScene_1_1PlayerRenderData__coll__graph.map
rename to structPlayerRenderData__coll__graph.map
index 85cb6d2e..ffd672fd 100644
--- a/structWorldScene_1_1PlayerRenderData__coll__graph.map
+++ b/structPlayerRenderData__coll__graph.map
@@ -1,5 +1,5 @@
-
-
+
+
diff --git a/structPlayerRenderData__coll__graph.md5 b/structPlayerRenderData__coll__graph.md5
new file mode 100644
index 00000000..a2279a95
--- /dev/null
+++ b/structPlayerRenderData__coll__graph.md5
@@ -0,0 +1 @@
+4b94e6cf06f9d8de554f7ce27bbdba62
\ No newline at end of file
diff --git a/structPlayerRenderData__coll__graph.png b/structPlayerRenderData__coll__graph.png
new file mode 100644
index 00000000..6e8ed596
Binary files /dev/null and b/structPlayerRenderData__coll__graph.png differ
diff --git a/structWorldScene_1_1ChunkMeshRenderData.js b/structWorldScene_1_1ChunkMeshRenderData.js
deleted file mode 100644
index fed75686..00000000
--- a/structWorldScene_1_1ChunkMeshRenderData.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var structWorldScene_1_1ChunkMeshRenderData =
-[
- [ "id", "structWorldScene_1_1ChunkMeshRenderData.html#ab249b99d3cb08e1478112bda8851b321", null ],
- [ "model", "structWorldScene_1_1ChunkMeshRenderData.html#a12f114fc6fe7f9532489587b4f7713de", null ],
- [ "water_id", "structWorldScene_1_1ChunkMeshRenderData.html#a25f9ebdaece5c1e01116493bfddfd7b3", null ]
-];
\ No newline at end of file
diff --git a/structWorldScene_1_1ChunkMeshRenderData__coll__graph.map b/structWorldScene_1_1ChunkMeshRenderData__coll__graph.map
deleted file mode 100644
index feb6b9b7..00000000
--- a/structWorldScene_1_1ChunkMeshRenderData__coll__graph.map
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
diff --git a/structWorldScene_1_1ChunkMeshRenderData__coll__graph.md5 b/structWorldScene_1_1ChunkMeshRenderData__coll__graph.md5
deleted file mode 100644
index 1279278b..00000000
--- a/structWorldScene_1_1ChunkMeshRenderData__coll__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-fa2fce7132a47dd1736ed34c800f4e25
\ No newline at end of file
diff --git a/structWorldScene_1_1ChunkMeshRenderData__coll__graph.png b/structWorldScene_1_1ChunkMeshRenderData__coll__graph.png
deleted file mode 100644
index 824cff3e..00000000
Binary files a/structWorldScene_1_1ChunkMeshRenderData__coll__graph.png and /dev/null differ
diff --git a/structWorldScene_1_1DebugBlock.html b/structWorldScene_1_1DebugBlock.html
deleted file mode 100644
index 301cf751..00000000
--- a/structWorldScene_1_1DebugBlock.html
+++ /dev/null
@@ -1,190 +0,0 @@
-
-
-
-
-
-
-
-
-VOX: WorldScene::DebugBlock Struct Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VOX
-
- A little voxel engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
-
-
-
-
-
#include <WorldScene.hpp >
-
-
-
-
-
-
◆ color
-
-
-
-
-
- glm::vec4 WorldScene::DebugBlock::color
-
-
-
-
-
-
-
-
◆ position
-
-
-
-
-
- glm::vec3 WorldScene::DebugBlock::position
-
-
-
-
-
-
-
-
◆ size
-
-
-
-
-
- float WorldScene::DebugBlock::size
-
-
-
-
-
-
-
The documentation for this struct was generated from the following file:
-
-
-
-
-
-
diff --git a/structWorldScene_1_1DebugBlock.js b/structWorldScene_1_1DebugBlock.js
deleted file mode 100644
index 04662e38..00000000
--- a/structWorldScene_1_1DebugBlock.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var structWorldScene_1_1DebugBlock =
-[
- [ "color", "structWorldScene_1_1DebugBlock.html#a370fe086d8e76cf71c6f573231035def", null ],
- [ "position", "structWorldScene_1_1DebugBlock.html#a60a671cfc14789b228a9eef535277b4d", null ],
- [ "size", "structWorldScene_1_1DebugBlock.html#a213d46944238d13c1e61a7a6efdde18e", null ]
-];
\ No newline at end of file
diff --git a/structWorldScene_1_1DebugBlock__coll__graph.map b/structWorldScene_1_1DebugBlock__coll__graph.map
deleted file mode 100644
index 63fbbd1b..00000000
--- a/structWorldScene_1_1DebugBlock__coll__graph.map
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
diff --git a/structWorldScene_1_1DebugBlock__coll__graph.md5 b/structWorldScene_1_1DebugBlock__coll__graph.md5
deleted file mode 100644
index 3f266b53..00000000
--- a/structWorldScene_1_1DebugBlock__coll__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-4f3aeb745ce5ada9cdd7c9a03297c063
\ No newline at end of file
diff --git a/structWorldScene_1_1DebugBlock__coll__graph.png b/structWorldScene_1_1DebugBlock__coll__graph.png
deleted file mode 100644
index ae94dea5..00000000
Binary files a/structWorldScene_1_1DebugBlock__coll__graph.png and /dev/null differ
diff --git a/structWorldScene_1_1MeshRenderData.js b/structWorldScene_1_1MeshRenderData.js
deleted file mode 100644
index e2f6a3d4..00000000
--- a/structWorldScene_1_1MeshRenderData.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var structWorldScene_1_1MeshRenderData =
-[
- [ "id", "structWorldScene_1_1MeshRenderData.html#a95cf5e88754f36c61ed53a352da3c4cf", null ],
- [ "model", "structWorldScene_1_1MeshRenderData.html#a33226daebed590f617a7fe43ec8e0176", null ]
-];
\ No newline at end of file
diff --git a/structWorldScene_1_1MeshRenderData__coll__graph.map b/structWorldScene_1_1MeshRenderData__coll__graph.map
deleted file mode 100644
index e3d1dba3..00000000
--- a/structWorldScene_1_1MeshRenderData__coll__graph.map
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
diff --git a/structWorldScene_1_1MeshRenderData__coll__graph.md5 b/structWorldScene_1_1MeshRenderData__coll__graph.md5
deleted file mode 100644
index 65350e13..00000000
--- a/structWorldScene_1_1MeshRenderData__coll__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-ea9e705b1d81bfc91e979b39eabd11b2
\ No newline at end of file
diff --git a/structWorldScene_1_1MeshRenderData__coll__graph.png b/structWorldScene_1_1MeshRenderData__coll__graph.png
deleted file mode 100644
index faf458ce..00000000
Binary files a/structWorldScene_1_1MeshRenderData__coll__graph.png and /dev/null differ
diff --git a/structWorldScene_1_1PlayerRenderData-members.html b/structWorldScene_1_1PlayerRenderData-members.html
deleted file mode 100644
index fba9dcc1..00000000
--- a/structWorldScene_1_1PlayerRenderData-members.html
+++ /dev/null
@@ -1,129 +0,0 @@
-
-
-
-
-
-
-
-
-VOX: Member List
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VOX
-
- A little voxel engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
-
-
-
-
-
This is the complete list of members for WorldScene::PlayerRenderData , including all inherited members.
-
-
-
-
-
-
diff --git a/structWorldScene_1_1PlayerRenderData.js b/structWorldScene_1_1PlayerRenderData.js
deleted file mode 100644
index 682760a5..00000000
--- a/structWorldScene_1_1PlayerRenderData.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var structWorldScene_1_1PlayerRenderData =
-[
- [ "attack_animation", "structWorldScene_1_1PlayerRenderData.html#a117e3c0a1934877c0379e6660e19115a", null ],
- [ "pitch", "structWorldScene_1_1PlayerRenderData.html#ae2f0e054725b472fe7d8b5e4d416ff23", null ],
- [ "position", "structWorldScene_1_1PlayerRenderData.html#a2822321a94b3d939be488100e78f2e9e", null ],
- [ "visible", "structWorldScene_1_1PlayerRenderData.html#aaed03cb5d89530a035968a016cd1a0cc", null ],
- [ "walk_animation", "structWorldScene_1_1PlayerRenderData.html#a3d24dc0d055e8eb7844c08bd6fc14c53", null ],
- [ "yaw", "structWorldScene_1_1PlayerRenderData.html#ab27d42664ef2103bc012f8a7372fa781", null ]
-];
\ No newline at end of file
diff --git a/structWorldScene_1_1PlayerRenderData__coll__graph.md5 b/structWorldScene_1_1PlayerRenderData__coll__graph.md5
deleted file mode 100644
index 7822c242..00000000
--- a/structWorldScene_1_1PlayerRenderData__coll__graph.md5
+++ /dev/null
@@ -1 +0,0 @@
-4dfff870f0770d1feb3edd3ab895c71e
\ No newline at end of file
diff --git a/structWorldScene_1_1PlayerRenderData__coll__graph.png b/structWorldScene_1_1PlayerRenderData__coll__graph.png
deleted file mode 100644
index f0133337..00000000
Binary files a/structWorldScene_1_1PlayerRenderData__coll__graph.png and /dev/null differ
diff --git a/task__declarations_8hpp.html b/task__declarations_8hpp.html
index d945ffa4..3aec5d29 100644
--- a/task__declarations_8hpp.html
+++ b/task__declarations_8hpp.html
@@ -113,46 +113,46 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/task__declarations_8hpp__dep__incl.map b/task__declarations_8hpp__dep__incl.map
index 44338b85..7100f361 100644
--- a/task__declarations_8hpp__dep__incl.map
+++ b/task__declarations_8hpp__dep__incl.map
@@ -1,42 +1,42 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/task__declarations_8hpp__dep__incl.md5 b/task__declarations_8hpp__dep__incl.md5
index 15b3ff9b..13d56e72 100644
--- a/task__declarations_8hpp__dep__incl.md5
+++ b/task__declarations_8hpp__dep__incl.md5
@@ -1 +1 @@
-e856be9dc431060df1ebdd962059dbd1
\ No newline at end of file
+9272e119d2fe8ae5028b925a05690242
\ No newline at end of file
diff --git a/task__declarations_8hpp__dep__incl.png b/task__declarations_8hpp__dep__incl.png
index fa4b2b1b..790e76af 100644
Binary files a/task__declarations_8hpp__dep__incl.png and b/task__declarations_8hpp__dep__incl.png differ
diff --git a/tasks_8hpp.html b/tasks_8hpp.html
index 8ce3f919..0a531d0e 100644
--- a/tasks_8hpp.html
+++ b/tasks_8hpp.html
@@ -153,45 +153,45 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tasks_8hpp__dep__incl.map b/tasks_8hpp__dep__incl.map
index afd3c420..96d3bd8f 100644
--- a/tasks_8hpp__dep__incl.map
+++ b/tasks_8hpp__dep__incl.map
@@ -1,41 +1,41 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tasks_8hpp__dep__incl.md5 b/tasks_8hpp__dep__incl.md5
index 118c36e5..c87c3054 100644
--- a/tasks_8hpp__dep__incl.md5
+++ b/tasks_8hpp__dep__incl.md5
@@ -1 +1 @@
-af8e2f0596ae1cf9c6437b2445bdbc4e
\ No newline at end of file
+85f363343cc41ca0ea072ac817e01510
\ No newline at end of file
diff --git a/tasks_8hpp__dep__incl.png b/tasks_8hpp__dep__incl.png
index b4fe74cc..bd5eb51c 100644
Binary files a/tasks_8hpp__dep__incl.png and b/tasks_8hpp__dep__incl.png differ
diff --git a/tracy__globals_8hpp.html b/tracy__globals_8hpp.html
index 16cb231d..c39cd857 100644
--- a/tracy__globals_8hpp.html
+++ b/tracy__globals_8hpp.html
@@ -127,56 +127,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tracy__globals_8hpp__dep__incl.map b/tracy__globals_8hpp__dep__incl.map
index c8956948..0f1eb605 100644
--- a/tracy__globals_8hpp__dep__incl.map
+++ b/tracy__globals_8hpp__dep__incl.map
@@ -1,52 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tracy__globals_8hpp__dep__incl.md5 b/tracy__globals_8hpp__dep__incl.md5
index e6fd3151..be3d62a5 100644
--- a/tracy__globals_8hpp__dep__incl.md5
+++ b/tracy__globals_8hpp__dep__incl.md5
@@ -1 +1 @@
-fe904166e088bdc37feff4f6a3df6c64
\ No newline at end of file
+3f99498bc197f23c30b4a725ffb34855
\ No newline at end of file
diff --git a/tracy__globals_8hpp__dep__incl.png b/tracy__globals_8hpp__dep__incl.png
index 9a3384ea..ef879698 100644
Binary files a/tracy__globals_8hpp__dep__incl.png and b/tracy__globals_8hpp__dep__incl.png differ
diff --git a/vk__define_8hpp.html b/vk__define_8hpp.html
index 2280fa4a..3fae1938 100644
--- a/vk__define_8hpp.html
+++ b/vk__define_8hpp.html
@@ -131,54 +131,54 @@
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/vk__define_8hpp__dep__incl.map b/vk__define_8hpp__dep__incl.map
index 72a102f4..7e1acd6c 100644
--- a/vk__define_8hpp__dep__incl.map
+++ b/vk__define_8hpp__dep__incl.map
@@ -1,52 +1,52 @@
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/vk__define_8hpp__dep__incl.md5 b/vk__define_8hpp__dep__incl.md5
index 28e1df15..a9e0fdf7 100644
--- a/vk__define_8hpp__dep__incl.md5
+++ b/vk__define_8hpp__dep__incl.md5
@@ -1 +1 @@
-f9c00bacc67576d365f97c051179484d
\ No newline at end of file
+6febc89ba085d63a26936a67cfaa9871
\ No newline at end of file
diff --git a/vk__define_8hpp__dep__incl.png b/vk__define_8hpp__dep__incl.png
index d07b747f..81d51b85 100644
Binary files a/vk__define_8hpp__dep__incl.png and b/vk__define_8hpp__dep__incl.png differ
diff --git a/vk__helper_8hpp.html b/vk__helper_8hpp.html
index 1acca875..8103727a 100644
--- a/vk__helper_8hpp.html
+++ b/vk__helper_8hpp.html
@@ -130,55 +130,54 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/vk__helper_8hpp__dep__incl.map b/vk__helper_8hpp__dep__incl.map
index 412cd8fb..e6189453 100644
--- a/vk__helper_8hpp__dep__incl.map
+++ b/vk__helper_8hpp__dep__incl.map
@@ -1,51 +1,50 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/vk__helper_8hpp__dep__incl.md5 b/vk__helper_8hpp__dep__incl.md5
index 6854f836..c599c17c 100644
--- a/vk__helper_8hpp__dep__incl.md5
+++ b/vk__helper_8hpp__dep__incl.md5
@@ -1 +1 @@
-c89f2468d1b9b85e91aac855635ecfcf
\ No newline at end of file
+0b5af16b9d3869cde13b8d8b5ca2bff5
\ No newline at end of file
diff --git a/vk__helper_8hpp__dep__incl.png b/vk__helper_8hpp__dep__incl.png
index 8764815c..88b5ff12 100644
Binary files a/vk__helper_8hpp__dep__incl.png and b/vk__helper_8hpp__dep__incl.png differ