Ver código fonte

Bend edges

master
Pete Shadbolt 7 anos atrás
pai
commit
7ff467f070
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      abp/static/scripts/materials.js

+ 2
- 2
abp/static/scripts/materials.js Ver arquivo

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

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

// Is called on boot


Carregando…
Cancelar
Salvar