godot/core
jfons 3a53ae5d9f Implement visibility range and dependencies.
This commit adds the following properties to GeometryInstance3D: `visibility_range_begin`,
`visibility_range_begin_margin`, `visibility_range_end`, `visibility_range_end_margin`.

Together they define a range in which the GeometryInstance3D will be visible from the camera,
taking hysteresis into account for state changes. A begin or end value of 0 will be ignored,
so the visibility range can be open-ended in both directions.

This commit also adds the `visibility_parent` property to 'Node3D'.
Which defines the visibility parents of the node and its subtree (until
another parent is defined).

Visual instances with a visibility parent will only be visible when the parent, and all of its
ancestors recursively, are hidden because they are closer to the camera than their respective
`visibility_range_begin` thresholds.

Combining visibility ranges and visibility parents users can set-up a quick HLOD system
that shows high detail meshes when close (i.e buildings, trees) and merged low detail meshes
for far away groups (i.e. cities, woods).
2021-06-14 12:17:11 +02:00
..
config Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
crypto Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
debugger Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
error
input Fix InputEventJoypadButton::as_text crash for invalid button index 2021-06-13 13:53:11 +08:00
io Merge pull request #48746 from KoBeWi/bane_of_all_virtual_compatibility 2021-06-12 23:00:40 +02:00
math Merge pull request #34668 from aaronfranke/to-string 2021-06-13 11:58:24 +02:00
object Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
os Merge pull request #49123 from aaronfranke/it-is-time 2021-06-12 22:55:25 +02:00
string Merge pull request #34668 from aaronfranke/to-string 2021-06-13 11:58:24 +02:00
templates Implement visibility range and dependencies. 2021-06-14 12:17:11 +02:00
variant Merge pull request #34668 from aaronfranke/to-string 2021-06-13 11:58:24 +02:00
core_bind.cpp Merge pull request #49123 from aaronfranke/it-is-time 2021-06-12 22:55:25 +02:00
core_bind.h Merge pull request #49123 from aaronfranke/it-is-time 2021-06-12 22:55:25 +02:00
core_builders.py
core_constants.cpp
core_constants.h
core_string_names.cpp
core_string_names.h
doc_data.cpp
doc_data.h
register_core_types.cpp Merge pull request #49123 from aaronfranke/it-is-time 2021-06-12 22:55:25 +02:00
register_core_types.h
SCsub
typedefs.h
version.h