Zak
Zak
Note: It appears that the backwards-compatibility part isn't working at the moment. @Aitolda You might be able to investigate this bug. The places to look are in `InteractionController.ts` line 303...
This sounds like a good idea. > However, this gravity switch should not happen when a position change is triggered by scripting. What's the reason for this? Do you have...
For reference, the code for fading the labels in/out is [here](https://github.com/vircadia/vircadia-web/blob/ec5a0ed7f94befe3aab93091ee8fb1b28602e531/src/modules/entity/entities/LabelEntity.ts#L402). This begins to fade the labels out about 1m before they pop, and completes the fadeout (`visibility = 0`)...
@ctrlaltdavid To solve problem B, Is there an existing way that we could notify the domain server / other clients about which object we are currently sitting on in a...
Answer from David: > Editing entity properties probably not a goer because will run into permissions issues. An alternative could beto use MessageMixer messages to coordinate who's sitting on which...
Hi @scatterp2, thanks for making an issue. I haven't been able to reproduce this. Do you know if it is still a problem?
It's almost too fast on my machine. Maybe it's FOV dependent? We could add a speed/sensitivity slider to the camera settings menu.
Doc references: - https://doc.babylonjs.com/features/featuresDeepDive/scene/optimizeCached - https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API
Looking into this now. In /common/datatypes.py there are hardcoded IPs for HiRez echo servers: ``` class m068b(arrayofenumblockarrays): def __init__(self): super().__init__(0x068b) region_server_ping_port = 9002 # Reuse Hirez' UDP echo servers that...
Ah, that all makes sense. Could it be that the server browser shows 0 or 999 ping because it doesn't actually know the region of community-hosted servers? Or does taserver...