Cycles: Cleanup, make more clear what camera utility functions are private/public
This commit is contained in:
@@ -123,7 +123,11 @@ public:
|
|||||||
bool motion_modified(const Camera& cam);
|
bool motion_modified(const Camera& cam);
|
||||||
void tag_update();
|
void tag_update();
|
||||||
|
|
||||||
|
/* Public utility functions. */
|
||||||
BoundBox viewplane_bounds_get();
|
BoundBox viewplane_bounds_get();
|
||||||
|
|
||||||
|
private:
|
||||||
|
/* Private utility functions. */
|
||||||
float3 transform_raster_to_world(float raster_x, float raster_y);
|
float3 transform_raster_to_world(float raster_x, float raster_y);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user