Skip to content

Commit 1785b83

Browse files
authored
Merge pull request #16200 from takahirox/AddIsLOD
Add missing LOD.isLOD
2 parents f976559 + 14d5882 commit 1785b83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/objects/LOD.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ LOD.prototype = Object.assign( Object.create( Object3D.prototype ), {
2626

2727
constructor: LOD,
2828

29+
isLOD: true,
30+
2931
copy: function ( source ) {
3032

3133
Object3D.prototype.copy.call( this, source, false );

0 commit comments

Comments
 (0)