I have some geometry - with this code I can make them visible or unvisible:
THREE.SceneUtils.traverseHierarchy( selArr[i], function ( obj ) { obj.visible = true; } );
Is there a possibility to make a object transparent this way, so i can see an other object behind?