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 »

class Enlighten::PipelineExcludedInstance

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

Variables

Name Description
Geo::GeoFileString m_Geom

The key of the geom this instance references.

Geo::GeoFileString m_Name

The name of this instance.

PipelineTransform m_Transform

The local to world transform.

Functions


Enlighten::PipelineExcludedInstance::PipelineExcludedInstance


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


Constructor.

  • No labels