anthonyec / godot_little_camera_preview

🎥 Picture-in-picture style preview for both 2D and 3D cameras
MIT License
605 stars 8 forks source link

Add support for Phantom Camera addon #2

Open anthonyec opened 8 months ago

anthonyec commented 8 months ago

The idea was mentioned on Reddit about integrating with Phantom Camera. Seems like it'd be useful to have basic viewport previews of the PCam nodes, even if it didn't have the fancy guide overlay.

Currently the code expects either a Camera2D or Camera3D node, so that would probably need to change to something more generic like Node2D and Node3D.