Skip to content

Commit 4bdd280

Browse files
committed
fix(core): add ngt-scene to three elements collection
1 parent 6a9ab69 commit 4bdd280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/core/src/lib/three-types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ type NgtThreeElementsImpl = {
124124
};
125125

126126
export interface NgtThreeElements {
127+
'ngt-scene': NgtThreeElementsImpl['Scene'];
127128
'ngt-object3D': NgtThreeElementsImpl['Object3D'];
128129
'ngt-lOD': NgtThreeElementsImpl['LOD'];
129130
'ngt-mesh': NgtThreeElementsImpl['Mesh'];

0 commit comments

Comments
 (0)