Closed Gu-Miao closed 2 years ago
I find that shadows property does not work when using 3dtiles next.
shadows
const tileset = new Cesium3DTileset({ url: 'http://xxx/xxx/xxx/tileset.json', backFaceCulling: false, shadows: ShadowMode.DISABLED, })
Here's a pr for this:
@ptrgags Can you verify if this is expected behavior or a regression?
I find that
shadows
property does not work when using 3dtiles next.