Removed GLUT dependency

This commit is contained in:
Thomas FORGIONE 2016-11-25 11:55:48 +01:00
parent ddb5f4b3d3
commit efbfc969de
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ import pygame
from OpenGL.GL import *
from OpenGL.GLU import *
from OpenGL.GLUT import *
import math

View File

@ -11,7 +11,6 @@ from pygame.locals import *
from OpenGL.GL import *
from OpenGL.GL.shaders import *
from OpenGL.GLU import *
from OpenGL.GLUT import *
from d3.conv.loadmodel import load_model
from d3.conv.model import Vertex