1 line
762 B
Plaintext
1 line
762 B
Plaintext
{"version":3,"file":"createBoxGeometry.js","sources":["../../../../Source/WorkersES6/createBoxGeometry.js"],"sourcesContent":["import BoxGeometry from \"../Core/BoxGeometry.js\";\nimport defined from \"../Core/defined.js\";\n\nfunction createBoxGeometry(boxGeometry, offset) {\n if (defined(offset)) {\n boxGeometry = BoxGeometry.unpack(boxGeometry, offset);\n }\n return BoxGeometry.createGeometry(boxGeometry);\n}\nexport default createBoxGeometry;\n"],"names":["defined","BoxGeometry"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;EAGA,SAAS,iBAAiB,CAAC,WAAW,EAAE,MAAM,EAAE;EAChD,EAAE,IAAIA,YAAO,CAAC,MAAM,CAAC,EAAE;EACvB,IAAI,WAAW,GAAGC,uBAAW,CAAC,MAAM,CAAC,WAAW,EAAE,MAAM,CAAC,CAAC;EAC1D,GAAG;EACH,EAAE,OAAOA,uBAAW,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;EACjD;;;;;;;;"} |