AdvancedPeripherals icon indicating copy to clipboard operation
AdvancedPeripherals copied to clipboard

Negative numbers for from bottom/right of screen to left/up don't work on AR goggles

Open FractalineHue opened this issue 2 years ago • 0 comments

Describe

The negative coordinates to be from the bottom right of screen left/up "work" as in they go there however they are super far offscreen in those directions, appears to be negative int limit treated as a positive number for how far they are from the top left corner.

Steps to reproduce

  1. Set up ARcontroller and goggles with computer
  2. Wrap the peripheral
  3. Draw something with middle-ish positive coordinates to screen for it's top left and negative cordinates for the bottom right
  4. If bottom right cordinates such as -16 are used the drawn object is not 16 pixels from the bottom/right edges but rather still directly to the edge of the screen.

Multiplayer?

No

Version

1.18.2-0.7.20r (Latest 1.18)

Minecraft, Forge and maybe other related mods versions

1.18.2-forge-40.1.84/forge , FTB StoneBlock 3 1.4.2 from ftb launcher.

Screenshots or Videos

No response

Crashlog/log

No response

FractalineHue avatar Dec 08 '22 06:12 FractalineHue