-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
3D Tiles Sandcastle Demos #5578
Conversation
adding nyc picking demo
3d tiles styling demo
Yes, later these may be embedded in the tileset, CesiumGS/3d-tiles#55
Please address this soon so it doesn't delay the 1.35 release tomorrow. If we can't address this by about noon, we'll ship with these urls and update in the next release. |
//Sandcastle_Begin | ||
var viewer = new Cesium.Viewer('cesiumContainer'); | ||
|
||
var tileset = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({ |
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.
Perhaps don't put this one in a body of water?
var viewer = new Cesium.Viewer('cesiumContainer'); | ||
|
||
var tileset = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({ | ||
url : 'https://beta.cesium.com/api/assets/1448?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJiODNmMjQzNy1mNGI4LTQ2ZTItOWI0NS0yZDUzMzMyNWMxNzQiLCJpZCI6OSwiaWF0IjoxNDgxODI5ODU0fQ.4fmVtksZ1CAzjPBprJ47uIuK0vr-8CcuDKM7M8a0mF4' |
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.
@AnimatedRNG this is another good point cloud dataset for your testing.
Also please add an indoor example like the San Miguel. Perhaps @likangning93 can help. |
Updated CHANGES.md in master for this. 3340d14 |
Updated.
After talking with @likangning93 we don't actually have similar ones that are free for us to use, besides models that are too small to be worth tiling like Sponza or the Cathedral. |
Ready with the San Miguel model under the 3D Tiles Interior name. Thanks for tiling it @likangning93. |
Looks great! |
Fixes #5506
Demos (the first 5 are also in the main Showcases tab):
skipLevelOfDetail
is on due to thin roof wallsTo do: