Lewy Blue hace 7 años
padre
commit
5bde066be8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      examples/js/loaders/FBXLoader.js

+ 2 - 1
examples/js/loaders/FBXLoader.js

@@ -1,6 +1,7 @@
 /**
  * @author Kyle-Larson https://github.com/Kyle-Larson
  * @author Takahiro https://github.com/takahirox
+ * @author Lewy Blue https://github.com/looeee
  *
  * Loader loads FBX file and generates Group representing FBX scene.
  * Requires FBX file to be >= 7.0 and in ASCII or to be any version in Binary format.
@@ -1824,7 +1825,7 @@
 		var material = null;
 		var materials = [];
 
-		// get geometry and materials[ s ] from connections
+		// get geometry and materials(s) from connections
 		relationships.children.forEach( function ( child ) {
 
 			if ( geometryMap.has( child.ID ) ) {