Skip to content

Commit 42de5b6

Browse files
committed
Merge branch 'master' of github.com:pywavefront/PyWavefront
2 parents 0ba59e0 + f40924a commit 42de5b6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pywavefront/visualization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def draw_material(material, face=GL_FRONT_AND_BACK):
8585
glPushClientAttrib(GL_CLIENT_VERTEX_ARRAY_BIT)
8686
glPushAttrib(GL_CURRENT_BIT | GL_ENABLE_BIT | GL_LIGHTING_BIT)
8787
glEnable(GL_CULL_FACE)
88+
glEnable(GL_DEPTH_TEST)
8889
glCullFace(GL_BACK)
8990

9091
# Fall back to ambient texture if no diffuse

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
VERSION = '1.0.4'
3+
VERSION = '1.0.5'
44

55
setup(
66
name='PyWavefront',
@@ -24,6 +24,10 @@
2424
'Natural Language :: English',
2525
'Programming Language :: Python',
2626
'Programming Language :: Python :: 3',
27+
'Programming Language :: Python :: 3.4',
28+
'Programming Language :: Python :: 3.5',
29+
'Programming Language :: Python :: 3.6',
30+
'Programming Language :: Python :: 3.7',
2731
'Topic :: Multimedia :: Graphics :: 3D Rendering',
2832
'Topic :: Software Development :: Libraries :: Python Modules',
2933
],

0 commit comments

Comments
 (0)