Hi set and fbx in Clara and looks pretty good with transparency and opacity, (is a bottle) but when I export to three JSON and load it with
var loader = new THREE.ObjectLoader();
loader.load($('#model').val(),function ( model ) {
});
the bottle don't who the transparency or the opacity, in fact it looks with opacity 1 in my material Mesh. I guess the material properties aren't exported pretty well.