Hugo Locurcio 4d49bbd1b8 Update demos for Godot 4.4 6 months ago
..
screenshots 54a8d37e6c Add a 3D waypoints demo 4 years ago
README.md b4c73f4888 Fix README links to asset library (#1078) 1 year ago
camera.gd bac1e69164 Use static typing in all demos (#1063) 1 year ago
camera.gd.uid 4d49bbd1b8 Update demos for Godot 4.4 4 months ago
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) 2 years ago
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) 2 years ago
main.tscn 4d49bbd1b8 Update demos for Godot 4.4 4 months ago
noto_sans_regular.ttf 54a8d37e6c Add a 3D waypoints demo 4 years ago
noto_sans_regular.ttf.import 4d49bbd1b8 Update demos for Godot 4.4 4 months ago
project.godot 4d49bbd1b8 Update demos for Godot 4.4 4 months ago
waypoint.gd bac1e69164 Use static typing in all demos (#1063) 1 year ago
waypoint.gd.uid 4d49bbd1b8 Update demos for Godot 4.4 4 months ago
waypoint.svg 54a8d37e6c Add a 3D waypoints demo 4 years ago
waypoint.svg.import bac1e69164 Use static typing in all demos (#1063) 1 year ago
waypoint.tscn bac1e69164 Use static typing in all demos (#1063) 1 year ago

README.md

3D Waypoints

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

Screenshots

Screenshot