Background information
I have a mod that renders the game in 360 degrees. With the most recent changes/bug fixes, I have uncovered a new bug.
The mod renders the game 6 times in 6 different directions, then uses a shader to combine all of the images into one.
I am using
GLStateManager.rotate(angle, 0, 1, 0);
to rotate the camera.
The chunks in the forward view are rendered correctly, but the chunks in other directions are often not rendered.
The Request
Can someone provide the name of the class or method that causes this? I have been unable to duplicate this bug using mcp (without forge).
Resources
The mod [1.10.2]
Source code
Note the flickering as chunks are occasionally rendered.
[embed=425,349]<iframe width="560" height="315" src="https://www.youtube.com/embed/lK7bxjbTOv0" frameborder="0" allowfullscreen></iframe>[/embed]
Loading the world from different locations with no code changes. Note the inconsistent results.
[embed=425,349]<iframe width="638" height="358" src="https://www.youtube.com/embed/i12LYlt07sI" frameborder="0" allowfullscreen></iframe>[/embed]
[embed=425,349]<iframe width="560" height="315" src="https://www.youtube.com/embed/qpn6f1u_NL4" frameborder="0" allowfullscreen></iframe>[/embed]