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:
parent
49b795aac4
commit
8c1c81bc94
@ -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'
|
||||
|
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user