Skip to content

Commit 410014b

Browse files
committed
Add Object3D as superclass of Group
1 parent 75cf24a commit 410014b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/scripts/three-class-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ module.exports = {
764764
},
765765
Group: {
766766
relativePath: './objects/Group',
767+
superClass: 'Object3D',
767768
},
768769
LOD: {
769770
relativePath: './objects/LOD',

0 commit comments

Comments
 (0)