| 161 | } |
| 162 | |
| 163 | void FilmImpl::SaveOutput(const std::string &fileName, const FilmOutputType type, const Properties &props) const { |
| 164 | GetSLGFilm()->Output(fileName, (slg::FilmOutputs::FilmOutputType)type, &props); |
| 165 | } |
| 166 | |
| 167 | void FilmImpl::SaveFilm(const string &fileName) const { |
| 168 | if (renderSession) |
no test coverage detected