From 12d6cdda86f1801793c58c7693bf4664e7826ecd Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期二, 18 七月 2023 17:29:31 +0800 Subject: [PATCH] 阴影分析,坡度破向分析 --- public/CIMSDK/Workers/combineGeometry.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/public/CIMSDK/Workers/combineGeometry.js b/public/CIMSDK/Workers/combineGeometry.js index 64f1166..71ee2f3 100644 --- a/public/CIMSDK/Workers/combineGeometry.js +++ b/public/CIMSDK/Workers/combineGeometry.js @@ -1 +1 @@ -define(["./PrimitivePipeline-07eae5eb","./createTaskProcessorWorker","./Transforms-221c7c82","./Matrix3-aeb3c326","./defaultValue-865ac579","./Math-76ce6367","./Matrix2-2fdcdec7","./RuntimeError-9e0724f9","./combine-5e110d09","./ComponentDatatype-985dcc38","./WebGLConstants-258cf3a0","./GeometryAttribute-642addba","./GeometryAttributes-75794475","./GeometryPipeline-a349886f","./AttributeCompression-10297289","./EncodedCartesian3-e8922703","./IndexDatatype-16f6b4a1","./IntersectionTests-7b064f18","./Plane-fbab0ca2","./WebMercatorProjection-bfe55882"],(function(e,t,i,r,n,a,o,c,s,m,b,f,u,P,d,p,l,y,G,C){"use strict";return t((function(t,i){const r=e.PrimitivePipeline.unpackCombineGeometryParameters(t),n=e.PrimitivePipeline.combineGeometry(r);return e.PrimitivePipeline.packCombineGeometryResults(n,i)}))})); +define(["./PrimitivePipeline-d6efd16f","./createTaskProcessorWorker","./Transforms-36e0c57f","./Matrix3-293ae7b3","./defaultValue-865ac579","./Math-76ce6367","./Matrix2-7f5bbd54","./RuntimeError-9e0724f9","./combine-5e110d09","./ComponentDatatype-985dcc38","./WebGLConstants-258cf3a0","./GeometryAttribute-df0cc42c","./GeometryAttributes-75794475","./GeometryPipeline-d395f1f6","./AttributeCompression-e34a188e","./EncodedCartesian3-d8932345","./IndexDatatype-16f6b4a1","./IntersectionTests-3a8233fc","./Plane-a7f8aee2","./WebMercatorProjection-63337b4e"],(function(e,t,i,r,n,a,o,c,s,m,f,b,d,u,P,p,l,y,G,C){"use strict";return t((function(t,i){const r=e.PrimitivePipeline.unpackCombineGeometryParameters(t),n=e.PrimitivePipeline.combineGeometry(r);return e.PrimitivePipeline.packCombineGeometryResults(n,i)}))})); -- Gitblit v1.9.3