(String name, float nx, float ny, float nz)
| 1287 | |
| 1288 | |
| 1289 | public void attribNormal(String name, float nx, float ny, float nz) { |
| 1290 | showMissingWarning("attrib"); |
| 1291 | } |
| 1292 | |
| 1293 | |
| 1294 | public void attribColor(String name, int color) { |
nothing calls this directly
no test coverage detected