Renaud Rohlinger

Results 30 comments of Renaud Rohlinger

It looks like this repo is not maintained anymore by Qiao. Can someone just fork this and the active community could rebase the project on this new repo ? I'd...

@goldfire looks too busy atm with his main activity so if anyone is interested in using audio filters right now (like me) just ```npm i https://github.com/RenaudROHLINGER/howler.js ``` then for example...

``` sound.play() sound.addFilter({ filterType: 'lowpass', frequency: 250.0, Q: 3.0 }) ``` I updated my fork https://github.com/RenaudROHLINGER/howler.js

Hello. I tried to implement BatchedMesh so here are a few pieces of information from my own experience that could be useful: - Multiple materials per geometry through Uniforms Array...

I did give a try to this feature. It works like a charm. I was able to bake a static shadow on the whole scene in 4k and then render...

With that new feature it would be very interesting to also introduce Array usage on top of Mesh.Group for the second parameter of `WebGLShadowMap.render`. It will allow to prevent a...

After a bunch of investigations I'm sure the issue is caused because of the commonjs output while using esm dependencies such as lodash-es. Basically, NextJS is just trying to read...

See comment https://github.com/pmndrs/react-three-next/pull/85 `@types/three` should be added in the CLI `create-r3f-app` not the starter.

This is a simple warning from a dependency (workbox used in next-offline). Does it prevent you to launch the starter? If so it might be related to something else.

Related to https://github.com/pmndrs/react-three-next/issues/51 I'm really confused, I mean [email protected] doesn't even exist that's weird. I can't reproduce the issue with npx so I have no idea of how to fix...