Skip to content

Commit

Permalink
revised Nexus cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallieri committed Dec 13, 2016
1 parent 73c4c63 commit 124dfc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/js/presenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2438,7 +2438,7 @@ onInitialize : function () {
// nexus parameters
this._nexusTargetFps = 15.0;
this._nexusTargetError = 1.0;
this._nexusCacheSize = 100000000;
this._nexusCacheSize = 50000000;

// shaders
this.faceNXSProgram = this._createStandardFaceNXSProgram();
Expand Down
2 changes: 1 addition & 1 deletion minimal/js/presenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2438,7 +2438,7 @@ onInitialize : function () {
// nexus parameters
this._nexusTargetFps = 15.0;
this._nexusTargetError = 1.0;
this._nexusCacheSize = 100000000;
this._nexusCacheSize = 50000000;

// shaders
this.faceNXSProgram = this._createStandardFaceNXSProgram();
Expand Down

0 comments on commit 124dfc8

Please sign in to comment.