Code refactor: motion blur cleanups, preparing for next commit.

This commit is contained in:
Brecht Van Lommel
2018-03-10 00:37:07 +01:00
parent 6c4ddfc5d9
commit 267d892326
17 changed files with 125 additions and 138 deletions

View File

@@ -70,12 +70,10 @@ public:
void compute_bounds(bool motion_blur);
void apply_transform(bool apply_to_motion);
vector<float> motion_times();
/* Check whether object is traceable and it worth adding it to
* kernel scene.
*/
bool is_traceable();
bool is_traceable() const;
/* Combine object's visibility with all possible internal run-time
* determined flags which denotes trace-time visibility.