Text and hands aren't actually networked #4

Open
opened 2 years ago by utopiah · 4 comments
Owner

We can see the avatar body moving and hear audio (when microphones are enabled) but text snippet aren't actually moving and hands are only visible locally.

We can see the avatar body moving and hear audio (when microphones are enabled) but text snippet aren't actually moving and hands are only visible locally.
Poster
Owner

See https://github.com/networked-aframe/networked-aframe#syncing-nested-templates---eg-hands knowing that initial tests didn't work out. Left out as comments for now.

See https://github.com/networked-aframe/networked-aframe#syncing-nested-templates---eg-hands knowing that initial tests didn't work out. Left out as comments for now.
utopiah added the
core interactions
label 2 years ago
Poster
Owner
NAF doesn't currently support networking hands https://github.com/networked-aframe/networked-aframe/issues/394#issuecomment-1446873082
Poster
Owner

Regarding text at least 2 options :

  • network <a-text> or <a-troika-text> property value, i.e the text itself
  • use NAF.connection.subscribeToDataChannel() on specific events, which could be proxied (via Proxy() so that setting a new value would network changes)
Regarding text at least 2 options : * network `<a-text>` or `<a-troika-text>` property `value`, i.e the text itself * use `NAF.connection.subscribeToDataChannel()` on specific events, which could be proxied (via `Proxy()` so that setting a new value would network changes)
Poster
Owner

See https://glitch.com/edit/#!/nafhands?path=public%2Fjxr.html as a solution to network hand tracking. Basically need to insure hand entity have an actual position (and rotation) to network then can rely on NAF as usual.

See https://glitch.com/edit/#!/nafhands?path=public%2Fjxr.html as a solution to network hand tracking. Basically need to insure hand entity have an actual position (and rotation) to network then can rely on NAF as usual.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: utopiah/text-code-xr-engine#4
Loading…
There is no content yet.