AdvancedPeripherals icon indicating copy to clipboard operation
AdvancedPeripherals copied to clipboard

[Feature] 3d Options for the AR glasses

Open RGFTheCoder opened this issue 4 years ago • 2 comments

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?).

RGFTheCoder avatar Jun 02 '21 02:06 RGFTheCoder

Maybe also a function that projects any 3d point to 2d screenspace (+ if its visible) so that we can place circles at 3d positions like waypoints

RGFTheCoder avatar Jun 03 '21 04:06 RGFTheCoder

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

NeuroTypicalCure avatar Sep 01 '21 06:09 NeuroTypicalCure