Files
godot-demo-projects/3d/waypoints/README.md
ShatteredReality b4c73f4888 Fix README links to asset library (#1078)
This updates all links to point to the 4.2 demos instead of the 3.5 ones.

Co-authored-by: A Thousand Ships (she/her) <96648715+AThousandShips@users.noreply.github.com>
2024-06-24 19:29:58 +02:00

22 lines
659 B
Markdown

# 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](screenshots/waypoints.png)