1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Remove Octree

Octree is no longer used in 4.x.
This commit is contained in:
lawnjelly
2022-07-06 14:10:05 +01:00
parent 55fca1cb94
commit 1f69666209
3 changed files with 0 additions and 1273 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -31,7 +31,6 @@
#include "world_3d.h" #include "world_3d.h"
#include "core/config/project_settings.h" #include "core/config/project_settings.h"
#include "core/math/octree.h"
#include "scene/3d/camera_3d.h" #include "scene/3d/camera_3d.h"
#include "scene/3d/visible_on_screen_notifier_3d.h" #include "scene/3d/visible_on_screen_notifier_3d.h"
#include "scene/scene_string_names.h" #include "scene/scene_string_names.h"

View File

@@ -31,7 +31,6 @@
#ifndef RENDERING_SERVER_DEFAULT_H #ifndef RENDERING_SERVER_DEFAULT_H
#define RENDERING_SERVER_DEFAULT_H #define RENDERING_SERVER_DEFAULT_H
#include "core/math/octree.h"
#include "core/templates/command_queue_mt.h" #include "core/templates/command_queue_mt.h"
#include "core/templates/hash_map.h" #include "core/templates/hash_map.h"
#include "renderer_canvas_cull.h" #include "renderer_canvas_cull.h"