12 lines
307 B
JavaScript
12 lines
307 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
require('three');
|
|
var three_dist_maathThree = require('../../dist/three-87cc244e.cjs.dev.js');
|
|
|
|
|
|
|
|
exports.bufferToVectors = three_dist_maathThree.bufferToVectors;
|
|
exports.vectorsToBuffer = three_dist_maathThree.vectorsToBuffer;
|