-
Hi there, I'm trying to decompress ktx2 textures to png for a bunch of glb mesh tiles of a 3d-tiles tileset. I'm relying on the Thanks to
However, this resulting document still has the I've tried multiple iterations of document root scene traversing all children, but logging The last resort I can think of is using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Self replying here in case anyone stumbles on this discussion: This bit let me find what I was missing, document.getRoot()
.listExtensionsUsed()
.find((e) => e.extensionName === 'KHR_texture_basisu')
?.dispose(); |
Beta Was this translation helpful? Give feedback.
Self replying here in case anyone stumbles on this discussion: This bit let me find what I was missing,
extension.dispose();