diff --git a/src/core/mod.js b/src/core/mod.js index 91c61641..7a7eb208 100644 --- a/src/core/mod.js +++ b/src/core/mod.js @@ -1,2 +1,4 @@ export { Entity } from "./Entity.js"; export { Mesh } from "./Mesh.js"; +export { MeshAttributeBuffer } from "./MeshAttributeBuffer.js"; +export { Texture } from "./Texture.js";