Stabilized implementation of fading control, with change of view and

trigger of smooth transition. Bugfix with image processing shader
change.
This commit is contained in:
brunoherbelin
2020-07-30 23:24:59 +02:00
parent c9882190b0
commit 066b40723f
9 changed files with 195 additions and 66 deletions

View File

@@ -74,6 +74,6 @@ void ImageShader::operator = (const ImageShader &S )
void ImageShader::accept(Visitor& v) {
// Shader::accept(v);
Shader::accept(v);
v.visit(*this);
}