mirror of
https://gitee.com/blitheli/test-skybox.git
synced 2025-06-17 10:58:19 +00:00
67 lines
2.0 KiB
JavaScript
67 lines
2.0 KiB
JavaScript
![]() |
/**
|
||
|
* @license
|
||
|
* Cesium - https://github.com/CesiumGS/cesium
|
||
|
* Version 1.119
|
||
|
*
|
||
|
* Copyright 2011-2022 Cesium Contributors
|
||
|
*
|
||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||
|
* you may not use this file except in compliance with the License.
|
||
|
* You may obtain a copy of the License at
|
||
|
*
|
||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||
|
*
|
||
|
* Unless required by applicable law or agreed to in writing, software
|
||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
|
* See the License for the specific language governing permissions and
|
||
|
* limitations under the License.
|
||
|
*
|
||
|
* Columbus View (Pat. Pend.)
|
||
|
*
|
||
|
* Portions licensed separately.
|
||
|
* See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
|
||
|
*/
|
||
|
|
||
|
import {
|
||
|
PrimitivePipeline_default
|
||
|
} from "./chunk-BDFNKFOE.js";
|
||
|
import {
|
||
|
createTaskProcessorWorker_default
|
||
|
} from "./chunk-QX5XS4LC.js";
|
||
|
import "./chunk-X23FRWHJ.js";
|
||
|
import "./chunk-JYAHOGGL.js";
|
||
|
import "./chunk-OORVMGDU.js";
|
||
|
import "./chunk-I2RC4XVN.js";
|
||
|
import "./chunk-XD445VDH.js";
|
||
|
import "./chunk-4BAE4PWO.js";
|
||
|
import "./chunk-QD4KM3GO.js";
|
||
|
import "./chunk-R6B7UCQB.js";
|
||
|
import "./chunk-GR3CDLCP.js";
|
||
|
import "./chunk-DOXCPOG4.js";
|
||
|
import "./chunk-O3JCMSS3.js";
|
||
|
import "./chunk-2J3JKXCP.js";
|
||
|
import "./chunk-PYHLO636.js";
|
||
|
import "./chunk-MSKXMXJI.js";
|
||
|
import "./chunk-OOK53QUQ.js";
|
||
|
import "./chunk-T77JILCU.js";
|
||
|
import "./chunk-VE7BFUIX.js";
|
||
|
import "./chunk-S3PI2KFM.js";
|
||
|
import "./chunk-AA4GZKOT.js";
|
||
|
|
||
|
// packages/engine/Source/Workers/combineGeometry.js
|
||
|
function combineGeometry(packedParameters, transferableObjects) {
|
||
|
const parameters = PrimitivePipeline_default.unpackCombineGeometryParameters(
|
||
|
packedParameters
|
||
|
);
|
||
|
const results = PrimitivePipeline_default.combineGeometry(parameters);
|
||
|
return PrimitivePipeline_default.packCombineGeometryResults(
|
||
|
results,
|
||
|
transferableObjects
|
||
|
);
|
||
|
}
|
||
|
var combineGeometry_default = createTaskProcessorWorker_default(combineGeometry);
|
||
|
export {
|
||
|
combineGeometry_default as default
|
||
|
};
|