The normal x coord.
The normal y coord.
The normal z coord.
Normal3 Method (ImmediateLitMeshContext)
Sets the Normal for the current vertex
Syntax
public void Normal3( 
   float nx,
   float ny,
   float nz
)

Parameters

nx
The normal x coord.
ny
The normal y coord.
nz
The normal z coord.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also