Browse Source

Bend edges

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

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

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

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

// Is called on boot


Loading…
Cancel
Save