cesiumjs+threejs

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

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.

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

Hello, I saw the development of the cesium+three update you on your blog, I in your code to achieve the obj+mtl model of the load model, but corresponding position can’t be loaded successfully, there was a problem is when my mobile obj model will appear jitter, you can solve this problem?

Do you see the jittering only on mobile?

Also are you able to share the code you’re using?

Hello this is my code to implement the model effect:
https://github.com/gaojunxiaowwww8888/gjxCreate.git

在 2017年12月5日星期二 UTC+8上午8:08:10,Sean Lilley写道:

Just to experiment I created a branch which loads an obj: https://github.com/lilleyse/cesium-threejs-experiment/tree/obj-example

Hope that helps.

Can you set the view matrix by other methods?
Now I want to use ceium with Cocos creator(https://www.cocos.com/en/creator-download), but the camera’s view matrix cannot be set in Cocos creator, so is there any other way to set the view matrix? Thank you