Versions Compared

Key

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

class Enlighten::PipelineExcludedInstance

An instance object, corresponding to an <instance> element in the .scene file.

Variables

NameDescription
Geo::GeoFileString m_Geom

The key of the geom this instance references.

Geo::GeoFileString m_Name

The name of 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


Anchor
ac0b9f52ee07c82ac108d55858e072710
ac0b9f52ee07c82ac108d55858e072710

Enlighten::PipelineExcludedInstance::PipelineExcludedInstance

...

public: PipelineExcludedInstance
(
    Geo::GeoFileString name,
    Geo::GeoFileString geom,
    Geo::GeoFileString zone,
    PipelineTransform transform
)

...

Constructor.


Anchor
ac9a5f38ea3696499e31793f8ed32fa3a
ac9a5f38ea3696499e31793f8ed32fa3a

Enlighten::PipelineExcludedInstance::PipelineExcludedInstance

...

public: PipelineExcludedInstance
(
    Geo::GeoFileString name,
    Geo::GeoFileString geom,
    PipelineTransform transform
)

...

Constructor.