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

Billboards lack support for two axis pivots. #208

Closed
jwittner opened this issue Sep 9, 2016 · 5 comments
Closed

Billboards lack support for two axis pivots. #208

jwittner opened this issue Sep 9, 2016 · 5 comments
Assignees

Comments

@jwittner
Copy link
Member

jwittner commented Sep 9, 2016

There are cases where you want this, e.g. Tag-a-longs that don't rotate about the Z.

I'm thinking of adding PivotAxis.XY, etc. to support these cases.

@NeerajW
Copy link

NeerajW commented Sep 12, 2016

I wonder if we should just make Billboard.cs do a LookAt.

@jwittner
Copy link
Member Author

@NeerajW and kill the PivotAxis enum?

@stbertou
Copy link

My 2c: I think the locking feature is really useful and should definitely stay.
What about adding lock per axis instead (as Booleans) although most of the time you only wanna lock the Y axis not sure why you would want to lock another one.

@jwittner
Copy link
Member Author

@stbertou I think we can achieve that with the addition of PivotAxis.XY, XZ, and YZ. At that point I think we've covered all the potential options.

@jwittner
Copy link
Member Author

Yay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants