Cycles: Make transform from viewplane a generic utility function

This commit is contained in:
Sergey Sharybin
2015-04-10 15:52:40 +05:00
parent 237c53fbf1
commit e073562f80
4 changed files with 17 additions and 14 deletions

View File

@@ -125,7 +125,6 @@ public:
BoundBox viewplane_bounds_get();
float3 transform_raster_to_world(float raster_x, float raster_y);
Transform transform_from_viewplane(BoundBox2D &viewplane);
};
CCL_NAMESPACE_END