Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-188188

Particles use incorrect billboard method

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • 1.21.50.26 Preview, 1.21.44 Hotfix
    • Unconfirmed
    • Multiple

      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.

       

       

        1. particle_1.gif
          722 kB
          codenamecomlink
        2. particle_2.gif
          246 kB
          codenamecomlink
        3. particle_3.gif
          763 kB
          codenamecomlink

            codenamecomlink codenamecomlink
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: