Tao.OpenGl SDK Documentation

Gl.glNormal3hNV Method 

[Visual Basic]
Public Shared Sub glNormal3hNV( _
   ByVal nx As Short, _
   ByVal ny As Short, _
   ByVal nz As Short _
)
[C#]
public static void glNormal3hNV(
   short nx,
   short ny,
   short nz
);

See Also

Gl Class | Tao.OpenGl Namespace