This is the documentation for Enlighten.

class Enlighten PipelineCubemap

class Enlighten::PipelineCubemap

A cubemap object, corresponding to a <cubeMap> element in the .scene file.

Variables

Name Description
Geo::GeoFileString m_Name

The name attribute.

Geo::GeoVector3 m_Position

The position/boxOrigin attribute.

Geo::u32 m_Resolution

The width attribute.

Geo::GeoVector3 m_Size

The boxSize attribute.

Geo::GeoFileString m_Zone

The zone attribute.

Functions


Enlighten::PipelineCubemap::PipelineCubemap


public: PipelineCubemap
(
    Geo::GeoFileString name,
    Geo::GeoFileString zone,
    Geo::u32 resolution,
    Geo::GeoVector3 position,
    Geo::GeoVector3 size
)


Constructor.