cesium
Version:
CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.
19 lines (15 loc) • 1.45 kB
JavaScript
/* This file is automatically rebuilt by the Cesium build process. */
define(['./when-e6985d2a', './Check-24cae389', './Math-1e296fbe', './Cartesian2-a27b2f0f', './Transforms-522dafc7', './RuntimeError-61701d3e', './WebGLConstants-34c08bc0', './ComponentDatatype-cb08e294', './GeometryAttribute-7fce7c2c', './GeometryAttributes-d6ea8c2b', './AttributeCompression-f8ced8b6', './GeometryPipeline-8b1bcc9c', './EncodedCartesian3-46a75b7e', './IndexDatatype-7948b6db', './IntersectionTests-9b2b2e4d', './Plane-f21775c7', './PrimitivePipeline-502c5fea', './WebMercatorProjection-ee5bc563', './createTaskProcessorWorker'], function (when, Check, _Math, Cartesian2, Transforms, RuntimeError, WebGLConstants, ComponentDatatype, GeometryAttribute, GeometryAttributes, AttributeCompression, GeometryPipeline, EncodedCartesian3, IndexDatatype, IntersectionTests, Plane, PrimitivePipeline, WebMercatorProjection, createTaskProcessorWorker) { 'use strict';
function combineGeometry(packedParameters, transferableObjects) {
var parameters = PrimitivePipeline.PrimitivePipeline.unpackCombineGeometryParameters(
packedParameters
);
var results = PrimitivePipeline.PrimitivePipeline.combineGeometry(parameters);
return PrimitivePipeline.PrimitivePipeline.packCombineGeometryResults(
results,
transferableObjects
);
}
var combineGeometry$1 = createTaskProcessorWorker(combineGeometry);
return combineGeometry$1;
});