-
Bug
-
Resolution: Fixed
-
Minecraft 1.8, Minecraft 1.8.1, Minecraft 1.8.8, Minecraft 15w49b, Minecraft 1.8.9, Minecraft 15w50a, Minecraft 16w06a, Minecraft 1.10.2, Minecraft 16w42a, Minecraft 16w43a, Minecraft 1.11.2, Minecraft 1.12, Minecraft 1.12.2, Minecraft 17w45b, Minecraft 18w02a, Minecraft 1.13, Minecraft 18w30a
-
None
-
Confirmed
What I expected to happen was:
I was using the "front view mode" (pressing F5 2 times) and I did this: /particle largeexplode ~ ~ ~5 2 2 2 1 25
What actually happened was:
The particles did not show up, but they did in 3rd person view and first person view
Steps to Reproduce:
1. Press F5 2 times
2. execute a /particle command with the particle largeexplode*
*Some other particles does not show up, like hugeexplosion
Look at attached files to see what I mean by front view
Code analysis
Based on 1.11 decompiled using MCP 9.35 rc1
It looks like all particles which override the method net.minecraft.client.particle.Particle.getFXLayer() to return 3 and are therefor rendered by the method net.minecraft.client.particle.ParticleManager.renderLitParticles(Entity, float) are not correctly rotated when the player is using the front view unless they are not rendering something themself like mobappearance which renders an entity.
It seems like this can be fixed by having the method net.minecraft.client.particle.ParticleManager.renderLitParticles(Entity, float) call the methods ActiveRenderInfo.getRotationX();, ActiveRenderInfo.getRotationZ();, ... instead of calculating the values itself, just like the method net.minecraft.client.particle.ParticleManager.renderParticles(Entity, float) does it.
- is duplicated by
-
MC-85234 Particle-specific Rendering Glitch with largeexplode/hugeexplosion
- Resolved
-
MC-85271 Particle effects are not shown in second f5 mode
- Resolved
-
MC-86921 sweepAttack particles don't render in 3rd person front view
- Resolved
-
MC-88120 Particle sweapattack does not show in front 3rd view
- Resolved
-
MC-93298 sweepAttack particle not shown in face-facing third-person
- Resolved
-
MC-102863 Explosion particle does not appear in f5 mode (facing player)
- Resolved
-
MC-105258 /partical issue
- Resolved
-
MC-121893 Largeexplode particle in F5 mode (facing toward screen) cannot see the particle
- Resolved
-
MC-130222 Animation Bugs
- Resolved
-
MC-4286 TNT explosion does not show in 3rd person
- Resolved