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

Typo spotted #114

Open
UltraHex opened this issue Oct 29, 2024 · 0 comments
Open

Typo spotted #114

UltraHex opened this issue Oct 29, 2024 · 0 comments

Comments

@UltraHex
Copy link

nifxml/nif.xml

Lines 1811 to 1822 in 970a623

<struct name="Matrix33" size="36" module="NiMain">
A 3x3 rotation matrix; M^T M=identity, det(M)=1. Stored in OpenGL column-major format.
<field name="m11" type="float" default="1.0">Member 1,1 (top left)</field>
<field name="m21" type="float" default="0.0">Member 2,1</field>
<field name="m31" type="float" default="0.0">Member 3,1 (bottom left)</field>
<field name="m12" type="float" default="0.0">Member 1,2</field>
<field name="m22" type="float" default="1.0">Member 2,2</field>
<field name="m32" type="float" default="0.0">Member 3,2</field>
<field name="m13" type="float" default="0.0">Member 1,3 (top right)</field>
<field name="m23" type="float" default="0.0">Member 2,3</field>
<field name="m33" type="float" default="1.0">Member 3,3 (bottom left)</field>
</struct>

Member 3,3 should be bottom right.

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

1 participant