Skip to content

Commit

Permalink
added minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
schteppe committed Jul 2, 2015
1 parent 9160b09 commit 86e4a03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shapes/Heightfield.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = Heightfield;
* @param {Number} [options.maxValue] Maximum value.
* @param {Number} [options.elementSize=0.1] World spacing between the data points in X direction.
* @todo Should be possible to use along all axes, not just y
* @todo should be possible to scale along all axes
*
* @example
* // Generate some height data (y-values).
Expand Down

0 comments on commit 86e4a03

Please sign in to comment.