是否可以使用压缩纹理在铯中渲染 3D 模型? (DXT1)

Is it posible to render a 3D model in cesium with compressed textures? (DXT1)

我正在尝试使用 cesium javascript 库 (v1.80) 渲染 3D 模型。我正在渲染一个带有外部纹理的 .b3dm 模型。它在纹理为 .jpg 格式时完美运行,但在使用 DXT1 压缩为 .dds 文件时效果不佳。不支持压缩纹理吗?

我得到的错误:

A 3D tile failed to load: http://localhost:8080/.../something.b3dm
Cesium.js:1 Error: Failed to load image: http://localhost:8080/.../something_textures.dds
undefined

我确定文件已找到。

正如emackey对问题的评论,cesium似乎不支持DDS。