-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remotes have a list of IPFS URLs that they get from master, and that's kept up to date as more strokes are added. The just send those down in their scene graph. When a remote experiences a new stroke it sends it to master for processing and then discards it. When master gets a new stroke, including from a remote, it makes a model out of that stroke and adds it to IPFS. Then it updates its own stroke URL list and all remotes with the new stroke. Also fixed a failure that happened with strokes that only have one point in them. Those are just spheres now.
- Loading branch information
Showing
2 changed files
with
156 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters