mojira.dev
MCPE-188188

Particles use incorrect billboard method

Summary:
Particles do not use the same billboarding method as Java Edition. This is controlled by the particle json files as included in the bedrock samples. Effect is most noticeable when looking straight up or down.

Steps to reproduce:

  1. Observe particles uncentered in the player's view.

Observed results:
Particles rotate towards the player, causing visual warping when uncentered / odd spiral rotations.

Expected results:
Particles face the camera in a uniform manner.

Fix:
Replace every instance of

"facing_camera_mode": "lookat_xyz"

in resource_pack\particles with

"facing_camera_mode": "rotate_xyz"

Notes:
Particles_1.gif = Observed results. Default resource pack behavior.
Particles_2.gif = Expected results. Vanilla Java edition.
Particles_3.gif = Fix. Customized resource pack behavior.

 

 

Linked issues

Attachments

Comments 2

[media][media][media]

Thank you for your report!
We're tracking this issue in MCPE-29181, so this ticket is being resolved and linked as a duplicate.

If you would like to add a vote and any extra information to the main ticket it would be appreciated.

If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
-- I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.

codenamecomlink

(Unassigned)

Unconfirmed

Multiple

vanilla-parity

1.21.50.26 Preview, 1.21.44 Hotfix

Retrieved