-
Notifications
You must be signed in to change notification settings - Fork 123
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
Unabe #35
Comments
Abel, I haven't tested your issue, but I seems like a style related issue. There must be a style in the plugin that is conflicting with the styles used by Cesium. Take a look to the styles inside the source/styles folder. I will gladly accept a pull request if you have a fix the style issue. Thanks. |
Hi Alberto! I have tried to look in to the style and I have even tried the widget mode and I get the same issue. I am using Cesium 1.35. I am starting thinking that is me that is missing something. Here is my code and as you can see, there is a model that is not working as nothing else I put after the navigation code. Thanks a lot for your help!
var modelMatrix = Cesium.Transforms.eastNorthUpToFixedFrame( |
Hi!
As soon i put this code in my CesiumCiewer:
var cesiumViewer = new Cesium.Viewer('cesiumContainer');
cesiumViewer.extend(Cesium.viewerCesiumNavigationMixin, {});
Then I was unable to see any modell and the whole configuration of my .js container doesn't apply..
The navegations tool works fine but why everything else is missing? for example I am no able anymore to control the visibility of the Cesium bottoms, for example these doesn't work:
var cesiumViewer = new Cesium.Viewer('cesiumContainer');
cesiumViewer.extend(Cesium.viewerCesiumNavigationMixin, {});
geocoder: false,
navigationHelpButton: true,
sceneModePicker: true,
infoBox : false,
selectionIndicator : true,
baseLayerPicker: true,
shadows: true,
vrButton : false,
homeButton: true,
timeline: false,
animation: false,
});
Thanks for your help!
Abel
The text was updated successfully, but these errors were encountered: