Skip to content

Commit ffa2554

Browse files
authored
Tweak CHANGES.md
1 parent 3938f7b commit ffa2554

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CHANGES.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ Change Log
44
### 1.31 - 2017-03-01
55

66
* Enable rendering `GroundPrimitives` on hardware without the `EXT_frag_depth` extension; however, this could cause artifacts for certain viewing angles.
7-
* Added compressed texture support.
7+
* Added compressed texture support. [#4758](https://github.com/AnalyticalGraphicsInc/cesium/pull/4758)
88
* glTF models and imagery layers can now reference [KTX](https://www.khronos.org/opengles/sdk/tools/KTX/) textures and textures compressed with [crunch](https://github.com/BinomialLLC/crunch).
9-
* Added `loadKTX` to load KTX textures.
10-
* Added `loadCRN` to load crunch compressed textures.
11-
* Added new `PixelFormat` and `WebGLConstants` enums from WebGL extensions `WEBGL_compressed_s3tc`, `WEBGL_compressed_texture_pvrtc`, and `WEBGL_compressed_texture_etc1`. [#4758](https://github.com/AnalyticalGraphicsInc/cesium/pull/4758)
9+
* Added `loadKTX`, to load KTX textures, and `loadCRN` to load crunch compressed textures.
10+
* Added new `PixelFormat` and `WebGLConstants` enums from WebGL extensions `WEBGL_compressed_s3tc`, `WEBGL_compressed_texture_pvrtc`, and `WEBGL_compressed_texture_etc1`.
1211
* Added `CompressedTextureBuffer`.
1312

1413
### 1.30 - 2017-02-01

0 commit comments

Comments
 (0)