Aaron Franke 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) hai 4 meses
..
screenshots 54a8d37e6c Add a 3D waypoints demo %!s(int64=4) %!d(string=hai) anos
README.md b4c73f4888 Fix README links to asset library (#1078) hai 6 meses
camera.gd bac1e69164 Use static typing in all demos (#1063) hai 7 meses
default_env.tres bbe50fc9da Convert demos to Godot 4 using regular expressions in a script %!s(int64=2) %!d(string=hai) anos
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) hai 1 ano
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) hai 1 ano
main.tscn 785e3213d5 Use higher shadow filtering quality settings in 3D demos (#1067) hai 7 meses
noto_sans_regular.ttf 54a8d37e6c Add a 3D waypoints demo %!s(int64=4) %!d(string=hai) anos
noto_sans_regular.ttf.import 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) hai 4 meses
project.godot 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) hai 4 meses
waypoint.gd bac1e69164 Use static typing in all demos (#1063) hai 7 meses
waypoint.svg 54a8d37e6c Add a 3D waypoints demo %!s(int64=4) %!d(string=hai) anos
waypoint.svg.import bac1e69164 Use static typing in all demos (#1063) hai 7 meses
waypoint.tscn bac1e69164 Use static typing in all demos (#1063) hai 7 meses

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