()
| 5076 | } |
| 5077 | |
| 5078 | public static void beginSpiderEyes() |
| 5079 | { |
| 5080 | if (isRenderingWorld && ProgramSpiderEyes.getId() != ProgramNone.getId()) |
| 5081 | { |
| 5082 | useProgram(ProgramSpiderEyes); |
| 5083 | GlStateManager.enableAlpha(); |
| 5084 | GlStateManager.alphaFunc(516, 0.0F); |
| 5085 | GlStateManager.blendFunc(770, 771); |
| 5086 | } |
| 5087 | } |
| 5088 | |
| 5089 | public static void endSpiderEyes() |
| 5090 | { |
no test coverage detected