Commit 85efab6b authored by MaxT2's avatar MaxT2

Commented out log statement

parent 80fb57ee
...@@ -424,7 +424,7 @@ Blockscad.Viewer.prototype = { ...@@ -424,7 +424,7 @@ Blockscad.Viewer.prototype = {
var bsph = this.bsph; var bsph = this.bsph;
var bbox = this.bbox; // use bbox to see if this is a flat project or a tall one. var bbox = this.bbox; // use bbox to see if this is a flat project or a tall one.
console.log(bbox); // console.log(bbox);
// var tallness = 1.2 ; // var tallness = 1.2 ;
var tallness = 1.3 - (bbox[1].z - bbox[0].z)/(2*bsph.radius); var tallness = 1.3 - (bbox[1].z - bbox[0].z)/(2*bsph.radius);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment