math.gl
math.gl copied to clipboard
A Geospatial 3D math library optimized for use with WebGPU / WebGL
The following facilitation methods have been added: - `Matrix4#fromMatrix3()` :Transitions from Matrix3 to Matrix4 are a common requirement, but there is currently no API for this, so this method has...
Added Matrix4.fromTranslationQuaternion and allowed getScale, getTranslation, getRotation and getRotationMatrix3 to return same type as input parameter's
Hey, first a short recap, since mine got lost in the uber space: For me the typing with 4.0 is broken. All types, at least in core, come as any....
- Trying to replicate @smcallis promising results in https://github.com/visgl/deck.gl/discussions/9089#discussioncomment-10361993
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 3.29.5. Changelog Sourced from rollup's changelog. rollup changelog 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0. Release notes Sourced from express's releases. 4.21.0 What's Changed Deprecate "back" magic string in redirects by @blakeembrey in expressjs/express#5935 [email protected] by @wesleytodd in expressjs/express#5954...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.5. Changelog Sourced from vite's changelog. 4.5.5 (2024-09-16) 4.5.4 (2024-09-16) fix: avoid DOM Clobbering gadget in getRelativeUrlFromDocument (#18115) (e812716), closes #18115 fix: backport #18112, fs...