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.
1 parent 2a08566 commit e04fc3dCopy full SHA for e04fc3d
libs/core/src/lib/three-types.ts
@@ -140,6 +140,8 @@ export interface NgtThreeElements {
140
'ngt-lOD': NgtThreeElementsImpl['LOD'];
141
'ngt-mesh': NgtThreeElementsImpl['Mesh'];
142
'ngt-instanced-mesh': NgtThreeElementsImpl['InstancedMesh'];
143
+ 'ngt-skinned-mesh': NgtThreeElementsImpl['SkinnedMesh'];
144
+ 'ngt-bone': NgtThreeElementsImpl['Bone'];
145
'ngt-material': NgtThreeElementsImpl['Material'];
146
'ngt-mesh-basic-material': NgtThreeElementsImpl['MeshBasicMaterial'];
147
'ngt-mesh-physical-material': NgtThreeElementsImpl['MeshPhysicalMaterial'];
0 commit comments