PolygonModifier.BuildTangentBinormal

BuildTangentBinormal(Scene)

This will create tangent and binormal on all meshes of the scene Normal is required, if normal is not existing on the mesh, it will also create the normal data from position. UV is also required, the mesh will be ignored if no UV is defined.

public static void BuildTangentBinormal(Scene scene)

See Also


BuildTangentBinormal(Mesh)

This will create tangent and binormal on the mesh Normal is required, if normal is not existing on the mesh, it will also create the normal data from position. UV is also required, an exception will be raised if no UV found.

public static void BuildTangentBinormal(Mesh mesh)

See Also