Ib Green

Results 115 issues of Ib Green

@kylebarron includes small steps toward range support.

Regarding issue reported in deck.gl https://github.com/visgl/deck.gl/issues/6494 by @diego-antonelli rollup support is not something we test regularly. We do have a rollup example in loaders.gl, https://github.com/visgl/loaders.gl/tree/master/examples/get-started/get-started-rollup but it referenced very old...

### General - [ ] Documentation for Schemas - [ ] Handle schema serialization/deserialization from workers ### GeoPackage issues - See discussions in #1428 - [ ] Need conventions for...

A #772 - [x] Broken point cloud example. - [x] Broken 3d tiles example. - [ ] Testing (esbuild scripts etc). - [ ] Test integration deck.gl - [ ]...

There are persistent reports of missing skirts in the geometry generated by TerrainLoader. Per @igorDykhta investigations, changing face culling addresses these which makes it probably that it is a matter...

bug
P1 - important fix
ActionEngine

# v.Next ### Compressed Texture Support - [x] Support range of compressed texture formats - [x] Well-defined data return format for textures https://github.com/visgl/loaders.gl/pull/1983 ### Alignment with `@loaders.gl/images`, especially `loadImage...` APIs...

help wanted
ActionEngine

We can probably cover more of the delimited JSON landscape by just adding more MIME types and extension to the loader. See https://github.com/ndjson/ndjson.github.io/issues/1 @RandomFractals @felixpalmer

Issues: - [x] `selectLoader()` options.mimeType` should enforce mimeType, not be a fallback. - [x] `selectLoader()` always searches registered loaders, which is not always desired. - [ ] `selectLoader()` throws by...

# v3.1 ## General - [ ] MVTLoader tests fail under Safari (`yarn test browser, open localhost:5000 in Safari`) P1 @kylebarron @jesusbotella - [ ] Lighting is broken in gltf...

P1 - important fix

## v2.x ### worker support - [x] Set up `yarn start-local` or `yarn start-local-worker` to use local workers. - [ ] Add documentation about how to copy worker scripts to...