bevy icon indicating copy to clipboard operation
bevy copied to clipboard

Apply uv transform in the prepass

Open DGriffin91 opened this issue 1 year ago • 0 comments

Objective

  • The UV transform was applied in the main pass but not the prepass.

Solution

  • Apply the UV transform in the prepass.

Testing

  • The normals in my scene now look correct when using the prepass.

DGriffin91 avatar May 05 '24 23:05 DGriffin91