This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

Version 1 Current »

struct Enlighten::eMetaLightingType

The different ways a mesh can be lit by Enlighten.

Enums

Name Description
Value

The different ways a mesh can be lit by Enlighten.


Value


public: enum Value
{
    ContributeLightmap = 0,
    ContributeProbe = 1,
    Probe = 2
}


The different ways a mesh can be lit by Enlighten.

enumerators
ContributeLightmap
ContributeProbe
Probe
  • No labels