Closed Flecked42 closed 2 years ago
I assume this happens with version 0.95.0, but not with 0.94.7?
@ericwa, @andrei-drexler: ideas?
It happens with both 0.95.0 and 0.94.7.
Btw the map is sm221_hcm from https://www.quaddicted.com/filebase/sm221-bridges-v1.1.zip
When r_oldwater
is 0, I would guess this is aliasing due to not having mipmaps on the warp image?
Could try https://www.khronos.org/opengl/wiki/Common_Mistakes#Legacy_Generation
Yeah, your tip fixed it Eric, thx a lot ❤
Can someone send a patch for QS git?
https://github.com/j0zzz/JoeQuake/commit/0527dd9dac8b1f4904be2e37771a21849083edd8 is the commit that fixed it in JoeQuake.
I tried adding it to QS but enabling TEXPREF_MIPMAP on the warp image makes it crash, so I would let someone else with much wider knowledge do it.
You need to actually generate mipmaps after rendering the warp image to fix this
Fixed by PR #44. Closing the ticket.
https://user-images.githubusercontent.com/90434262/189554968-4ea798e3-b54b-4e45-a08f-6fe6a0345987.mp4
Happens with both r_oldwater 0 and 1
For reference this doesn't happen in Ironwail or vkQuake.