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::TextureResolutionScale

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

Enums

Name Description
Value

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


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.

  • No labels