Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/MLDeformer/Source/MLDeformer/Public/MLDeformerVizSettings.h |
Include |
#include "MLDeformerVizSettings.h" |
enum EMLDeformerHeatMapMode
{
Activations = 0,
GroundTruth,
}
Name |
Description |
---|---|
Activations |
Visualize areas where the deformer is applying corrections. |
GroundTruth |
Visualize the error versus the ground truth model. Requires a ground truth model to be setup. |
The heat map mode which selects what the colors of the heatmap represent.