three-loader-3dtiles
three-loader-3dtiles copied to clipboard
This is a Three.js loader module for handling OGC 3D Tiles, created by Cesium. It currently supports the two main formats, Batched 3D Model (b3dm) - based on glTF Point cloud.
I have 3d tileset data (tileset.json),I am loading this tiles into three js scene using three-loader-3dtiles. it loads properly but its rotation is not working properly, can anybody help in...
How to solve this tileSet.json? { "asset": { "generatetool": "[email protected]", "version": "1.0" }, "geometricError": 163.423444179352, "refine": "REPLACE", "root": { "boundingVolume": { "box": [0.0132733217906242, -0.00984635506756604, -0.110166843514889, 61.3521311793011, 0, 0, 0, 81.7117220896762,...
Hi, I'm trying to create an AR experience with 3D tiles, and I'm currently trying using this library in conjunction with react-xr, but I encountered a few problems when entering...
Hello, I try to install and play with your r3f example. It appeared that some dependencies mentioned in package.json aren't up to date and lead to many warnings. We need...
_Under inspection_. - Has to do with an invalid camera object.
Hi Avner! I have a question relating to the library, but not directly. I hope you can help me. I'm trying to use the library to use LOD to load...
In some cases, the first LOD layer is loaded before the transformation matrix is applied, causing a phantom model to appear. This should be solved on the loader.
The function tileset.ellipsoid.cartographicToCartesian(...) takes latitude and longitude in degrees, so there should not be a conversion to radians. This function is also called (correctly) in orientToGeocoord(...) with latitude and longitude...
Hi, no matter what is the lighting (direction, color) the 3Dtiles object show exactly the same. Any idea how to fix this ? (using R3F) Here for example with a...
When I used the raycaster in threejs to get coordinates of some points on 3dtitles-model's surface . But sometimes coordinates witch I got was not on the surface . It...