GodotVCamera icon indicating copy to clipboard operation
GodotVCamera copied to clipboard

Avoid Wall Clipping

Open Bryce-Dixon opened this issue 2 years ago • 1 comments

There should be an Effect that raycasts from its local origin in a given vector and positions itself at the hit position (or the given vector if nothing was hit).

This would allow for cameras that maintain a specific distance from a target position without clipping through a wall.

Bryce-Dixon avatar May 23 '22 21:05 Bryce-Dixon

There's built in SpringArm node which does exactly that. However, combining it with Orbiter effect is difficult. I think node which would take 2 nodepaths as exports (from, to) would make for most flexible solution.

aXu-AP avatar May 27 '22 19:05 aXu-AP