PolygonModifierBuildTangentBinormal Method
Overload List
  NameDescription
Public methodStatic memberBuildTangentBinormal(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 methodStatic memberBuildTangentBinormal(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.
See Also