Skip to content

Commit b30bf4e

Browse files
committed
Update CHANGELOG.md
1 parent 3e6741c commit b30bf4e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Release history on Github: https://github.com/pywavefront/PyWavefront/releases
44

5+
## 1.3.0
6+
7+
* Added support for parsing texture options in materials.
8+
The following options are parsed: `blendu`, `blendv`, `bm`, `boost`, `cc`,
9+
`clamp`, `imfchan`, `mm`, `o`, `s`, `t`, `texres`
10+
* Added `options` property to `Texture` class
11+
* visualization now respect the `clamp` option. If `on` the texture will use
12+
`GL_CLAMP_TO_EDGE`. Otherwise `GL_REPEAT` will be used.
13+
* All example windows can now be resized
14+
515
## 1.2.0
616

717
* Pywavefront is now using `pathlib` internally. `Path` instances can also

0 commit comments

Comments
 (0)