-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Closed
Labels
Milestone
Description
Describe the bug
The extension KHR_materials_transmission does not semi transparent materials from a .glb.
To Reproduce
Steps to reproduce the behavior:
- Get the reference glb from here https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/TransmissionTest
- Load it with threejs gltf loader.
- The parts of the geometry that are supposed to be semi-transparent are instead 100% opaque. Only 100% transparency is respected. See screenshots below.
Live example
https://jsfiddle.net/jt6ywhs5/12/
Expected behavior
Semi-transparency and transmission works.
Screenshots
Platform:
- Device: Desktop
- OS: MacOS
- Browser: Chrome 87.0.4280.88 (Official Build) (x86_64)
- Three.js version: latest stable from https://threejs.org/build/three.module.js
rawwerks and yaroslavnikiforov

