bevy
bevy copied to clipboard
Apply uv transform in the prepass
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.