(String name, float nx, float ny, float nz)
| 1253 | |
| 1254 | |
| 1255 | public void attribNormal(String name, float nx, float ny, float nz) { |
| 1256 | showMissingWarning("attrib"); |
| 1257 | } |
| 1258 | |
| 1259 | |
| 1260 | public void attribColor(String name, int color) { |
nothing calls this directly
no test coverage detected