1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 12:22:03 +08:00
trois/src/index.js
Kevin Levron 3f107df132 refactor
2020-09-16 15:30:39 +02:00

7 lines
208 B
JavaScript

export * from './core/index.js';
export * from './geometries/index.js';
export * from './lights/index.js';
export * from './materials/index.js';
export * from './meshes/index.js';
export * from './tools.js';