Browse Source

Re-enable curved lines.

master
Pete Shadbolt 7 years ago
parent
commit
6b3cb8bc37
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      abp/static/scripts/materials.js

+ 1
- 1
abp/static/scripts/materials.js View File

@@ -1,7 +1,7 @@
var materials = {};

var curveProperties = {
splineDensity: 1,
splineDensity: 10,
curvature: 20
};



Loading…
Cancel
Save