IntelligenceModding / Advanced-Peripherals-Features

A place for the feature request for Advanced Peripherals
0 stars 1 forks source link

[Feature] 3d Options for the AR glasses #57

Open RGFTheCoder opened 3 years ago

RGFTheCoder commented 3 years ago

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 commented 3 years ago

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

NeuroTypicalCure commented 2 years ago

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