影像解译
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

combineGeometry.js 1.5KB

123456789101112131415161718
  1. define(['./PrimitivePipeline-e648752b', './createTaskProcessorWorker', './Transforms-e2d4a55a', './Matrix3-41c58dde', './Check-6ede7e26', './defaultValue-fe22d8c0', './Math-0a2ac845', './Matrix2-e1298525', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './GeometryAttribute-13da9466', './GeometryAttributes-ad136444', './GeometryPipeline-03bc5709', './AttributeCompression-f9f6c717', './EncodedCartesian3-57415c8a', './IndexDatatype-2643aa47', './IntersectionTests-85350792', './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';
  2. function combineGeometry(packedParameters, transferableObjects) {
  3. const parameters = PrimitivePipeline.PrimitivePipeline.unpackCombineGeometryParameters(
  4. packedParameters
  5. );
  6. const results = PrimitivePipeline.PrimitivePipeline.combineGeometry(parameters);
  7. return PrimitivePipeline.PrimitivePipeline.packCombineGeometryResults(
  8. results,
  9. transferableObjects
  10. );
  11. }
  12. var combineGeometry$1 = createTaskProcessorWorker(combineGeometry);
  13. return combineGeometry$1;
  14. }));
  15. //# sourceMappingURL=combineGeometry.js.map