AssetPoint position changed for the StaticMachive and Floatwidget iconName added
This commit is contained in:
@@ -92,7 +92,8 @@ export class pointService {
|
||||
|
||||
if (type === "Conveyor") {
|
||||
const baseData = {
|
||||
modelfileID: "672a090f80d91ac979f4d0bd",
|
||||
// modelfileID: "672a090f80d91ac979f4d0bd",
|
||||
modelfileID: "7dc04e36882e4debbc1a8e3d",
|
||||
type: "Conveyor",
|
||||
};
|
||||
const conveyorPoints: IPointConveyor[] = [
|
||||
@@ -194,7 +195,8 @@ export class pointService {
|
||||
} else if (type === "Vehicle") {
|
||||
console.log("vehcile data");
|
||||
const baseData = {
|
||||
modelfileID: "67e3da19c2e8f37134526e6a",
|
||||
// modelfileID: "67e3da19c2e8f37134526e6a",
|
||||
modelfileID: "a1ee92554935007b10b3eb05",
|
||||
type: "Vehicle",
|
||||
};
|
||||
const vehiclePoint: IPointVehicle = {
|
||||
@@ -229,7 +231,8 @@ export class pointService {
|
||||
} else if (type === "ArmBot") {
|
||||
console.log("ArmBot data");
|
||||
const baseData = {
|
||||
modelfileID: "67eb7904c2e8f37134527eae",
|
||||
// modelfileID: "67eb7904c2e8f37134527eae",
|
||||
modelfileID: "52e6681fbb743a890d96c914",
|
||||
type: "ArmBot",
|
||||
};
|
||||
const ArmBotPoint: IPointArmbot = {
|
||||
@@ -266,12 +269,13 @@ export class pointService {
|
||||
} else if (type === "StaticMachine") {
|
||||
console.log("StaticMachine data");
|
||||
const baseData = {
|
||||
modelfileID: "67e3db5ac2e8f37134526f40",
|
||||
// modelfileID: "67e3db5ac2e8f37134526f40",
|
||||
modelfileID: "ca164ffdfa74f6622536bb0f",
|
||||
type: "StaticMachine",
|
||||
};
|
||||
const StaticMachinePoint: IPointStaticMachine = {
|
||||
uuid: "point1UUID",
|
||||
position: [0, 1.5, -0.5],
|
||||
position: [-0.25, 1.5, 0.85],
|
||||
rotation: [0, 0, 0],
|
||||
actions: {
|
||||
uuid: "randomUUID",
|
||||
|
||||
Reference in New Issue
Block a user