Description
Models are loaded with material.side = THREE.DoubleSided, which causes rendering issues with non-opaque materials.

I don't recall seeing any API to access the THREE.js layer, so i'm kinda out of alternatives, but setting THREE.FrontSide or THREE.BackSide to the side property of the material should suffice.
Live Demo
https://glitch.com/edit/#!/granite-lemur
Browser Affected
OS
Versions
- model-viewer: v0.6.0
- three.js: rXX