(String name, float x, float y, float z)
| 1282 | |
| 1283 | |
| 1284 | public void attribPosition(String name, float x, float y, float z) { |
| 1285 | showMissingWarning("attrib"); |
| 1286 | } |
| 1287 | |
| 1288 | |
| 1289 | public void attribNormal(String name, float nx, float ny, float nz) { |
nothing calls this directly
no test coverage detected