1. A concise explanation of the problem you're experiencing.
example using three.js r87 version and it works fine.
but i change three.js from r87 to r94 version for using lastest version. after change three.js file and run application.
i can't three.js objects,but cesium polygon are very well visible. and i also check console logs but i can't find any errors.
so, how can i intergrate cesium with lastest three.js version?
2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.
i'm copy the example code and just change three.js library.
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
showing for my 3d model by custom format. this format has vertex, normal, uv and face array with diffuse texture.
4. The Cesium version you're using, your operating system and browser.
Cesium Version : 1.47
OS : Window 10
Browser : Chrome 67.0.3396.99
best regards.