refactor: update backend URL and added conveyor event storing in ackend
This commit is contained in:
@@ -50,8 +50,8 @@ function Behaviour() {
|
||||
connections: { source: { pathUUID: item.modeluuid, pointUUID: point2UUID }, targets: [] },
|
||||
},
|
||||
],
|
||||
assetPosition: [...item.position],
|
||||
assetRotation: [item.rotation.x, item.rotation.y, item.rotation.z],
|
||||
position: [...item.position],
|
||||
rotation: [item.rotation.x, item.rotation.y, item.rotation.z],
|
||||
speed: 'Inherit',
|
||||
};
|
||||
|
||||
@@ -71,7 +71,7 @@ function Behaviour() {
|
||||
connections: { source: { pathUUID: item.modeluuid, pointUUID: pointUUID }, targets: [] },
|
||||
speed: 2,
|
||||
},
|
||||
assetPosition: [...item.position],
|
||||
position: [...item.position],
|
||||
};
|
||||
|
||||
newPaths.push(newVehiclePath);
|
||||
|
||||
Reference in New Issue
Block a user