()
| 4905 | } |
| 4906 | |
| 4907 | public static void beginSky() |
| 4908 | { |
| 4909 | isRenderingSky = true; |
| 4910 | fogEnabled = true; |
| 4911 | setDrawBuffers(dfbDrawBuffers); |
| 4912 | useProgram(ProgramSkyTextured); |
| 4913 | pushEntity(-2, 0); |
| 4914 | } |
| 4915 | |
| 4916 | public static void setSkyColor(Vec3 v3color) |
| 4917 | { |
no test coverage detected