-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'setColor' of undefined #5607
Comments
Thanks for reporting this @kelien! I'm having a little trouble reproducing it though. Could you please put together a short Sandcastle example to reproduce the error? |
JS
html console unless i set |
the same problem to Cesium3DTileFeature @hpinkos
|
Thanks @kelien, that should be fixed as well. Feel free to re-open this issue if you're still seeing problem after the next release comes out. |
OK,thanks your reply:) |
When I use
this._viewer.scene.primitives.add(cesium3DTileset)
, at the time of the mouse on the tileset, usingthis._viewer.scene.primitives.remove(cesium3DTileset),
there will be an errorI use the
viewer.extend(Cesium.viewerCesium3DTilesInspectorMixin);
in the main function`Uncaught TypeError:
Cannot read property 'setColor' of undefined
The Cesium3DTileFeature this._content.batchTable is undefined
The text was updated successfully, but these errors were encountered: