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 »

struct Enlighten::PppiConfiguration

PppiConfiguration.

Enums

Name Description
AtlasResolution

The available resolutions for the atlas.

Variables

Name Description
AtlasResolution m_AtlasResolution

The resolution of each atlas slice, in blocks.

Geo::u32 m_AtlasSize

The number of slices in the atlas. Each slice contains resolution^2 blocks.

bool m_BorderEnabled

When true, enable the fallback border color for regions not covered by any probe set.

Geo::u32 m_MaxIndirectionTiles

The maximum number of tiles covered by probe sets in the indirection texture.

const Geo::u32 MaxAtlasSize = 64

The maximum number of slices in the atlas.

Functions

Name Description
GetAtlasSize()

Print an error if the size is not valid.

PppiConfiguration()

Constructor.


AtlasResolution


public: enum AtlasResolution
{
    AtlasResolution32 = 32,
    AtlasResolution64 = 64
}


The available resolutions for the atlas.

enumerators
AtlasResolution32
AtlasResolution64


Geo::u32 Enlighten::PppiConfiguration::GetAtlasSize


public: Geo::u32 GetAtlasSize() const


Print an error if the size is not valid.


Enlighten::PppiConfiguration::PppiConfiguration


public: PppiConfiguration()


Constructor.

  • No labels