We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a256a5 commit fb332deCopy full SHA for fb332de
CHANGELOG.md
@@ -2,6 +2,19 @@ Change Log
2
3
Release history on Github: https://github.com/pywavefront/PyWavefront/releases
4
5
+## 1.1.0
6
+
7
+* Fixed an incompatibility issue related to image loading in pyglet 1.4.x
8
+* Texture instances now store the texture name as they apprear in the material
9
+ and an optional path parameter that represents the absolute path to the
10
+ texture.
11
+* Removed dead code related related to python 2/3 compatibility
12
13
+## 1.0.5
14
15
+* Visualization module should enable depth testing by default.
16
+ This is what most people need.
17
18
## 1.0.4
19
20
* Faces with undefined texture coordinates will
0 commit comments