Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Parameterization > API/Runtime/GeometryCore/Parameterization/TMeshLocalParam
Syntax
bool bEnableExternalNormals
Remarks
If true, ExternalNormalFunc will be used to fetch normals instead of requesting from PointSet->GetVertexNormal. This allows for (1) vertex normals to be computed on the fly, if only a subset of the point set is being parameterizedx and (2) alternate normals (eg smoothed, etc) to be provided w/o having to define a separate class.