Explorar el Código

Thicker, bendier edges.

master
Pete Shadbolt hace 7 años
padre
commit
67dab63250
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      abp/static/scripts/materials.js

+ 3
- 3
abp/static/scripts/materials.js Ver fichero

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

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

// Is called on boot
@@ -12,7 +12,7 @@ materials.prepare = function() {
materials.edge = new THREE.LineBasicMaterial({
color: "gray",
transparent: false,
linewidth: 3
linewidth: 5
});
materials.edge.depthTest = false;
materials.qubit = new THREE.PointsMaterial({


Cargando…
Cancelar
Guardar