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

@@ -103,7 +103,8 @@ void ImageProcessingShader::operator = (const ImageProcessingShader &S )
}
void ImageProcessingShader::accept(Visitor& v) {
void ImageProcessingShader::accept(Visitor& v)
{
// Shader::accept(v);
v.visit(*this);
}