Put the X/Y/Z indicator inside of the machine so you can see it from the inside.

master
daid 2012-09-06 16:54:27 +02:00
parent 9c47af5797
commit 1f4835b97e
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ def DrawMachine(machineSize):
glDisable(GL_BLEND)
glPushMatrix()
glTranslate(-5,-5,0)
glTranslate(5,5,2)
glLineWidth(2)
glColor3f(0.5,0,0)
glBegin(GL_LINES)