|
@@ -292,7 +292,7 @@ var addGeoObject = function( group, svgObject ) {
|
|
color = new THREE.Color( theColors[i] );
|
|
color = new THREE.Color( theColors[i] );
|
|
material = new THREE.MeshLambertMaterial({
|
|
material = new THREE.MeshLambertMaterial({
|
|
color: color,
|
|
color: color,
|
|
- emissive: color,
|
|
|
|
|
|
+ emissive: color
|
|
});
|
|
});
|
|
amount = theAmounts[i];
|
|
amount = theAmounts[i];
|
|
simpleShapes = path.toShapes(true);
|
|
simpleShapes = path.toShapes(true);
|