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

Runtime data about the quad approximations to clusters used for radiosity computations for dynamic systems (internal).

The data for this class lies immediately after it in memory.

Functions

Name Description
GetQuadNormal(Geo::s32)

Gets the quad normal.

GetQuadVertexPosition(Geo::s32, Geo::s32)

Gets the quad vertex position.


Geo::v128 Enlighten::InputWorkspaceDynamicInternal::GetQuadNormal


public: Geo::v128 GetQuadNormal
(
    Geo::s32 index
) const


Gets the quad normal.


Geo::v128 Enlighten::InputWorkspaceDynamicInternal::GetQuadVertexPosition


public: Geo::v128 GetQuadVertexPosition
(
    Geo::s32 quadIndex,
    Geo::s32 v
) const


Gets the quad vertex position.

  • No labels