1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-23 20:02:32 +08:00

rename models (fix #57)

This commit is contained in:
Kevin Levron 2021-05-10 19:01:54 +02:00
parent 49b795aac4
commit 8c1c81bc94
2 changed files with 4 additions and 6 deletions

View File

@ -1,2 +1,2 @@
export { default as GLTFModel } from './GLTF'
export { default as FBXModel } from './FBX'
export { default as GltfModel } from './GLTF'
export { default as FbxModel } from './FBX'

View File

@ -62,8 +62,8 @@ export const TroisJSVuePlugin = {
'Points',
'Sprite',
'FBXModel',
'GLTFModel',
'FbxModel',
'GltfModel',
'BokehPass',
'EffectComposer',
@ -77,8 +77,6 @@ export const TroisJSVuePlugin = {
'TiltShiftPass',
'UnrealBloomPass',
'ZoomBlurPass',
'GLTFViewer',
]
comps.forEach(comp => {