Rohan Deshpande

Results 91 comments of Rohan Deshpande

Will address this with your other one, @ben-randle-core, I'll make an issue out of that as well

@manthrax I think you had a solution for this but I can't remember what it was...

Since this is already a `peerDependency` you can do this via webpack `externals` https://stackoverflow.com/questions/53386748/webpack-to-build-without-including-peer-dependencies This should be done soon to stop having to pass `THREE` into all the things, it'll...

Just noting some interesting discoveries here. I can make this basically work, but there are some issues. Here's what I've tried First I added `three` as an external to `webpack.config.js`...

Hmm, thanks for reporting, I will look into this.

Are you saying you want to be able to emit again after the emitter has reached the end of its life? This is currently not supported but will be soon,...

Ok yep, makes sense. Have you tried updating the emitter life directly at that point? `totalEmitTimes` might not be what you want but rather just simply writing a function that...

Right okay! Happy to accept a PR for this one @MasatoMakino if you have time!

Would happily accept PRs for this, I will not have the time.

Hi, If you are using the `GPURenderer`, you can set the blend mode via the `options` arg. It's currently undocumented because the GPURenderer is currently still "experimental" even though it...