Home | History | Annotate | Download | only in opengl

Lines Matching defs:glNormal3f

2124     public void glNormal3f(float nx, float ny, float nz) {
2125 begin("glNormal3f");
2131 mgl.glNormal3f(nx, ny, nz);