This is the documentation for Enlighten.
class Enlighten ExporterScene
class Enlighten::ExporterScene
The scene to be exported.
Typedefs
Name | Description |
|---|---|
Geo::GeoArray< Geo::GeoFileString > Dependencies | Array of dependencies. |
Geo::GeoArray< Geo::GeoFileString > InstanceNames | An array of instance names. |
Functions
Name | Description |
|---|---|
Add a cubemap to the scene. | |
Add the geom to the scene. | |
Add a radiosity instance to the scene. | |
Add an excluded instance to the scene. | |
Add a named set of instance parameters to the scene. | |
Add a region defined by an array of boxes to the specified probe octree. | |
AddProbeOctreePoints(Geo::GeoFileString, ProbeOctreeResolution, const Geo::v128 *, Geo::s32) | Add a region defined by an array of points to the specified probe octree. |
AddProbeOctreeVolume(Geo::GeoFileString, ProbeOctreeResolution, const IPrecompVolumeQuery &) | Add a region defined by a volume to the specified probe octree. |
Adds a probe volume to the scene. | |
Adds a dependency set. | |
Dump the entire scene to a single text file for debug and test purposes. | |
ExporterScene(ExporterPaths, const ExporterGlobalParameters &) | Constructor. |
Return the names of the instances within the specified group. | |
Write the Enlighten scene to disk. |
void Enlighten::ExporterScene::AddCubemap
public: void AddCubemap
(
const ExporterCubemap & cubemap
)
Add a cubemap to the scene.
void Enlighten::ExporterScene::AddGeom
public: void AddGeom
(
const ExporterGeom & geom
)
Add the geom to the scene.