Xiaoji Chen
Xiaoji Chen
I did an audit on `getParameter` enums that are not in the `GL_PARAMETER_DEFAULTS` table. They fall into one of 4 categories #### A. Static limits Count: 56 These used to...
`model.draw()` calls `model.setModuleSettings({})` (default `moduleSettings = {}` parameter) which resets the uniforms. The issue is that the module's `getUniforms` returns the default values if no relevant inputs are found.
I agree that we should generally avoid circular dependencies. However I'm trying to understand how this did not come up before - did Rollup recently updated?
This was addressed by https://github.com/visgl/luma.gl/pull/1649. It is included in `@luma.gl/*` 8.5.14 and above. Can you check your installed version?
I am not an Angular user, though I cannot reproduce this in a React app. `@types/offscreencanvas` is supposed to supply the `OffscreenCanvas` definition.
The issue is not "installing the same version" here, but "installing only one copy". IMO the current check is not strict enough. Any `instanceof Buffer` check would fail if multiple...
https://github.com/uber/luma.gl/pull/722 https://github.com/uber/luma.gl/pull/726
@Algirdyz Have you tried including the 3d buildings layer in the `mapStyle` object? We could add an API for you to access the underlying Mapbox Map instance.
@Algirdyz @gerardsimons the latest release added a `onMapLoaded` callback from which you can access the Mapbox Map instance.
This is due to https://github.com/uber/xviz/blob/master/modules/parser/src/config/xviz-config.js#L24 which is used to simplify paths. The default is 0.1 (meter) but in your case it is used on coordinates in degrees. @twojtasz I think...