Files
godot-demo-projects/viewport
Markus Sauermann a69b2f7e21 Rewrite GUI in 3D demo to use Physics Picking for mouse events (#925)
Rework GUI in 3D Demo to handle mouse events via
Physics Picking instead of in _unhandled_input.

This brings several benefits:
- Correctly handle cases, where the 3D-GUI is located behind other
collision objects.
- Proper passive hovering support

This allows also to make simplifications in the code, because
3D-mouse position no longer needs to be calculated manually.
2024-02-24 18:06:19 +01:00
..

Viewport Demos

These demos showcase various ways to use the Viewport node.

Languages: All have GDScript, Dynamic Split Screen has GDSL

Renderers: 3D in 2D and GUI in 3D use GLES 3, the rest are GLES 2