Skip to content
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

Is it possible to render cesium map layers using BIMsurfer3 #111

Open
lukefchou opened this issue Mar 29, 2023 · 3 comments
Open

Is it possible to render cesium map layers using BIMsurfer3 #111

lukefchou opened this issue Mar 29, 2023 · 3 comments

Comments

@lukefchou
Copy link

I can see that many js files from the CesuimJS are included in the project. Is it possible to render cesium map layers using BIMsurfer3?

@aothms
Copy link
Member

aothms commented Mar 29, 2023

There is limited functionality for that. See some examples here https://github.com/opensourceBIM/BIMsurfer/blob/master/apps/dev.js#L159-L185

Edit: to be precise, we only have support for 3D Tiles (a json format that wraps several geographically referenced glTFs) we do not have support for any other kinds of (2d) content.

@lukefchou
Copy link
Author

Thanks @aothms
Further question: will the cesium imageryLayers feature be supported? I expect to load earth as the background of the BIM models.

@aothms
Copy link
Member

aothms commented Mar 30, 2023

I don't think there is any realistic timeline currently for that. The code you see in this repo is mostly provided as is. There are occasions where it will be used in some project and might be extended or improved, but it's currently not being continuously developed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants