NodotProject / nodot

A node composition library for Godot 4
https://nodotproject.github.io/nodot/
MIT License
332 stars 12 forks source link

Viewcone fix #135

Closed krazyjakee closed 1 year ago

krazyjakee commented 1 year ago

Aims to improve the ViewCone3D class in our project. The current implementation is using a ShapeCast3D, but we want to switch to using a SpotLight3D for better visibility and detection of nodes that enter the cone's vision.