1 #ifndef _SYNTHBENCH_SCRIPTGENERATOR_H_ 2 #define _SYNTHBENCH_SCRIPTGENERATOR_H_ 20 ComputeDevice computeDevice = COMPUTEDEVICE_GPU;
22 std::string outputDir =
"/tmp/Syb3rScene/";
23 std::string preRenderHook =
"def preRenderHook(scene, type):\n return\n\n";
25 std::vector<std::string> cameras;
27 bool renderHDR =
true;
28 bool renderAttribs =
true;
30 void generate(std::ostream &stream);
38 #endif // _SYNTHBENCH_SCRIPTGENERATOR_H_ Definition: CameraPathEvaluation.cpp:10
Definition: ScriptGenerator.h:11