You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another set of functions for the AR glasses which allow adding basic 3d objects in the air (could be linked to gps through lua code to make them static relative to world.) This would allow for blueprint-style software that tells you where to place blocks.
Describe alternatives you've considered if you've any
Using gps and manually projecting points into triangles, but the AR glasses don't have triangles, and manual projection would be extremely slow.
Additional context
A basic cube & cube outline function would be useful, as well as a way to place "flat" things in the air (maybe by a special floating panel that redirects the draw commands like term.redirect?).
The text was updated successfully, but these errors were encountered:
Doing this through the ar goggles is kinda silly since you can program that through the game already but manipulating the game world to place virtual structures is a cool idea tho
Describe your feature idea
Another set of functions for the AR glasses which allow adding basic 3d objects in the air (could be linked to gps through lua code to make them static relative to world.) This would allow for blueprint-style software that tells you where to place blocks.
Describe alternatives you've considered if you've any
Using gps and manually projecting points into triangles, but the AR glasses don't have triangles, and manual projection would be extremely slow.
Additional context
A basic cube & cube outline function would be useful, as well as a way to place "flat" things in the air (maybe by a special floating panel that redirects the draw commands like term.redirect?).
The text was updated successfully, but these errors were encountered: