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 03da577 commit eb09c7cCopy full SHA for eb09c7c
tools/scripts/json/three-elements-map.mjs
@@ -3,6 +3,8 @@ export const NGT_THREE_ELEMENTS = {
3
'ngt-lOD': 'LOD',
4
'ngt-mesh': 'Mesh',
5
'ngt-instanced-mesh': 'InstancedMesh',
6
+ 'ngt-skinned-mesh': 'SkinnedMesh',
7
+ 'ngt-bone': 'Bone',
8
'ngt-material': 'Material',
9
'ngt-mesh-basic-material': 'MeshBasicMaterial',
10
'ngt-mesh-physical-material': 'MeshPhysicalMaterial',
0 commit comments