mirror of
https://github.com/jhasse/poly2tri.git
synced 2025-12-03 10:19:31 +01:00
fixed Python Seidel algo
This commit is contained in:
@@ -14,7 +14,7 @@ SEGMENTS = 25
|
||||
INCREMENT = 2.0 * PI / SEGMENTS
|
||||
|
||||
def init_gl(width, height):
|
||||
#glEnable(GL_LINE_SMOOTH)
|
||||
glEnable(GL_LINE_SMOOTH)
|
||||
glEnable(GL_BLEND)
|
||||
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA)
|
||||
glClearColor(0.0, 0.0, 0.0, 0.0)
|
||||
|
||||
Reference in New Issue
Block a user