This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

class Enlighten::PipelineInstanceParameters

Recommended default values for parameters that affect the precompute for a subset of instances in the scene.

Variables

Name Description
float m_ClusterSize

The size of a radiosity patch in world units.

Geo::GeoFileString m_Name

The name of the instance to apply these parameters to.

Geo::u32 m_NumTerrainLodLevels

The number of lightmap LOD levels to generate for a terrain instance.

float m_OutputPixelSize

The output lightmap pixel size in world units.

bool m_RequiresTerrainLods

The number of lightmap LOD levels to generate for a terrain instance.

bool m_RequiresTerrainPackingPadding

When using terrain LOD: if true, half a pixel of padding is added around each chart.

Functions


Enlighten::PipelineInstanceParameters::PipelineInstanceParameters


public: PipelineInstanceParameters
(
    Geo::GeoFileString name,
    float clusterSize,
    float outputPixelSize
)


Constructor.

  • No labels