Descripción

Vertex normal.

Normals usually use Vector3 format. Vector3 uses three 32-bit floats; 12 bytes in total.

This vertex attribute maps to NORMAL Semantic in the HLSL shading language.

See Also: Mesh.HasVertexAttribute, Mesh.SetNormals.