提交 80e1a0af 编写于 作者: M Mr.doob

Examples: TransmissionTest gltf/bin to glb

上级 03cc77fd
# Transmission Test
## Screenshot
![screenshot](screenshot/screenshot_large.png)
## Description
This model demonstrates the usage of the `KHR_materials_transmission`. The grid of spheres demonstrate different combinations of uniform transmission and textured transmission and how they should render in conjunction with opacity (`baseColor.a`) and surface roughness/metalicity.
## License Information
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
To the extent possible under law, Adobe has waived all copyright and related or neighboring rights to this asset.
......@@ -55,8 +55,8 @@
// model
const loader = new GLTFLoader().setPath( 'models/gltf/TransmissionTest/glTF/' );
loader.load( 'TransmissionTest.gltf', function ( gltf ) {
const loader = new GLTFLoader().setPath( 'models/gltf/' );
loader.load( 'TransmissionTest.glb', function ( gltf ) {
scene.add( gltf.scene );
render();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册