Aaron Franke b7e0a470c7 Update demos to Godot 3.4 4 жил өмнө
..
screenshots 54a8d37e6c Add a 3D waypoints demo 4 жил өмнө
README.md 8a0824a948 Add links to the Asset Library after release 3.2-5c154da 4 жил өмнө
camera.gd 54a8d37e6c Add a 3D waypoints demo 4 жил өмнө
default_env.tres 54a8d37e6c Add a 3D waypoints demo 4 жил өмнө
icon.png 54a8d37e6c Add a 3D waypoints demo 4 жил өмнө
icon.png.import b7e0a470c7 Update demos to Godot 3.4 3 жил өмнө
main.tscn b7e0a470c7 Update demos to Godot 3.4 3 жил өмнө
noto_sans_regular.ttf 54a8d37e6c Add a 3D waypoints demo 4 жил өмнө
project.godot b7e0a470c7 Update demos to Godot 3.4 3 жил өмнө
waypoint.gd 491fb265b1 Have waypoints check if the camera is current 4 жил өмнө
waypoint.svg 54a8d37e6c Add a 3D waypoints demo 4 жил өмнө
waypoint.svg.import b7e0a470c7 Update demos to Godot 3.4 3 жил өмнө
waypoint.tscn b7e0a470c7 Update demos to Godot 3.4 3 жил өмнө

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