git-svn-id: svn://db.shs.com.ru/libs@643 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -131,8 +131,10 @@ void RendererSelection::renderSelection(Scene & scene) {
|
||||
fbo_selection.queryPoints(0, r->mouse_rect);
|
||||
|
||||
//qDebug() << id_hover;
|
||||
fbo_selection.bindColorTextures();
|
||||
fbo_selection.setWriteBuffers();
|
||||
fbo_selection.bindColorTexture(sbrSrcHover , sbrSrcHover );
|
||||
fbo_selection.bindColorTexture(sbrSrcSelect, sbrSrcSelect);
|
||||
int wind[2] = {2, 3};
|
||||
fbo_selection.setWriteBuffers(wind, 2);
|
||||
if (!view->hoverHalo_ && !view->selectionHalo_)
|
||||
glClearFramebuffer(QColor(0,0,0,0), false);
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user