1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00

export fbx model

This commit is contained in:
Kevin Levron 2021-03-13 19:19:04 +01:00
parent 57ae6facab
commit 9c9c08b11f

View File

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