behaviour-tree-test/scene
Arseny Kapoulkine ccbece58d8 Enable component pruning during simplification
In addition to the regular edge collapse, we now allow the simplifier to
remove small isolated components. Components that are removed are below
the error threshold in size and as such should not noticeably contribute
to the overall rendering of the object.

This helps simplify topologically complex but small parts of larger
meshes and more comfortably reach the LOD targets.

In some cases, pruning can cause the last LOD to shrink to 0 triangles
which may prevent a slightly larger LOD from being used at the maximum
distance; in this case we retry simplification without pruning once.
2025-09-24 22:23:55 -07:00
..
2d Replace many uses of is_class with derives_from. 2025-09-23 19:59:00 +02:00
3d Merge pull request #110703 from dsnopek/xr-tracker-change 2025-09-23 12:08:45 -05:00
animation Merge pull request #110656 from KoBeWi/LocalTweener 2025-09-24 09:59:03 -05:00
audio Compile out editor-only logic within validate_property in games 2025-06-12 12:54:19 +08:00
debugger Replace many uses of is_class with derives_from. 2025-09-23 19:59:00 +02:00
gui Merge pull request #109943 from kevinlam508/proper-tree-size-without-scrollbars 2025-09-24 09:59:13 -05:00
main Merge pull request #85080 from Cykyrios/draw-ellipse 2025-09-23 12:08:51 -05:00
resources Enable component pruning during simplification 2025-09-24 22:23:55 -07:00
theme Add GDSOFTCLASS to six inheritors of Object 2025-09-21 16:22:29 +01:00
property_list_helper.cpp Always store ID of PopupMenu items 2024-08-20 15:33:21 +02:00
property_list_helper.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
property_utils.cpp Add is_instance() helper method to Node 2025-07-08 20:42:52 +02:00
property_utils.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
register_scene_types.cpp Core: Handle disabled class detection in ClassDB 2025-08-26 09:31:14 -05:00
register_scene_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
scene_string_names.h [RTL] Add paragraph separation theme property. 2025-06-10 12:13:48 +03:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00