Can't give two 3D tilesets different styles

1. A concise explanation of the problem you’re experiencing.

If i style tileset “A” with a green color and tileset “B” with a red color, for some reason they both get the same color

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

i need a way to style 3D tilesets individually since i am making a tool where tilesets can be on top of each other and it needs to be very clear to the user where each tileset begins and ends

4. The Cesium version you’re using, your operating system and browser.

Cesium version: 1.60

Operating system: Ubuntu 18.04.2 LTS

Browser: Google Chrome Version 76.0.3809.87 (Official Build) (64-bit)

Thanks for reporting this and for providing a Sandcastle example! This is indeed a bug. I’ve opened a fix here with some more details on why it is was happening:

https://github.com/AnalyticalGraphicsInc/cesium/pull/8051

Great, thanks for your time!