浏览代码

MTLLoader.MaterialCreator comment fix - edit original source, not derived jsm version

David Pritchard 5 年之前
父节点
当前提交
350716c295
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/loaders/MTLLoader.js

+ 1 - 1
examples/js/loaders/MTLLoader.js

@@ -123,7 +123,7 @@ THREE.MTLLoader.prototype = Object.assign( Object.create( THREE.Loader.prototype
 } );
 } );
 
 
 /**
 /**
- * Create a new THREE-MTLLoader.MaterialCreator
+ * Create a new THREE.MTLLoader.MaterialCreator
  * @param baseUrl - Url relative to which textures are loaded
  * @param baseUrl - Url relative to which textures are loaded
  * @param options - Set of options on how to construct the materials
  * @param options - Set of options on how to construct the materials
  *                  side: Which side to apply the material
  *                  side: Which side to apply the material