-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Comments
I wonder if we should just make Billboard.cs do a LookAt. |
@NeerajW and kill the PivotAxis enum? |
My 2c: I think the locking feature is really useful and should definitely stay. |
@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. |
Yay! |
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.
The text was updated successfully, but these errors were encountered: