Phongo Clap RT
1.0
Simple Raytracing Renderer
|
This is the complete list of members for Parser, including all inherited members.
parseLights(std::string &_text, std::vector< Light * > &_scene_lights) | Parser | inline |
parseObjects(std::string &_text, std::vector< geo::Shape * > &_scene_objects) | Parser | inline |
parsePlane(std::string &_text, std::vector< geo::Shape * > &_scene_objects) | Parser | inline |
Parser(std::string &_image_name, std::string &_text_file, int &_width, int &_height, float &_camPosX, float &_camPosY, float &_camPosZ, float &_lookAtX, float &_lookAtY, float &_lookAtZ, int &_max_depth, int &_anti_aliasing, std::vector< Light * > &_scene_lights, std::vector< geo::Shape * > &_scene_objects) | Parser | inline |
parseSingleLight(std::string &_text_light, std::vector< Light * > &_scene_lights) | Parser | inline |
parseSphere(std::string &_text, std::vector< geo::Shape * > &_scene_objects) | Parser | inline |
~Parser() | Parser | inline |