Robert Long

Results 74 issues of Robert Long

**Is your feature request related to a problem? Please describe.** Currently the node materials inject default uniforms and varyings from their base material (ShaderMaterial) and from their main shader node...

Suggestion

The stack trace for each command is really useful, it'd be even better if it used sourcemaps. Maybe this library could be of some use? https://github.com/evanw/node-source-map-support I'm not certain, but...

enhancement

Factor out `encryptAndSendToDevices` from `megolm.ts`'s `encryptAndSendKeysToDevices()` so it can be used for sending other encrypted payloads (e.g. VoIP signalling). This PR contains cherry picked commits from https://github.com/matrix-org/matrix-js-sdk/pull/1987 and based it...

T-Enhancement

[Texture2D.LoadImage](https://docs.unity3d.com/ScriptReference/Texture2D.LoadImage.html) is slow, can only be ran on the main thread, and blocks the renderer while loading. This is a dealbreaker for a lot of projects, especially those involving VR...

enhancement

I'd like to propose that we create a Discord channel that is bridged to Matrix. @thibaultamartin, my co-worker at Element has volunteered to set things up and I already have...

Cultivate Resiliency
meta

# OMI Community Development Working Group The Community Development Working Group will meet on a regular basis and discuss strategy for OMI partnerships, outreach, and co-development.

proposal

# OMI Identity ## Contributors - Robert Long, Independent Contributor ## Summary I'd like to kick off discussion around an interoperable identity specification. By identity I'm referring to an identifier...

# KHR_audio_emitter This extension adds the ability to store audio data and represent both global and positional audio emitters in a scene. This extension is intended to unify the [OMI_audio_emitter](https://github.com/omigroup/gltf-extensions/tree/main/extensions/2.0/OMI_audio_emitter)...

extension

I noticed it's not possible to get the rotation/translation of a Collider without allocating a new `Vector` or `Rotation` object. Now you can provide an object that implements `Vector` or...

[MSC 3401](https://github.com/matrix-org/matrix-doc/blob/matthew/group-voip/proposals/3401-group-voip.md) specifies a sources array that allows for a single user to join a group call from multiple devices.

T-Enhancement