#include "clparser.h"#include "common/math/mt19937rng.h"#include "common/math/real.h"#include "common/misc/consoleprogressmonitor.h"#include "common/misc/minmax.h"#include "common/misc/stringutils.h"#include "renderer/causticsphotontracer.h"#include "renderer/context.h"#include "renderer/framebuffer.h"#include "renderer/globalphotontracer.h"#include "renderer/globals.h"#include "renderer/icamera.h"#include "renderer/photonmap.h"#include "renderer/renderer.h"#include "renderer/scene.h"#include "renderer/settings.h"#include "renderer/statistics.h"#include "renderer/utilities.h"#include "driversettings.h"#include "driversettingswrapper.h"#include "error.h"#include "helpers.h"#include "scenebuilder.h"#include "scenesettingswrapper.h"#include "version.h"#include <IL/il.h>#include <IL/ilu.h>#include <cassert>#include <cstdio>#include <cstdlib>#include <iostream>#include <sstream>#include <string>Go to the source code of this file.
Functions | |
| void | print_disclaimer () |
| string | get_home_path () |
| void | load_settings (DriverSettingsWrapper *driver_settings, SceneSettingsWrapper *scene_settings, const string &home_path) |
| void | print_statistics (const Statistics &statistics) |
| int | main (int argc, char *argv[]) |
|
|
Definition at line 92 of file toxic/src/driver/main.cpp. References toxic::Error(), sheep::GetApplicationPath(), and toxic::Warning(). Referenced by main(). |
|
||||||||||||||||
|
Definition at line 121 of file toxic/src/driver/main.cpp. References toxic::SceneSettingsWrapper::Load(), toxic::DriverSettingsWrapper::Load(), toxic::DriverSettings::SettingsFiles::m_driver_settings_file, toxic::DriverSettings::SettingsFiles::m_scene_settings_file, and toxic::DriverSettings::m_settings_files. Referenced by main(). |
|
||||||||||||
|
|
Definition at line 85 of file toxic/src/driver/main.cpp. Referenced by main(). |
|
1.3.6