@2112-lab/central-plant 0.3.15 → 0.3.16
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.
package/dist/bundle/index.js
CHANGED
|
@@ -37736,7 +37736,7 @@ var CentralPlantInternals = /*#__PURE__*/function () {
|
|
|
37736
37736
|
}));
|
|
37737
37737
|
componentData.children.forEach(function (childData, index) {
|
|
37738
37738
|
try {
|
|
37739
|
-
var _childData$userData, _childData$userData2;
|
|
37739
|
+
var _childData$userData, _childData$userData2, _childData$userData3;
|
|
37740
37740
|
// Create connector geometry (simple sphere for now)
|
|
37741
37741
|
var connectorGeometry = new THREE__namespace.SphereGeometry(0.1, 8, 6);
|
|
37742
37742
|
var connectorMaterial = new THREE__namespace.MeshPhysicalMaterial({
|
|
@@ -37772,7 +37772,8 @@ var CentralPlantInternals = /*#__PURE__*/function () {
|
|
|
37772
37772
|
parentComponentId: componentId,
|
|
37773
37773
|
connectorIndex: index,
|
|
37774
37774
|
direction: ((_childData$userData = childData.userData) === null || _childData$userData === void 0 ? void 0 : _childData$userData.direction) || [0, 1, 0],
|
|
37775
|
-
|
|
37775
|
+
flow: ((_childData$userData2 = childData.userData) === null || _childData$userData2 === void 0 ? void 0 : _childData$userData2.flow) || 'bi',
|
|
37776
|
+
group: ((_childData$userData3 = childData.userData) === null || _childData$userData3 === void 0 ? void 0 : _childData$userData3.group) || null,
|
|
37776
37777
|
originalChildData: childData
|
|
37777
37778
|
};
|
|
37778
37779
|
|
|
@@ -38088,7 +38089,7 @@ var CentralPlant = /*#__PURE__*/function (_BaseDisposable) {
|
|
|
38088
38089
|
* Initialize the CentralPlant manager
|
|
38089
38090
|
*
|
|
38090
38091
|
* @constructor
|
|
38091
|
-
* @version 0.3.
|
|
38092
|
+
* @version 0.3.16
|
|
38092
38093
|
* @updated 2025-10-22
|
|
38093
38094
|
*
|
|
38094
38095
|
* @description Creates a new CentralPlant instance and initializes internal managers and utilities.
|
|
@@ -35,7 +35,7 @@ var CentralPlant = /*#__PURE__*/function (_BaseDisposable) {
|
|
|
35
35
|
* Initialize the CentralPlant manager
|
|
36
36
|
*
|
|
37
37
|
* @constructor
|
|
38
|
-
* @version 0.3.
|
|
38
|
+
* @version 0.3.16
|
|
39
39
|
* @updated 2025-10-22
|
|
40
40
|
*
|
|
41
41
|
* @description Creates a new CentralPlant instance and initializes internal managers and utilities.
|
|
@@ -1089,7 +1089,7 @@ var CentralPlantInternals = /*#__PURE__*/function () {
|
|
|
1089
1089
|
}));
|
|
1090
1090
|
componentData.children.forEach(function (childData, index) {
|
|
1091
1091
|
try {
|
|
1092
|
-
var _childData$userData, _childData$userData2;
|
|
1092
|
+
var _childData$userData, _childData$userData2, _childData$userData3;
|
|
1093
1093
|
// Create connector geometry (simple sphere for now)
|
|
1094
1094
|
var connectorGeometry = new THREE__namespace.SphereGeometry(0.1, 8, 6);
|
|
1095
1095
|
var connectorMaterial = new THREE__namespace.MeshPhysicalMaterial({
|
|
@@ -1125,7 +1125,8 @@ var CentralPlantInternals = /*#__PURE__*/function () {
|
|
|
1125
1125
|
parentComponentId: componentId,
|
|
1126
1126
|
connectorIndex: index,
|
|
1127
1127
|
direction: ((_childData$userData = childData.userData) === null || _childData$userData === void 0 ? void 0 : _childData$userData.direction) || [0, 1, 0],
|
|
1128
|
-
|
|
1128
|
+
flow: ((_childData$userData2 = childData.userData) === null || _childData$userData2 === void 0 ? void 0 : _childData$userData2.flow) || 'bi',
|
|
1129
|
+
group: ((_childData$userData3 = childData.userData) === null || _childData$userData3 === void 0 ? void 0 : _childData$userData3.group) || null,
|
|
1129
1130
|
originalChildData: childData
|
|
1130
1131
|
};
|
|
1131
1132
|
|
|
@@ -31,7 +31,7 @@ var CentralPlant = /*#__PURE__*/function (_BaseDisposable) {
|
|
|
31
31
|
* Initialize the CentralPlant manager
|
|
32
32
|
*
|
|
33
33
|
* @constructor
|
|
34
|
-
* @version 0.3.
|
|
34
|
+
* @version 0.3.16
|
|
35
35
|
* @updated 2025-10-22
|
|
36
36
|
*
|
|
37
37
|
* @description Creates a new CentralPlant instance and initializes internal managers and utilities.
|
|
@@ -1065,7 +1065,7 @@ var CentralPlantInternals = /*#__PURE__*/function () {
|
|
|
1065
1065
|
}));
|
|
1066
1066
|
componentData.children.forEach(function (childData, index) {
|
|
1067
1067
|
try {
|
|
1068
|
-
var _childData$userData, _childData$userData2;
|
|
1068
|
+
var _childData$userData, _childData$userData2, _childData$userData3;
|
|
1069
1069
|
// Create connector geometry (simple sphere for now)
|
|
1070
1070
|
var connectorGeometry = new THREE.SphereGeometry(0.1, 8, 6);
|
|
1071
1071
|
var connectorMaterial = new THREE.MeshPhysicalMaterial({
|
|
@@ -1101,7 +1101,8 @@ var CentralPlantInternals = /*#__PURE__*/function () {
|
|
|
1101
1101
|
parentComponentId: componentId,
|
|
1102
1102
|
connectorIndex: index,
|
|
1103
1103
|
direction: ((_childData$userData = childData.userData) === null || _childData$userData === void 0 ? void 0 : _childData$userData.direction) || [0, 1, 0],
|
|
1104
|
-
|
|
1104
|
+
flow: ((_childData$userData2 = childData.userData) === null || _childData$userData2 === void 0 ? void 0 : _childData$userData2.flow) || 'bi',
|
|
1105
|
+
group: ((_childData$userData3 = childData.userData) === null || _childData$userData3 === void 0 ? void 0 : _childData$userData3.group) || null,
|
|
1105
1106
|
originalChildData: childData
|
|
1106
1107
|
};
|
|
1107
1108
|
|