Wilco Schoneveld
Wilco Schoneveld
I have a new workaround for this, based on #158. The workaround is to set the `relativePath` to `""` such that it saves all snapshots to the root snapshots directory,...
Could I get a review for this? @cabanier @Mugen87 @mrdoob
> I think we can do this automatically instead. > > We could do > > ```js > let framebufferScaleFactor = null; > ``` > > And then do >...
@mrdoob I think I wrongly understood your suggestion, sorry. You want to use the now unused `null` value for using native size, and leave the default to `1.0`. Still, I...
> Actually, I think I misunderstood your PR... So you're proposing passing `0` to get `1.4222` on Quest 2? I propose a way to allow the user a way to...
> Sorry, I didn't look at the PR. Is this to change the scale at runtime or at initialization time? At initialization time. As far as I know the scale...
Hey @chrisranderson, I worked a bit on visualizing convolution filters and this is what I came up with:  I used a diverging colormap to show the difference between positive...
Hey @Raekkeri, first of all, I want to thank you for this package because it is exactly what we are looking for! I'm having the same issue as the original...
I dug into this a little deeper and apparently it's a little complicated with the way how apollo-client implements the ObservableQuery. The way to solve it is to re-subscribe to...
@gunar I ended up manually polling with `setInterval()` and `client.query()`