What is a clipped camera for?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By SIsilicon

I see this new node in Godot 3.1 alpha, but don’t really have a clue of what it does. Does it collide with other bodies in a physics process, or does it clip geometry being rendered?

:bust_in_silhouette: Reply From: eons

ClippedCamera is a camera that avoid being behind geometry, with the target always in sight.

It was added because the way to do it in code is kind of complex and that system is used a lot in 3D games.

https://twitter.com/reduzio/status/1031910303955595265

Thank you. :slight_smile:

SIsilicon | 2018-10-02 23:15