Alexander Shortt

Results 11 comments of Alexander Shortt

from https://css-tricks.com/the-notch-and-css/ `` I think this will fix it, but I remember trying it before and the joystick falls too far to the left to where it can't be used,...

viewport stuff would go here https://github.com/spacesvr/spacesvr/blob/ddf4524489e8752fb9f545a3f0b5720cbf8b936e/src/layers/reality/ui/GlobalStyles.tsx#L37-L39

because of a few things (peer deps, output file format), this won't work too well. i got it working though by doing the following in spacesvr, run `tsc --watch` and...

The main qualities I'm optimizing for are immersion and onboarding To maximize immersion, you basically have to get rid of everything that reminds you that this is a website –...

here's a good example of an animated on-screen cursor: https://zooaszoo.com/

but as I was saying to @AlaricBaraou this might clash with #55, but if that takes too long and it's quick to animate an onscreen cursor then let's send it

Submitted a pr here: #408 As for the cause, after looking at the source I can better describe it as unloaded bodies don't seem to remove subscriptions. So it's probably...

yeah i can second this ^ seems to happen when objects are removed from the scene

@bjornstar the problem seems clear, as [pointed out here](https://github.com/pmndrs/use-cannon/pull/408#pullrequestreview-1110812326), subscriptions aren't being removed when the body is removed. am i missing something? this is my fix in #411: https://github.com/pmndrs/use-cannon/blob/9259f8700ef96e0555381afd4ec96e54e3bf507b/packages/cannon-worker-api/src/worker/index.ts#L48-L52