Avaer Kazmer
Avaer Kazmer
The way physics objects are tracked and looked up right now uses a `getPhysicsObjects` method on apps, which returns the candidate physics objects that are contained in that app. The...
It looks like the current speech detection snaps to zero volume every other frame, casing a jitter on the mouth. It's probably a regression in the microphone processing -> avatar...
The `H` panel for FPS count does not take into account post processing and other details. So the numbers it outputs are wrong.
From the Readme: ``` hostRewrite: rewrites the location hostname on (201/301/302/307/308) redirects. autoRewrite: rewrites the location host/port on (201/301/302/307/308) redirects based on requested host/port. Default: false. ``` The following is...
So we create with: ``` _request = nhr_request_create(); ``` But... what owns the pointer? Does it get auto-deleted? Whatever the answer, it should probably be documented.
When logging in the email check doesn't accept uppercase emails, nor does the token match handle case sensitivity.
 Currently just the RiggedModel hack with a static clown doll rigging. Not good for building off of, but should show integration points for an actual model rigging system.
This PR breaks out the multiplayer WebRTC to a separate presence repo, and includes it from there. The intent is to re-use the presence and world persistence logic in other...
Hack for now.
Support shared WebRTC channels with synced content, and possibly voice chat as well.