Posted August 13, 201510 yr Hi, using ForgeHooksClient to return a Matrix4f, it gives me the wrong matrix (I already checked it beforehand). I'm trying to return a Matrix4f for a model's transforms using ForgeHooksClient#getMatrix(). I know that the matrix is incorrect due to the fact that it messes up the model's transformation / rotation completely. Does anyone know why this is? Thanks. Note: In the below code, "modelOne" is the IBakedModel being referenced. Also, the code was taken out of the IPerspectiveAwareModel#handlePerspective method. ForgeHooksClient.getMatrix(this.modelOne.getItemCameraTransforms().firstPerson) Development of Plugins [2012 - 2014] Development of Mods [2012 - Current]
August 13, 201510 yr Author My apologies. Forgot to read the changelog this time, looks like they have a fix, but I'm yet to try it out. Topic locked. Development of Plugins [2012 - 2014] Development of Mods [2012 - Current]
August 14, 201510 yr Author The forge build 11.14.3.1502 has in the changelog that in an earlier build this issue was fixed. It seems to fix it for the most part, but it still does move my item's .JSON transforms and rotations, just a little less than it used to. Is my code incorrect, meaning is there a way to properly grab these item transforms so that the fix would work? Thanks. Development of Plugins [2012 - 2014] Development of Mods [2012 - Current]
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.