1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 12:22:03 +08:00
trois/src/meshes/index.js
2020-09-19 12:16:16 +02:00

9 lines
344 B
JavaScript

export { default as Box } from './Box.js';
export { default as Image } from './Image.js';
export { default as Plane } from './Plane.js';
export { default as Sphere } from './Sphere.js';
export { default as Text } from './Text.js';
export { default as InstancedMesh } from './InstancedMesh.js';
export { default as Sprite } from './Sprite.js';