Windows 7, 980+980ti
Broken: official 2.77 and latest build (29bb10e)
Worked: 2.76b
Banding artifacts in smoke viewport display
Exact steps: add a plane, scale up a bit, add a quick smoke with dissolve checked, add light.
Checked on 2 computers
Windows 7, 980+980ti
Broken: official 2.77 and latest build (29bb10e)
Worked: 2.76b
Banding artifacts in smoke viewport display
Exact steps: add a plane, scale up a bit, add a quick smoke with dissolve checked, add light.
Checked on 2 computers
I'm not sure if this really to be considered a bug, or a bug per se.
The issue is only visible when setting GL_LINEAR as the texture's min/mag filtering parameter. Doing the interpolatin by hand in the shader seems to help, but I can't get something decent without sacrificing performance at the moment (cubic interpolation takes its toll when it comes). In my test software, where the new smoke drawing code comes from, although it is using the same texture parameters (plus mipmaping), it does not have any such banding issue. The only difference is that I am using OpenGL 3.3, but I doubt it has anything to do here.
@Mike Erwin (merwin), @Brecht Van Lommel (brecht) do you guys have any ideas how to approach this, or is it some weird OpenGL filtering issue fixed in later versions?
This code has not been rewritten in Blender 2.8 as far as I know, can't assume this will be automatically fixed.
The smoke display was rewritten in 2.8 and does not suffer from these types of artifacts anymore.