Wiki > TV3D65 Index > TVMesh
SetTangentParameters
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | SetTangentParameters(fMaxAngleForSharedNormals As Single , fMaxAngleForSharedTangents As Single , bUseFaceAdjacency As Boolean) |
| C++ | void SetTangentParameters(float fMaxAngleForSharedNormals , float fMaxAngleForSharedTangents , bool bUseFaceAdjacency ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| fMaxAngleForSharedNormals | No | fMaxAngleForSharedNormals description |
| fMaxAngleForSharedTangents | No | fMaxAngleForSharedTangents description |
| bUseFaceAdjacency | Yes | bUseFaceAdjacency description |
RETURN VALUE
| Null | Does not return a value. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.