]> git.tdb.fi Git - libs/gl.git/blobdiff - tools/viewer.cpp
Move blend state from Sequence::Step to RenderMethod
[libs/gl.git] / tools / viewer.cpp
index c54d7278c4cba0a23a4a935850a2eb25ead4d816..666372c3e6bbcdf3de0c5c3ed37a83e9e91cc009 100644 (file)
@@ -238,7 +238,6 @@ Viewer::Viewer(int argc, char **argv):
                GL::Sequence::Step &step = sequence->add_step(0, *renderable);
                step.set_lighting(&lighting);
                step.set_depth_test(GL::LEQUAL);
-               step.set_blend(GL::Blend(GL::SRC_ALPHA, GL::ONE_MINUS_SRC_ALPHA));
        }
 
        view.set_content(sequence);