()
| 560 | |
| 561 | |
| 562 | protected void bindFrontTexture() { |
| 563 | usingFrontTex = true; |
| 564 | if (!texturingIsEnabled(TEXTURE_2D)) { |
| 565 | enableTexturing(TEXTURE_2D); |
| 566 | } |
| 567 | bindTexture(TEXTURE_2D, glColorTex.get(frontTex)); |
| 568 | } |
| 569 | |
| 570 | |
| 571 | protected void unbindFrontTexture() { |
no test coverage detected