Path Tracer
Scene Member List

This is the complete list of members for Scene, including all inherited members.

addObjectGroup(const Object3DGroup &group)Scene
computeObjectsAndLamps()Scene
defaultScene()Scene
displayObjectsPage() constScene
displayParametersPage(bool displayIndexes=true) constScene
getBackupFileName() constScene
getBackupObjectGroups() constScene
getBackupParameters() constScene
getBackupPicture() constScene
getCamera() constScene
getCameraReference()Scene
getKDMaxDepth() constScene
getKDMaxObjectNumber() constScene
getKDTree() constScene
getLamps()Scene
getLeastRenderTime4PictureBackup() constScene
getMinBounces() constScene
getNextEventEstimation() constScene
getNumberThreads() constScene
getObjectGroups() constScene
getObjectGroupsReference()Scene
getObjects()Scene
getRrStopProbability() constScene
getRussianRoulette() constScene
getSamplesPerPixel() constScene
importFBXFile(const char *filePath, Material *material, std::string name)Scene
render()Scene
resetAndDeleteObjectGroups()Scene
saveObjectGroups2File(std::string fileName) constScene
saveParameters2File(std::string fileName) constScene
Scene(PerspectiveCamera camera=PerspectiveCamera(), unsigned int samplesPerPixel=8, unsigned int minBounces=5)Scene
Scene(const Scene &scene)Scene
setBackupFileName(std::string backupFileName)Scene
setBackupObjectGroups(bool backupObjectGroups)Scene
setBackupParameters(bool backupParameters)Scene
setBackupPicture(bool backupPicture)Scene
setCamera(PerspectiveCamera camera)Scene
setKDMaxDepth(unsigned int kdMaxDepth)Scene
setKDMaxObjectNumber(unsigned int kdMaxObjectNumber)Scene
setKDTree(bool kdTree)Scene
setLeastRenderTime4PictureBackup(double leastRenderTime4PictureBackup)Scene
setMinBounces(unsigned int minBounces)Scene
setNextEventEstimation(bool nextEventEstimation)Scene
setNumberThreads(unsigned int numberThreads)Scene
setObjectGroups(std::vector< Object3DGroup > groups)Scene
setRrStopProbability(double rrStopProbability)Scene
setRussianRoulette(bool russianRoulette)Scene
setRussianRoulette(bool russianRoulette, double rrStopProbability)Scene
setSamplesPerPixel(unsigned int samplesPerPixel)Scene