Skip to content

Commit be5373d

Browse files
committed
Add more exports to geo bundle
1 parent 3f9aae9 commit be5373d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/geom/bundle.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Only build function to create three.js model
22

3-
export { version, parse, settings } from '../core.mjs';
3+
export { version, parse, settings, httpRequest } from '../core.mjs';
44
export { openFile } from '../io.mjs';
5-
export { build } from './TGeoPainter.mjs';
5+
export { build, produceRenderOrder } from './TGeoPainter.mjs';

0 commit comments

Comments
 (0)