iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.09k stars 293 forks source link

feat(3dtiles): add method to enable ktx2 loader for gltf #2172

Closed jailln closed 11 months ago

jailln commented 1 year ago

Description

Add a method to enable loading of gltf (and 3D tiles) with KTX2 compression. (similar to what was done for draco).

Note: should be moved to GLTFParser once #2124 is merged.

Motivation and Context

Motivated by #2170