Make use of a secondary stencil buffer for masking the dilation areas

This commit is contained in:
Alexander Bock
2016-08-18 11:43:51 +02:00
parent 1900abc70f
commit e284543434
7 changed files with 75 additions and 28 deletions

View File

@@ -364,8 +364,9 @@ void RenderablePlanetProjection::update(const UpdateData& data) {
_fboProgramObject->rebuildFromFile();
}
if (_programObject->isDirty())
if (_programObject->isDirty()) {
_programObject->rebuildFromFile();
}
_time = Time::ref().currentTime();
_capture = false;