提交 d7a50974 编写于 作者: D Don McCurdy

[gltf] Add link to default material spec.

上级 023ca73d
......@@ -1540,6 +1540,9 @@ THREE.GLTF2Loader = ( function () {
}
/**
* Specification: https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/README.md#default-material
*/
function createDefaultMaterial() {
return new THREE.MeshStandardMaterial( {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册