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/createBoxGeometry.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/public/CIMSDK/Workers/createBoxGeometry.js b/public/CIMSDK/Workers/createBoxGeometry.js index 14773f7..02966ab 100644 --- a/public/CIMSDK/Workers/createBoxGeometry.js +++ b/public/CIMSDK/Workers/createBoxGeometry.js @@ -1 +1 @@ -define(["./BoxGeometry-fa81cb29","./defaultValue-865ac579","./Transforms-221c7c82","./Matrix3-aeb3c326","./Math-76ce6367","./Matrix2-2fdcdec7","./RuntimeError-9e0724f9","./combine-5e110d09","./ComponentDatatype-985dcc38","./WebGLConstants-258cf3a0","./GeometryAttribute-642addba","./GeometryAttributes-75794475","./GeometryOffsetAttribute-06264989","./VertexFormat-20b5279f"],(function(e,t,r,o,a,c,n,f,i,m,u,d,b,s){"use strict";return function(r,o){return t.defined(o)&&(r=e.BoxGeometry.unpack(r,o)),e.BoxGeometry.createGeometry(r)}})); +define(["./BoxGeometry-470a9c7b","./defaultValue-865ac579","./Transforms-36e0c57f","./Matrix3-293ae7b3","./Math-76ce6367","./Matrix2-7f5bbd54","./RuntimeError-9e0724f9","./combine-5e110d09","./ComponentDatatype-985dcc38","./WebGLConstants-258cf3a0","./GeometryAttribute-df0cc42c","./GeometryAttributes-75794475","./GeometryOffsetAttribute-06264989","./VertexFormat-20b5279f"],(function(e,t,r,o,a,c,n,f,i,m,u,b,d,s){"use strict";return function(r,o){return t.defined(o)&&(r=e.BoxGeometry.unpack(r,o)),e.BoxGeometry.createGeometry(r)}})); -- Gitblit v1.9.3