Travis Thompson
Travis Thompson
Occasionally when developing with sveltekit these two 404 errors will occur. ``` SvelteKitError: Not found: /DataWorker.js.map at resolve (E:\big_projects\gsplat-editor\node_modules\@sveltejs\kit\src\runtime\server\respond.js:522:13) at resolve (E:\big_projects\gsplat-editor\node_modules\@sveltejs\kit\src\runtime\server\respond.js:322:5) at #options.hooks.handle (E:\big_projects\gsplat-editor\node_modules\@sveltejs\kit\src\runtime\server\index.js:71:56) at Module.respond (E:\big_projects\gsplat-editor\node_modules\@sveltejs\kit\src\runtime\server\respond.js:319:40) at process.processTicksAndRejections...
If you place a small splat in the boundary of a large splat and use the intersection tester, the intersection tester will only return the small splat. Example: If you...
Update [SplatData](https://github.com/huggingface/gsplat.js/blob/4933ddfecf1a859da473013e63b9d883e298cd15/src/splats/SplatData.ts#L44-L94) to utilize fragment shader to calculate the matrix transforms, scales, and rotations. Currently CPU bound and slow :(
The `RGBMatrixConfig` struct has the option to pass in a vector of NamedPixelMapperType but this is currently private and can't be used. This fixes that.