The Armorstands in the image are placed 0.05 blocks from each other(The minimum distance to make them render apart from each other). This limitation would be fine, but as you can see in the image they are NOT rendered at the same distance.
In the second Picture you can see a 40x40 Matrix of ArmorStands with wool on their heads (Checkerboard Pattern). As you can see this displacement has a pattern.
To reproduce: (2 Commandblocks)
1. Commandblock (Repeat): summon ArmorStand ~ ~ ~3 {Small:1b,Marker:1b,NoGravity:1b,Rotation:[20.0f,0.0f]}
2. Commandblock (Chain): tp @e[type=ArmorStand] ~ ~ ~0.05
Related issues
Attachments
Comments


Pls fix this. Im pretty sure it's a rounding Problem in the network Code and i really need it too be fixed!

Im stupid... Entities are rendered 1/32 blocks away from each other... Close this pls