Bladeren bron

added author

Lewy Blue 7 jaren geleden
bovenliggende
commit
5bde066be8
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  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 Kyle-Larson https://github.com/Kyle-Larson
  * @author Takahiro https://github.com/takahirox
  * @author Takahiro https://github.com/takahirox
+ * @author Lewy Blue https://github.com/looeee
  *
  *
  * Loader loads FBX file and generates Group representing FBX scene.
  * 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.
  * 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 material = null;
 		var materials = [];
 		var materials = [];
 
 
-		// get geometry and materials[ s ] from connections
+		// get geometry and materials(s) from connections
 		relationships.children.forEach( function ( child ) {
 		relationships.children.forEach( function ( child ) {
 
 
 			if ( geometryMap.has( child.ID ) ) {
 			if ( geometryMap.has( child.ID ) ) {