Fix #33158: motion vector pass wrong in cycles in some scenes, wrong vectors
due to float precision problem in matrix inverse.
This commit is contained in:
@@ -82,9 +82,15 @@ public:
|
||||
Transform screentoworld;
|
||||
Transform rastertoworld;
|
||||
Transform ndctoworld;
|
||||
Transform rastertocamera;
|
||||
Transform cameratoworld;
|
||||
|
||||
Transform worldtoraster;
|
||||
Transform worldtoscreen;
|
||||
Transform worldtondc;
|
||||
Transform worldtocamera;
|
||||
|
||||
Transform rastertocamera;
|
||||
Transform cameratoraster;;
|
||||
|
||||
float3 dx;
|
||||
float3 dy;
|
||||
|
Reference in New Issue
Block a user