This is the documentation for Enlighten.
class Enlighten GeomProperties
class Enlighten::GeomProperties
The properties of a .geom that are relevant to the precompute.
Variables
Name | Description |
---|---|
float m_SimpExpansionFactor | The bounding box expansion when detecting which input charts overlap. |
float m_SimpMaxDistance | The maximum distance in world units allowed between input charts for Enlighten to consider merging them. |
float m_SimpMaxGeneralNormalDeviation | The maximum angular deviation in degrees allowed between input charts and projection planes. |
float m_SimpMaxInitialNormalDeviation | The maximum angular deviation in degrees allowed between input charts for Enlighten considers them candidates for projection plane creation. |
eAutoSimpMode m_SimpMode | Use this to prevent, allow or force the use of manually authored UVs. |
float m_SimpSignificantAreaRatio | The ratio of the chart area within which normals point at more than 90 degrees from the chart principal normal to the area of the chart above which the chart is considered curved. Also a ratio of the chart area to the area of the merged group below which the chart is considered insignificant. |
Functions
Name | Description |
---|---|
Default() | The default values. |
static GeomProperties Enlighten::GeomProperties::Default
public: GeomProperties Default()
The default values.