Versions Compared

Key

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

struct Enlighten::TextureResolutionScale

Specify the albedo/emissive texture resolution relative to the light map resolution.

Enums

NameDescription
Value

Specify the albedo/emissive texture resolution relative to the light map resolution.


Anchor
ab5fe09beb94085427c460b3a4b99ace9
ab5fe09beb94085427c460b3a4b99ace9

Value

...

public: enum Value
{
    Full = 0,
    Half = 1
}

...

Specify the albedo/emissive texture resolution relative to the light map resolution.

enumerators
Full

The albedo/emissive textures are the same resolution as the lightmap.

Half

The albedo/emissive textures are half the resolution as the lightmap.