-
Hello
what are the best options today to generate this 3dtiles from a gltf/glb model file or pur threejs BufferGeometry?
-
This is a proposed alternative to how types are defined in the 3D Metadata spec, inspired by [basic datatypes in USD](https://graphics.pixar.com/usd/docs/api/_usd__page__datatypes.html).
# Proposed…
-
Because tiles are "sent" to the renderer as glTFs, we should consider encoding feature attributes the way they [are / will be] encoded in 3D Tiles Next.
kring updated
3 years ago
-
Hello,
I am currently visualising my own I3S data using deck.gl and loaders.gl. I have taken the deck.gl example i3s ( [GitHub Link](https://github.com/visgl/deck.gl/tree/master/examples/website/i3s)…
-
First a **disclaimer**: I'm not a CMake expert, and not an expert for the setup, structuring, building, installation, dependency management, and deployment of C++ projects. But there are some things t…
-
`TileBoundingRegion.distanceToCamera` is inaccurate when the camera is on the opposite side of the globe.
In this [sandcastle](https://sandcastle.cesium.com/#c=xVZtb9s2EP4rhD/JmEOLepfjBrOSbg2wtUNqD…
-
shp 转3dtiles转换只出来第6级,而且在cesium里加载不出来
3dtile.exe -f shape -c '{\"offset\":0,\"max_lvl\":20}' -i D:\data\shp\合肥.shp -o D:\data\floor\ --height Floor
[合肥.zip](https://github.com/fanvanzh/3dtiles/files/…
xduoo updated
3 years ago
-
Hello,
I am trying to use the tiles generated by i3dm in Cesium JS, but it seems that the tileset.json pyramid is not correct, it is somewhere in the ocean around india while my dataset is in Franc…
-
I have some photogrammetric data in osgb format, and I want to add these to Cesium after converted to 3dtiles, but i can't find useful tool.
-
It seem that the culling does not work in 3d tiles, it check only bounding box of root and download all tiles.