-
我想编辑primitive并更新,使用getCesiumObject()获取vc-primitive组件的cesium对象,并调用update()方法,出现了报错 |
Beta Was this translation helpful? Give feedback.
Answered by
zouyaoji
May 3, 2023
Replies: 1 comment
-
primitive没法直接改的吧,都是先移除再添加。 geometryInstances是空的是cesium默认优化掉了,具体你看看 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MangMax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
primitive没法直接改的吧,都是先移除再添加。
geometryInstances是空的是cesium默认优化掉了,具体你看看
releaseGeometryInstances
参数