Rafael
Rafael
Calling `getRotation` on an entity will return the right world rotation, unless a parent is scaled. Intuitively, `entity.getRotation()` should be equivalent to something like: ```javascript const parents = []; let...
### Description When searching in all files, memory usage sometimes increases to huge amounts. Maybe its searching files that it shouldn't? If this happens, the search will also freeze. https://user-images.githubusercontent.com/15365765/174808920-96d51325-b31d-41a5-a42c-a6777275e374.mp4...
### Feature There is currently no way to play WebRTC audio in Howler. This PR lets you provide a MediaStream as a source, since you can create a MediaStream object...
fromQuat2 should use a temporary shared vector instead of allocating on every call, so that it's nicer to the GC Looks like there's other functions that also do this, such...
Also ran `npm audit fix`
When in a web worker, g.js fails to detect PathKit because it only checks in the `window` object, which is not available in web workers. This PR makes it also...