You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
1.4 KiB
17 lines
1.4 KiB
define(['./PrimitivePipeline-6081d138', './createTaskProcessorWorker', './Transforms-b527bb09', './Matrix3-41c58dde', './Check-6ede7e26', './defaultValue-fe22d8c0', './Math-0a2ac845', './Matrix2-e1298525', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './GeometryAttribute-a5b6275b', './GeometryAttributes-ad136444', './GeometryPipeline-fa9e6ffc', './AttributeCompression-f9f6c717', './EncodedCartesian3-57415c8a', './IndexDatatype-2643aa47', './IntersectionTests-feace3da', './Plane-4c3d403b', './WebMercatorProjection-13ed1a6e'], (function (PrimitivePipeline, createTaskProcessorWorker, Transforms, Matrix3, Check, defaultValue, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, GeometryAttribute, GeometryAttributes, GeometryPipeline, AttributeCompression, EncodedCartesian3, IndexDatatype, IntersectionTests, Plane, WebMercatorProjection) { 'use strict';
|
|
|
|
function combineGeometry(packedParameters, transferableObjects) {
|
|
const parameters = PrimitivePipeline.PrimitivePipeline.unpackCombineGeometryParameters(
|
|
packedParameters
|
|
);
|
|
const results = PrimitivePipeline.PrimitivePipeline.combineGeometry(parameters);
|
|
return PrimitivePipeline.PrimitivePipeline.packCombineGeometryResults(
|
|
results,
|
|
transferableObjects
|
|
);
|
|
}
|
|
var combineGeometry$1 = createTaskProcessorWorker(combineGeometry);
|
|
|
|
return combineGeometry$1;
|
|
|
|
}));
|
|
|