mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 12:22:03 +08:00
5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
|
export * from './core/index.js';
|
||
|
export * from './lights/index.js';
|
||
|
export * from './materials/index.js';
|
||
|
export * from './meshes/index.js';
|