Tao.OpenGl SDK Documentation

Gl.glNormal3f Method 

[Visual Basic]
Public Shared Sub glNormal3f( _
   ByVal nx As Single, _
   ByVal ny As Single, _
   ByVal nz As Single _
)
[C#]
public static void glNormal3f(
   float nx,
   float ny,
   float nz
);

See Also

Gl Class | Tao.OpenGl Namespace