pandemonium_engine/scene
Relintai 5b869f8b54 Ported from godot: Canvas item hierarchical culling
Adds optional hierarchical culling to the 2D rendering (within VisualServer).
Each canvas item maintains a bound in local space of the item itself and all child / grandchild items. This allows branches to be culled at once when they don't intersect a viewport.
- lawnjelly
b777a9e5f9
2023-06-28 20:25:48 +02:00
..
2d Ported from godot: Canvas item hierarchical culling 2023-06-28 20:25:48 +02:00
3d Fix overwriting of Spatial's local transform 2023-06-28 12:23:08 +02:00
animation Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
audio Fix Editor hanging if audiostream's pitch_scale is NaN 2023-03-12 14:14:29 +01:00
debugger Changed 2 errors to just an if. 2023-06-15 15:42:07 +02:00
gui Backport VideoLooping and fix for initial black frame 2023-06-28 12:22:49 +02:00
main Ported from godot: Canvas item hierarchical culling 2023-06-28 20:25:48 +02:00
resources Make acos and asin safe 2023-06-11 08:41:42 +02:00
property_utils.cpp Fix exporting big templates 2022-11-30 19:23:35 +01:00
property_utils.h Clang format all files. 2022-03-18 19:00:13 +01:00
register_scene_types.cpp Implemented a new ProcessGroup Node. It can be used to multithread scenes updates. 2023-06-13 15:08:35 +02:00
register_scene_types.h Clang format all files. 2022-03-18 19:00:13 +01:00
scene_string_names.cpp Implemented a new ProcessGroup Node. It can be used to multithread scenes updates. 2023-06-13 15:08:35 +02:00
scene_string_names.h Implemented a new ProcessGroup Node. It can be used to multithread scenes updates. 2023-06-13 15:08:35 +02:00
SCsub Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00