瀏覽代碼

Merge pull request #19314 from Mugen87/dev49

JSM: Update modules.
Michael Herzog 5 年之前
父節點
當前提交
f54320f1d2
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      examples/jsm/loaders/VRMLLoader.js

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

@@ -2533,7 +2533,7 @@ var VRMLLoader = ( function () {
 
 						vertex.multiply( scaling );
 
-						// rotation
+						// rotate
 
 						quaternion.setFromAxisAngle( axis, angle );
 						vertex.applyQuaternion( quaternion );
@@ -2660,6 +2660,7 @@ var VRMLLoader = ( function () {
 				var geometry = new BufferGeometry();
 				geometry.setAttribute( 'position', positionAttribute );
 				geometry.setAttribute( 'normal', normalAttribute );
+				// no uvs yet
 
 				// "solid" influences the material so let's store it for later use