Jump to content

1.19.3 Custom particle rotation


Adixe

Recommended Posts

Hello I have a question. I want to create a particle that will not render towards the player's camera. By default all particles render towards the camera. I want the particle to rotate towards a specific position, not the player's position. I think I need to use the "render" method from the Particle class. Unfortunately, I don't know how to solve this problem technically and metamatically. I will be grateful for any help!

Link to comment
Share on other sites

23 hours ago, Adixe said:

Hello I have a question. I want to create a particle that will not render towards the player's camera. By default all particles render towards the camera. I want the particle to rotate towards a specific position, not the player's position. I think I need to use the "render" method from the Particle class. Unfortunately, I don't know how to solve this problem technically and metamatically. I will be grateful for any help!

Well, you can look at how the snowball renders first (ThrownItemRenderer) to see how to get it to render facing the player. Then all you technically need to do is rotate it.

Link to comment
Share on other sites

5 hours ago, ChampionAsh5357 said:

Well, you can look at how the snowball renders first (ThrownItemRenderer) to see how to get it to render facing the player. Then all you technically need to do is rotate it.

Thank you for your answer! Could I ask for more details? I've looked at the Snowball class and the ThrownItemRenderer class, but unfortunately it doesn't tell me much.

Link to comment
Share on other sites

8 minutes ago, Adixe said:

Thank you for your answer! Could I ask for more details? I've looked at the Snowball class and the ThrownItemRenderer class, but unfortunately it doesn't tell me much.

Well what do you understand about it so far? I feel as though the class is more or less self explanatory because one or two particular lines, but I would prefer if you could provide your own understanding so I may add onto it as necessary.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

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