refactor: increase use line width

This commit is contained in:
Swann 2020-07-28 12:05:04 +02:00
parent 53f1118181
commit 99b2dc0539
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -312,10 +312,10 @@ class DrawFactory(object):
self.d2d_items[client_id] = (position[1], client_id, color)
except Exception as e:
logging.error(f"Draw client exception: {e} \n {traceback.format_exc()}")
logging.debug(f"Draw client exception: {e} \n {traceback.format_exc()}\n pos:{position},ind:{indices}")
def draw3d_callback(self):
bgl.glLineWidth(1.5)
bgl.glLineWidth(2.)
bgl.glEnable(bgl.GL_DEPTH_TEST)
bgl.glEnable(bgl.GL_BLEND)
bgl.glEnable(bgl.GL_LINE_SMOOTH)