Aaron Franke 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) | 5 mesi fa | |
---|---|---|
.. | ||
screenshots | 4 anni fa | |
README.md | 7 mesi fa | |
camera.gd | 8 mesi fa | |
default_env.tres | 2 anni fa | |
icon.webp | 1 anno fa | |
icon.webp.import | 1 anno fa | |
main.tscn | 7 mesi fa | |
noto_sans_regular.ttf | 4 anni fa | |
noto_sans_regular.ttf.import | 5 mesi fa | |
project.godot | 5 mesi fa | |
waypoint.gd | 8 mesi fa | |
waypoint.svg | 4 anni fa | |
waypoint.svg.import | 8 mesi fa | |
waypoint.tscn | 8 mesi fa |
This is an example of displaying GUI elements such as Labels in a 3D world, by projecting the 3D position onto the screen and displaying the GUI elements directly, instead of relying on viewports. This results in better readability and performance for use cases such as showing player names.
Some waypoints showcased in the demo will also snap to the window borders when outside the player's view.
No Viewport or Sprite3D nodes are used in this demo.
Language: GDScript
Renderer: Forward+
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2756