Skip to content

Commit

Permalink
added gerbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Andruszczenko committed Jan 3, 2018
1 parent ec51a72 commit c8c94aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/assets/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
console.log(child.material[0]['name'])
if(child.material[0]['name'] === 'material')
{
child.material = new THREE.MeshLambertMaterial({color:0x666666, transparent: true, opacity: 0.75});
child.material = new THREE.MeshLambertMaterial({color:0x666666, transparent: true, opacity: 0.25});
}
}
}} );
Expand Down

0 comments on commit c8c94aa

Please sign in to comment.