Developer Notes

This issue has been closed as 'Won't Fix' due to an extended period of time without updates. If this issue is important to you please let us know by posting on the AnswerHub or UDN, and Epic will re-open the ticket for further review.

Description

"We've been able to enable velocity rendering when using instanced rendering. However, by looking at the generated vertex shader the computation of the previous position seems to be incorrect:

float4x4 InstanceTransform = transpose(GetInstanceTransform(Input));
return mul(mul(Input.Position, InstanceTransform), PreviousLocalToWorld);

shouldn't that code use a function like GetPreviousInstanceTransform() ?"

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-36287 in the post.

0
Login to Vote

Won't Fix
ComponentUE - Graphics Features
Affects Versions4.12
CreatedSep 21, 2016
ResolvedJun 5, 2017
UpdatedApr 27, 2018