#include "lux.h"#include "dynload.h"#include "paramset.h"#include "error.h"#include "shape.h"#include "material.h"Go to the source code of this file.
Namespaces | |
| namespace | lux |
Functions | |
| static void | lux::LoadError (const string &type, const string &name) |
| boost::shared_ptr< Shape > | lux::MakeShape (const string &name, const Transform &object2world, bool reverseOrientation, const ParamSet ¶mSet) |
| boost::shared_ptr< Material > | lux::MakeMaterial (const string &name, const Transform &mtl2world, const TextureParams &mp) |
| boost::shared_ptr< Texture < float > > | lux::MakeFloatTexture (const string &name, const Transform &tex2world, const TextureParams &tp) |
| boost::shared_ptr< Texture < SWCSpectrum > > | lux::MakeSWCSpectrumTexture (const string &name, const Transform &tex2world, const TextureParams &tp) |
| Light * | lux::MakeLight (const string &name, const Transform &light2world, const ParamSet ¶mSet, const TextureParams &tp) |
| AreaLight * | lux::MakeAreaLight (const string &name, const Transform &light2world, const ParamSet ¶mSet, const TextureParams &tp, const boost::shared_ptr< Primitive > &prim) |
| VolumeRegion * | lux::MakeVolumeRegion (const string &name, const Transform &volume2world, const ParamSet ¶mSet) |
| SurfaceIntegrator * | lux::MakeSurfaceIntegrator (const string &name, const ParamSet ¶mSet) |
| VolumeIntegrator * | lux::MakeVolumeIntegrator (const string &name, const ParamSet ¶mSet) |
| boost::shared_ptr< Aggregate > | lux::MakeAccelerator (const string &name, const vector< boost::shared_ptr< Primitive > > &prims, const ParamSet ¶mSet) |
| Camera * | lux::MakeCamera (const string &name, const Transform &world2cam, const Transform &world2camEnd, const ParamSet ¶mSet, Film *film) |
| Sampler * | lux::MakeSampler (const string &name, const ParamSet ¶mSet, const Film *film) |
| Filter * | lux::MakeFilter (const string &name, const ParamSet ¶mSet) |
| ToneMap * | lux::MakeToneMap (const string &name, const ParamSet ¶mSet) |
| Film * | lux::MakeFilm (const string &name, const ParamSet ¶mSet, Filter *filter) |
| PixelSampler * | lux::MakePixelSampler (const string &name, const ParamSet ¶mSet) |
1.6.2-20100208