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

    └>Geo::IGeoReleasable

A class containing a data block that is used by the run-time to generate cube maps.

Functions

Name Description
GetRadCubeMapCore()

Access to the runtime probeset radiosity data.

Release()

Free this object that was created within the Enlighten libraries.


virtual const RadCubeMapCore* Enlighten::IPrecompCubeMapCore::GetRadCubeMapCore


public: const RadCubeMapCore * GetRadCubeMapCore() const


Access to the runtime probeset radiosity data.

Serialisation is through the Enlighten::ReadRadCubeMapCoreFromFile and Enlighten::WriteCubeMapCoreToFile functions


virtual void Geo::IGeoReleasable::Release


public: void Release()


Free this object that was created within the Enlighten libraries.

Expect this to behave in a similar way to calling 'delete(this)'

  • No labels