Cleanup: Code style.

This commit is contained in:
Thomas Dinges
2015-04-26 00:42:26 +02:00
parent 8dd055cd47
commit bc160d8a85
6 changed files with 18 additions and 18 deletions

View File

@@ -162,8 +162,8 @@ void Camera::update()
transform_perspective(&rastertocamera, make_float3(0, 0, 0));
}
else {
dx = make_float3(0, 0, 0);
dy = make_float3(0, 0, 0);
dx = make_float3(0.0f, 0.0f, 0.0f);
dy = make_float3(0.0f, 0.0f, 0.0f);
}
dx = transform_direction(&cameratoworld, dx);