-
Notifications
You must be signed in to change notification settings - Fork 5
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
Mg/mapbox base layer #29
Conversation
Renamed visualize.py to show.py
added new methods Show.point_cloud(), Show.image() and Show.mbrs()
Mg/refactor ts classes
hh = 1280 | ||
ww = int(w / h * 1280) | ||
|
||
f = requests.get( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be doing this loading inside of the Typescript widget and use https://doc.babylonjs.com/divingDeeper/importers/assetManager Now we have multiple loading tasks (e.g GLTF) this will help and give display feedback to the user.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, but probably not in this PR?
First draft of a Mapbox ground layer under a point cloud