GodotVR / godot-xr-tools

Support scenes for AR and VR in Godot
MIT License
471 stars 64 forks source link

Viewport_2d_in_3d - extended for array meshes #622

Closed DigitalN8m4r3 closed 3 months ago

DigitalN8m4r3 commented 3 months ago

621

fixes the above by adding a bool to the viewport_2d_in_3d.gd script

it allows for non built in meshes to be used, therefore array meshes, this allows for all kinds of surfaces to be used for displaying ui elements, for example a curved screen as shown in the pr.

the pr updates the current pointer demo with a curved screen

grafik