(float x2, float y2, float z2,
float x4, float y4, float z4)
| 424 | |
| 425 | |
| 426 | @Override |
| 427 | public void quadraticVertex(float x2, float y2, float z2, |
| 428 | float x4, float y4, float z4) { |
| 429 | showDepthWarningXYZ("quadVertex"); |
| 430 | } |
| 431 | |
| 432 | |
| 433 | ////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected