Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FractalineHue opened this issue Dec 8, 2022 · 0 comments
Labels
1.19x bug Something isn't working
Milestone

Comments

@FractalineHue
Copy link

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

@SirEndii SirEndii added this to the 0.8r milestone Dec 16, 2022
@SirEndii SirEndii added bug Something isn't working 1.19x labels Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.19x bug Something isn't working
Projects
Status: Needs Bug Review
Development

No branches or pull requests

2 participants