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 f976559 + 14d5882 commit 1785b83Copy full SHA for 1785b83
src/objects/LOD.js
@@ -26,6 +26,8 @@ LOD.prototype = Object.assign( Object.create( Object3D.prototype ), {
26
27
constructor: LOD,
28
29
+ isLOD: true,
30
+
31
copy: function ( source ) {
32
33
Object3D.prototype.copy.call( this, source, false );
0 commit comments