Improve beetle and net target visibility

This commit is contained in:
Alexander Sellite 2026-08-24 13:51:21 -04:00
parent 966968e54d
commit a7c71213cc
6 changed files with 15 additions and 4 deletions

View file

@ -58,7 +58,10 @@ extends Resource
## Reject upward-facing branches and foliage so attachments favor trunk-like
## faces. Zero accepts only vertical faces; one accepts every orientation.
@export_range(0.0, 1.0, 0.05) var gatherable_surface_maximum_up_dot := 0.35
@export_range(0.0, 0.25, 0.005) var gatherable_surface_clearance := 0.025
## Keep camera-facing creature billboards clear of the sampled trunk as they
## rotate. This is a physical anchor offset, so creatures remain hidden by the
## rest of the tree instead of rendering through it as an overlay.
@export_range(0.0, 0.25, 0.005) var gatherable_surface_clearance := 0.12
func supports_chunk_tags(chunk_tags: PackedStringArray) -> bool: