FProfileSweepGenerator::AdjustNormalsForTriangle

Utility function for calculating the triangle normal contributions to average normals.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Generators/SweepGenerator.h

Include

#include "Generators/SweepGenerator.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Private/Generators/SweepGenerator.cpp

Syntax

void AdjustNormalsForTriangle
(
    int32 TriIndex,
    int32 FirstIndex,
    int32 SecondIndex,
    int32 ThirdIndex,
    TArray< FVector3d > & WeightedNormals
)

Remarks

Utility function for calculating the triangle normal contributions to average normals.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss