BuildMeshTangents()

Syntax

BuildMeshTangents(#Mesh)
Description
Automatically computes the tangent vectors for all vertices of the specified mesh. Dynamic meshes are not supported (meshes created with the #PB_Mesh_Dynamic flag).

Parameters

Mesh The mesh to use.

Return value

None.

See Also

CreateMesh(), MeshVertexTangent()

Supported OS

All

<- BuildMeshShadowVolume() - Mesh Index - CopyMesh() ->