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::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.

  • No labels