godot-demo-projects/viewport/gui_in_3d/README.md

15 lines
319 B
Markdown
Raw Normal View History

2020-03-08 06:35:19 +01:00
# GUI in 3D
A demo showing a GUI instanced within a 3D scene using viewports,
as well as forwarding mouse and keyboard input to the GUI.
Language: GDScript
Renderer: GLES 3
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/127
2020-03-08 06:35:19 +01:00
## Screenshots
![Screenshot](screenshots/gui.png)