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

Added armorstand pose expression and test #6827

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TFSMads
Copy link
Contributor

@TFSMads TFSMads commented Jun 28, 2024

Description

Added armorstand pose expression and a test for the expression.


Target Minecraft Versions: any
Requirements: none
Related Issues: #6597

Copy link
Member

@sovdeeth sovdeeth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a big fan of how this is implemented. To my knowledge, converting an euler angle to a single directional vector loses the entire roll axis, which is pretty important to have. I would rather see this implemented with either
a) a yaw, pitch, roll inputs
b) a direction + roll input

I'd prefer the first but i see how the second could be more versatile, and of course, both can also be useful.

@sovdeeth sovdeeth added feature Pull request adding a new feature. up for debate When the decision is yet to be debated on the issue in question labels Jun 28, 2024
@TFSMads
Copy link
Contributor Author

TFSMads commented Jun 28, 2024

I'm going on vacation tomorrow but i can implement support for roll when i get home.

@Pikachu920
Copy link
Member

could you also seperate the pattern please? it makes it easier to read on the docs. you could probably group similar things like left/right arm still

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Pull request adding a new feature. up for debate When the decision is yet to be debated on the issue in question
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants