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 »

struct Enlighten::SortedLightsOperator

Sorted lights operator interface.

Functions

Name Description
operator()(const SortedLights *, Geo::s32, Geo::s32)

Default implementation.


virtual void Enlighten::SortedLightsOperator::operator()


public: virtual void operator()
(
    const SortedLights * sortedLights,
    Geo::s32 typeIdx,
    Geo::s32 lightIdx
)


Default implementation.

  • No labels