Text and hands aren't actually networked #4

Open
opened 2022-09-23 08:04:19 +00:00 by utopiah · 5 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.
Author
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 2022-09-30 11:03:59 +00:00
Author
Owner
NAF doesn't currently support networking hands https://github.com/networked-aframe/networked-aframe/issues/394#issuecomment-1446873082
Author
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)
Author
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.
Author
Owner
Own working minimalist (e.g. sphere only) example https://github.com/networked-aframe/networked-aframe/issues/394#issuecomment-1753046897
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: utopiah/text-code-xr-engine#4