Added PyCAM ebuild

This commit is contained in:
layman
2017-10-16 20:45:02 +02:00
parent cdfd7cec89
commit 469a5a1d52
5 changed files with 90 additions and 0 deletions
@@ -0,0 +1,9 @@
diff -urN pycam-0.6.1.orig/pycam/Gui/OpenGLTools.py pycam-0.6.1/pycam/Gui/OpenGLTools.py
--- pycam-0.6.1.orig/pycam/Gui/OpenGLTools.py 2017-03-11 03:44:32.000000000 +0100
+++ pycam-0.6.1/pycam/Gui/OpenGLTools.py 2017-10-16 19:51:03.776578998 +0200
@@ -91,4 +91,4 @@
# center the cone
GL.glTranslatef(0, 0, -cone_length * position)
# draw the cone
- GLUT.glutSolidCone(cone_radius, cone_length, precision, 1)
+ GLUT.glutWireCone(cone_radius, cone_length, precision, 1)