Avner Peled
Avner Peled
+1
Hi! This was first raised [here](https://github.com/nytimes/three-loader-3dtiles/issues/50). Ran a quick check by uploading a LAS to Cesium without using Draco. Intensity is stored in the batch table since it is considered...
Thanks @belom88! OK that specifies that a tile does not intrinsically contain a `transform` matrix when its `boundingVolume` is `'region'`. However, my interest is in manipulating the `boundingVolume` from the...
Hi, well I believe this is not resolved yet. I promised to submit a PR but didn't get around to it yet. Just to document, [we were planning to replicate...
Hi! Are you loading Point Clouds or Meshes or other? I do plan for `skipLevelOfDetail` to be supported in the future but there is no designated date as of yet....
@hpugis let me know also if you are interested to beta-test our Three.js-based viewer. Would be interesting to see if it gets better result.
@hpugis > 1、three.js does perform better. > Ah nice! Have you implemented yourself or used an existing implementation? > I wonder whether **RequestScheduler** considers canceling requests that are not in...
> It may be useful to have a `getTextureMemorySize` function in the `textures` module? > Hi! Are you referring the the code [here?](https://github.com/visgl/loaders.gl/blob/42f5664d79b4c56b4738a91a8bc9a731e40ea0d7/modules/tiles/src/tileset/tileset-3d.ts#L702-L703) Seems it's just taking the raw size...
@hpugis I can say at least that if you use Three.js to load the glTFs, or only the embedded textures, then KTX2 with Basis Universal is supported. In our soon...
Hi @aakashpdrl! What tool did you use to create the tileset? Are you perhaps seeing a warning on the console related to a bounding box of type `region`? If so,...