1
0
Эх сурвалжийг харах

[gltf] Add link to default material spec.

Don McCurdy 8 жил өмнө
parent
commit
d7a5097405

+ 3 - 0
examples/js/loaders/GLTF2Loader.js

@@ -1540,6 +1540,9 @@ THREE.GLTF2Loader = ( function () {
 
 
 	}
 	}
 
 
+	/**
+	 * Specification: https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/README.md#default-material
+	 */
 	function createDefaultMaterial() {
 	function createDefaultMaterial() {
 
 
 		return new THREE.MeshStandardMaterial( {
 		return new THREE.MeshStandardMaterial( {

粤ICP备19079148号