Posted February 17, 20232 yr 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!
February 18, 20232 yr 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.
February 18, 20232 yr Author 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.
February 18, 20232 yr 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.
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.