More fixes related to #32900, motion blur with cuda sm 2.0 still disabled.

This commit is contained in:
Brecht Van Lommel
2012-10-18 12:45:27 +00:00
parent f7a584b841
commit 95963289c8
5 changed files with 17 additions and 6 deletions

View File

@@ -162,7 +162,6 @@ void Camera::device_update(Device *device, DeviceScene *dscene, Scene *scene)
/* store matrices */
kcam->screentoworld = screentoworld;
kcam->rastertoworld = rastertoworld;
kcam->ndctoworld = ndctoworld;
kcam->rastertocamera = rastertocamera;
kcam->cameratoworld = cameratoworld;
kcam->worldtoscreen = transform_inverse(screentoworld);