Skip to content

Commit

Permalink
Updating cell states
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyolight committed Mar 13, 2017
1 parent ce43c40 commit 613b0e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/HtmCellStates.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ module.exports = {
color: new THREE.Color('orange'),
description: 'cell is active, but was not predicted last step'
},
previouslyActive: {
state: 'previouslyActive',
color: new THREE.Color('#90C3D4'),
description: 'cell was active in the last time step'
previouslyPredictive: {
state: 'previouslyPredictive',
color: new THREE.Color('cyan'),
description: 'cell is predictive for this time step'
},
correctlyPredicted: {
state: 'correctlyPredicted',
Expand Down

0 comments on commit 613b0e5

Please sign in to comment.