MaterialDecorator ignores approach and sensitive surface
A Copy and paste error in Layer.cpp
The relevant code should read
materialDecorator->decorate(*mutableASurface);
instead of using rSurface again.
The same for mutableSSurface.
A Copy and paste error in Layer.cpp
The relevant code should read
materialDecorator->decorate(*mutableASurface);
instead of using rSurface again.
The same for mutableSSurface.