Skip to content

Commit

Permalink
scan-mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
firepick1 committed Feb 19, 2016
1 parent 1ae0b0c commit 8714ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ firenodejs

0.16.0
------
* NEW: Single point DeltaMesh scanning. Data is stored in /var/firenodejs/firenodejs.json
* NEW: Reimplemented browser/server synchronization protocol using Synchronizer.js
* NEW: Camera autoRefresh checkbox
* FIX: /firekue now uses hostname instead of localhost in responses
Expand Down
1 change: 1 addition & 0 deletions js/firenodejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ var Synchronizer = require("../www/js/shared/Synchronizer");
beforeRebase: function() {
that.serviceBus && that.serviceBus.emitBeforeRebase();
that.beforeRebase();
that.model.version = that.version;
},
beforeUpdate: function() {
that.serviceBus && that.serviceBus.emitBeforeUpdate();
Expand Down

0 comments on commit 8714ac9

Please sign in to comment.