We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab5edd6 + 06bf606 commit 5191debCopy full SHA for 5191deb
examples/js/loaders/VRMLLoader.js
@@ -723,6 +723,12 @@ THREE.VRMLLoader = ( function () {
723
724
}
725
726
+ if ( build !== undefined && node.DEF !== undefined && build.hasOwnProperty( 'name' ) === true ) {
727
+
728
+ build.name = node.DEF;
729
730
+ }
731
732
return build;
733
734
examples/jsm/loaders/VRMLLoader.js
@@ -761,6 +761,12 @@ var VRMLLoader = ( function () {
761
762
763
764
765
766
767
768
769
770
771
772
0 commit comments