diff --git a/vr-configurator/Assets/Scripts/Models/ModelList.cs b/vr-configurator/Assets/Scripts/Models/ModelList.cs index fc03d61..44f9fda 100644 --- a/vr-configurator/Assets/Scripts/Models/ModelList.cs +++ b/vr-configurator/Assets/Scripts/Models/ModelList.cs @@ -298,9 +298,9 @@ public class ModelList "erlBatBox_2", Resources.Load("Model/ERLbach/BatteryBox_0.5"), Resources.Load("Material/PVC"), - Vector3.zero, // offset to the port + new Vector3(-1f, 2f, 0f), // offset to the port Quaternion.Euler(0f, 0f, 0f), // no rotation - new Vector3(1f, 1f, 1f), // scale + new Vector3(1.1f, 2f, 0.7f), // scale null, // ports null ), @@ -419,7 +419,7 @@ public class ModelList new ModelElement(PortDef.ERL_CABLE_73, "Erlbach Part 73", "idErlbachPart73", Resources.Load($"Material/PlasticCable"), Vector3.zero, Quaternion.identity, Vector3.one, null, null), new ModelElement(PortDef.ERL_BASEPLATE, "Frame", "idErlbachBody_BasePlate", Resources.Load($"Material/AluminiumScratched"), Vector3.zero, Quaternion.identity, Vector3.one, null, null), new ModelElement(PortDef.ERL_BASEPLATE_FRONT, "Front Axle", "idErlbachPart75", Resources.Load($"Material/AluminiumScratched"), Vector3.zero, Quaternion.identity, Vector3.one, null, null), - new ModelElement(PortDef.ERL_BATBOX, "Battery Box", "idErlbachBatBox_Big", Resources.Load($"Material/PVC"), Vector3.zero, Quaternion.identity, Vector3.one, null, null), + new ModelElement(PortDef.ERL_BATBOX, "Big Battery", "idErlbachBatBox_Big", Resources.Load($"Material/PVC"), Vector3.zero, Quaternion.identity, Vector3.one, null, null), new ModelElement(PortDef.ERL_PLATINE, "Erlbach Part 77", "idErlbachPart77", Resources.Load($"Material/PVC"), Vector3.zero, Quaternion.identity, Vector3.one, null, null), new ModelElement(PortDef.ERL_ROD_78, "Erlbach Part 78", "idErlbachPart78", Resources.Load($"Material/PVC"), Vector3.zero, Quaternion.identity, Vector3.one, null, null), new ModelElement(PortDef.ERL_ROD_79, "Erlbach Part 79", "idErlbachPart79", Resources.Load($"Material/PVC"), Vector3.zero, Quaternion.identity, Vector3.one, null, null),