(float left, float right, float bottom, float top,
float znear, float zfar)
| 108 | |
| 109 | |
| 110 | @Override |
| 111 | public void frustum(float left, float right, float bottom, float top, |
| 112 | float znear, float zfar) { |
| 113 | showMethodWarning("frustum"); |
| 114 | } |
| 115 | |
| 116 | |
| 117 | @Override |
nothing calls this directly
no test coverage detected