Skip to content

Commit eb09c7c

Browse files
committed
fix(core): forgot to update generation
1 parent 03da577 commit eb09c7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/scripts/json/three-elements-map.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ export const NGT_THREE_ELEMENTS = {
33
'ngt-lOD': 'LOD',
44
'ngt-mesh': 'Mesh',
55
'ngt-instanced-mesh': 'InstancedMesh',
6+
'ngt-skinned-mesh': 'SkinnedMesh',
7+
'ngt-bone': 'Bone',
68
'ngt-material': 'Material',
79
'ngt-mesh-basic-material': 'MeshBasicMaterial',
810
'ngt-mesh-physical-material': 'MeshPhysicalMaterial',

0 commit comments

Comments
 (0)