Jump to content

Event not working


matthew123

Recommended Posts

3 minutes ago, diesieben07 said:

Show your code.

 event.getRenderer().getModel().rightArm.yRot = 50f;
 event.getRenderer().getModel().rightArm.xRot = 50f;

I also need to render two hands in first person. Is it possible to somehow copy the matrix from the stack then add it on top after rotation to emulate a second hand?

Link to comment
Share on other sites

Just now, matthew123 said:
 event.getRenderer().getModel().rightArm.yRot = 50f;
 event.getRenderer().getModel().rightArm.xRot = 50f;

I also need to render two hands in first person. Is it possible to somehow copy the matrix from the stack then add it on top after rotation to emulate a second hand?

Huh. Now that i think about it, the POST event is AFTER the thing was rendered. So I may need to do it in PRE, right?

Link to comment
Share on other sites

1 minute ago, matthew123 said:

I also need to render two hands in first person. Is it possible to somehow copy the matrix from the stack then add it on top after rotation to emulate a second hand?

That's not how that works.

3 minutes ago, matthew123 said:

Huh. Now that i think about it, the POST event is AFTER the thing was rendered. So I may need to do it in PRE, right?

There is no event that lets you modify the animations.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.