compares greater or equal
This commit is contained in:
parent
4cb7fd8957
commit
8ce34af306
@ -118,7 +118,7 @@ torque.extend(IsoRenderer.prototype, torque.Event, {
|
||||
|
||||
_getNext: function(currentPos, previousPos, cornerValues, contourValue){
|
||||
var binaryCell = cornerValues.map(function(cornerValue){
|
||||
if (cornerValue > contourValue){
|
||||
if (cornerValue >= contourValue){
|
||||
return "1";
|
||||
}
|
||||
return "0";
|
||||
|
Loading…
Reference in New Issue
Block a user