Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) 8 сар өмнө
..
screenshots 54a8d37e6c Add a 3D waypoints demo 3 жил өмнө
README.md 8a0824a948 Add links to the Asset Library after release 3.2-5c154da 3 жил өмнө
camera.gd 5566c748c2 Update several 3D demos to Godot 4 2 жил өмнө
default_env.tres bbe50fc9da Convert demos to Godot 4 using regular expressions in a script 2 жил өмнө
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) 1 жил өмнө
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) 1 жил өмнө
main.tscn 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) 1 жил өмнө
noto_sans_regular.ttf 54a8d37e6c Add a 3D waypoints demo 3 жил өмнө
noto_sans_regular.ttf.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) 8 сар өмнө
project.godot 2a962929f3 Update demo files for Godot 4.2.1 (#1013) 8 сар өмнө
waypoint.gd 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) 1 жил өмнө
waypoint.svg 54a8d37e6c Add a 3D waypoints demo 3 жил өмнө
waypoint.svg.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) 8 сар өмнө
waypoint.tscn 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) 1 жил өмнө

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: GLES 2

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/889

Screenshots

Screenshot