PolygonModifierBuildTangentBinormal Method |
Name | Description | |
---|---|---|
![]() ![]() | 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.
|
![]() ![]() | 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.
|