GUI in 3D Demo
by Godot Foundation | MIT
A demo showing a GUI instanced within a 3D scene using viewports, as well as forwarding mouse and keyboard input to the GUI
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: Compatibility
Viewport 2D in 3D Demo
by Godot Foundation | MIT
A demo showing how a 2D scene can be shown within a 3D scene using viewports
A demo showing how a 2D scene can be shown within a 3D scene using viewports. Language: GDScript Renderer: Compatibility How does it work? The Pong game is rendered to a custom Viewport node rather than the main Viewport. In the code, get_texture() is
Labels and Texts 3D Demo
by Godot Foundation | MIT
This project showcases the two main 3D text techniques supported by Godot: Label3D and TextMesh
This project showcases the two main 3D text techniques supported by Godot: Label3D and TextMesh. Both Label3D and TextMesh exist in 3D space and can optionally be occluded by other objects, but they serve different use cases. Label3D: The Label3D node is
loading more results...