(String name, float x, float y, float z)
| 1248 | |
| 1249 | |
| 1250 | public void attribPosition(String name, float x, float y, float z) { |
| 1251 | showMissingWarning("attrib"); |
| 1252 | } |
| 1253 | |
| 1254 | |
| 1255 | public void attribNormal(String name, float nx, float ny, float nz) { |
nothing calls this directly
no test coverage detected