FDynamicMeshEditor::SetTriangleNormals

Create and set new shared per-triangle normals for a list of triangles

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/DynamicMeshEditor.h

Include

#include "DynamicMeshEditor.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/DynamicMeshEditor.cpp

Syntax

void SetTriangleNormals
(
    const TArray< int > & Triangles,
    const FVector3f & Normal
)

Remarks

Create and set new shared per-triangle normals for a list of triangles

Parameters

Parameter

Description

Triangles

list of triangle IDs

Normal

normal vector to set

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