Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | преди 9 месеца | |
---|---|---|
.. | ||
screenshots | преди 3 години | |
README.md | преди 3 години | |
camera.gd | преди 2 години | |
default_env.tres | преди 2 години | |
icon.webp | преди 1 година | |
icon.webp.import | преди 1 година | |
main.tscn | преди 1 година | |
noto_sans_regular.ttf | преди 3 години | |
noto_sans_regular.ttf.import | преди 9 месеца | |
project.godot | преди 9 месеца | |
waypoint.gd | преди 1 година | |
waypoint.svg | преди 3 години | |
waypoint.svg.import | преди 9 месеца | |
waypoint.tscn | преди 1 година |
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