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

Allow billboarding a single axis instead of it being all or nothing. #65

Open
M6D6M6A opened this issue Jan 5, 2022 · 3 comments
Open
Labels
under consideration Features or changes which should be reviewed and considered for future versions.

Comments

@M6D6M6A
Copy link

M6D6M6A commented Jan 5, 2022

Is it possible to turn off the xml tag rotate-z so that it always points to the player?

@dlamkins dlamkins transferred this issue from blish-hud/Blish-HUD Jan 5, 2022
@dlamkins
Copy link
Member

dlamkins commented Jan 5, 2022

Moving this to our pathing module repo.

If you're referring to disabling it for a pack that already has it defined, no, there is not without modifying the pack itself to remove the attribute. Could you elaborate more on your use case, please?

@dlamkins dlamkins added the question or discussion Further information is requested label Jan 5, 2022
@M6D6M6A
Copy link
Author

M6D6M6A commented Jan 5, 2022

For example i want the N, S, E and W Marker to be not static, but rotate with the view, its sometimes a bit hard for me if you look at them at a about 90° angle

I tryed:

z-rotate = "Null"
z-rotate = "null"
z-rotate = "none"
z-rotate = ""
z-rotate = "-1"

All resulted are in a fixed Rotatin at 0° and if iook on it at 90° I cant see them.

@dlamkins
Copy link
Member

dlamkins commented Jan 5, 2022

Ahh, I see. No, the billboarding is either entirely enabled or the marker is completely static. This is something we could explore in the future, though, perhaps. I can mark this as under considering.

And for reference, our documentation will indicate if there are any special values that you can use that change the resulting behavior. https://blishhud.com/docs/markers/attributes/rotate

If you notice anything that is missing from that documentation, though, let us know as we want to ensure all special cases are properly documented.

@dlamkins dlamkins added under consideration Features or changes which should be reviewed and considered for future versions. and removed question or discussion Further information is requested labels Jan 5, 2022
@dlamkins dlamkins changed the title Disable rotate-z Allow billboarding a single axis instead of it being all or nothing. Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
under consideration Features or changes which should be reviewed and considered for future versions.
Projects
None yet
Development

No branches or pull requests

2 participants