Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Enlighten::PipelineGeometryProperties

The properties of a .geom that are relevant to the precompute.

Variables

NameDescription
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.

Geo::s32 m_SimpMaxNumSimps

The maximum number of simplifications to try before choosing the best.

eAutoSimpMode m_SimpMode

Use this to prevent, allow or force the use of manually authored UVs.

Geo::s32 m_SimpNumIterationsPerSimp

The number of iterations to allow per simplification.

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

NameDescription
Default()

The default values.


Anchor
a4fa98944029432a6191cc02077d25b9d
a4fa98944029432a6191cc02077d25b9d

static PipelineGeometryProperties Enlighten::PipelineGeometryProperties::Default

...

public: PipelineGeometryProperties Default()

...

The default values.