iflow-engine-base 3.5.2 → 3.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -42603,7 +42603,7 @@ class eB {
|
|
|
42603
42603
|
fillTextureRotation = 0;
|
|
42604
42604
|
constructor(e) {
|
|
42605
42605
|
this.engine = e, this.evaluator = new JP();
|
|
42606
|
-
const t = new URL("
|
|
42606
|
+
const t = new URL("/texture/fill.png", import.meta.url).href, i = new _.TextureLoader().load(t);
|
|
42607
42607
|
i.wrapS = _.RepeatWrapping, i.wrapT = _.RepeatWrapping, i.center.set(0.5, 0.5), i.rotation = this.fillTextureRotation, this.fillMaterial = new _.MeshStandardMaterial({
|
|
42608
42608
|
color: 16112010,
|
|
42609
42609
|
map: i,
|
|
@@ -54157,7 +54157,7 @@ class AR {
|
|
|
54157
54157
|
// 业务数据
|
|
54158
54158
|
models = [];
|
|
54159
54159
|
reactBoundingClientRect = { left: 0, top: 0 };
|
|
54160
|
-
version = "3.5.
|
|
54160
|
+
version = "3.5.3";
|
|
54161
54161
|
versionEl = null;
|
|
54162
54162
|
// 引擎容器
|
|
54163
54163
|
container;
|