1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +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 GltfModel } from './GLTF'
export { default as FBXModel } from './FBX' export { default as FbxModel } from './FBX'

View File

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