Victor Glindås 7 роки тому
батько
коміт
0ee70eaac0
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      examples/js/loaders/VRMLLoader.js

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

@@ -986,7 +986,7 @@ THREE.VRMLLoader.prototype = {
 
 
 						}
 						}
 
 
-						if (normals.length > 0) {
+						if ( normals.length > 0 ) {
 
 
 							geometry.addAttribute( 'normal', new THREE.Float32BufferAttribute( normals, 3 ) );
 							geometry.addAttribute( 'normal', new THREE.Float32BufferAttribute( normals, 3 ) );