This is the documentation for Enlighten.
class Enlighten PipelineExcludedInstance
class Enlighten::PipelineExcludedInstance
An instance object, corresponding to an <instance> element in the .scene file.
Variables
Name | Description |
---|---|
Geo::GeoFileString m_BakeLightmapName | Used only for baked lighting. Specify the name of the atlas into which the baked lightmap for this instance is packed. |
Geo::GeoFileString m_BakeLightmapType | Used only for baked lighting. Specify the parameters of the baked lightmap for this instance. |
Geo::GeoFileString m_Geom | The key of the geom this instance references. |
Geo::GeoFileString m_Name | The name of this instance. |
Geo::GeoFileString m_ProbeParamset | The optional name of the probe parameter set associated with the probes placed for this instance. |
ProbeOctreeResolution m_ProbeResolution | The resolution at which probes are placed to provide lighting for this instance. |
PipelineTransform m_Transform | The local to world transform. |
Geo::GeoFileString m_Zone | (optional) The name of the zone the instance is associated with. |
Functions
Enlighten::PipelineExcludedInstance::PipelineExcludedInstance
public: PipelineExcludedInstance
(
  Geo::GeoFileString name,
  Geo::GeoFileString geom,
  Geo::GeoFileString zone,
  PipelineTransform transform
)
Constructor.
Enlighten::PipelineExcludedInstance::PipelineExcludedInstance
public: PipelineExcludedInstance
(
  Geo::GeoFileString name,
  Geo::GeoFileString geom,
  PipelineTransform transform
)
Constructor.