Open 3D Engine MotionMatching Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
EMotionFX::MotionMatching::FeatureMatrixTransformer::Settings Struct Reference

Public Attributes

float m_featureMin = -1.0f
 Minimum value after the transformation.
 
float m_featureMax = 1.0f
 Maximum value after the transformation.
 
bool m_clip = false
 

Member Data Documentation

◆ m_clip

bool EMotionFX::MotionMatching::FeatureMatrixTransformer::Settings::m_clip = false

Depending on the transformer to be used there might be some outliers from range [m_featureMin, m_featureMax]. Clips the values to range [m_featureMin, m_featureMax] in case true or keeps the data untouched in case of false.


The documentation for this struct was generated from the following file: