Mikko Haapoja
Mikko Haapoja
@ZachSaucier I'm currently at a conference and will try to look into this when I'm back. From the pathing I notice you're on Windows. I have not tested on windows...
Sorry unfortunately even though the Audio Airplay is advertised as Airplay it actually uses a different protocol and therefore isn't in the Airplay library. I can give you some direction...
A boolean operation of show or hide would be great. I do wonder if there should be a method to adjust the "intensity" of the shadow. In css I believe...
One thing I'll add to @ngshiheng's answer is that you need to pass a description to give a name for the span: ``` const span = transaction.startChild({ op: 'timeout 1',...
Would this attribute also define `loading` for the `poster`?
I do think enter + exit events are important but this issue does bring up a good point re eventing. Today a lot of insights are derived from the playback...
I'd love to understand these privacy principles more. Is there any documentation? What I'm describing is equivalent to tumbling a 3D Model and registering where the camera is in relation...
Actually if we're talking about 3D controls in terms of accessibility having directional buttons to tumble a model and + and - to zoom in and out is ideal for...
Agreed. I've found the minimal controls in videos to be valuable. Especially as a developer having the ability to test playback immediately is awesome.
@marcoscaceres GLTF has at least one extension [`MSFT_lod`](https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Vendor/MSFT_lod/README.md). Pixar does do LOD handling in USD but nothing has been shipped in USDZ ASFAIK. @donmccurdy have you seen any other GLTF...