Fix Max Luca Schmidt Coding

This commit is contained in:
FlorianSpeicher
2025-06-30 22:15:12 +02:00
parent 0668af639b
commit bee05b0e33

View File

@@ -134,14 +134,14 @@ public class ModelList
Port.Hidden(Definitions.PORT_ERLBACH_77, "idErlbachPart77", new Vector3(0f, 0f, 0f)),
Port.Hidden(Definitions.PORT_ERLBACH_78, "idErlbachPart78", new Vector3(0f, 0f, 0f)),
Port.Hidden(Definitions.PORT_ERLBACH_79, "idErlbachPart79", new Vector3(0f, 0f, 0f)),
Port.Hidden(Definitions.Port_Erlbach_Tire, "LH", new Vector3(0f,0f,0f)),
Port.Choosable("Wheel Back Left", Definitions.Port_Erlbach_Wheel_LH, "idErlbachWheel_LH", new Vector3(0f, 0f, 0f), Quaternion.identity, 1f, new Vector3(0f, -1f, 0f)),
Port.Hidden(Definitions.Port_Erlbach_Tire1, "LV", new Vector3(0f,0f,0f)),
Port.Choosable("Wheel Front Left", Definitions.Port_Erlbach_Wheel_LV, "idErlbachWheel_LV", new Vector3(0f, 0f, 0f), Quaternion.identity, 1f, new Vector3(0f, -1f, 0f)),
Port.Hidden(Definitions.Port_Erlbach_Tire2, "RH", new Vector3(0f,0f,0f)),
Port.Choosable("Wheel Back Right", Definitions.PORT_ERLBACH_Wheel_RH, "idErlbachWheel_RH", new Vector3(0f, 0f, 0f), Quaternion.identity, 1f, new Vector3(0f, 1f, 0f)),
Port.Hidden(Definitions.Port_Erlbach_Tire3, "RV", new Vector3(0f,0f,0f)),
Port.Choosable("Wheel Front Right", Definitions.PORT_ERLBACH_Wheel_RV, "idErlbachWheel_RV", new Vector3(0f, 0f, 0f), Quaternion.identity, 1f, new Vector3(0f, 1f, 0f)),
Port.Hidden(Definitions.Port_Erlbach_Tire, "LH", new Vector3(0f,0f,0f), Quaternion.identity, 1f, new Vector3(0f, -1f, 0f)),
Port.Choosable("Wheel Back Right", Definitions.Port_Erlbach_Wheel_LH, "idErlbachWheel_LH", new Vector3(0f, 0f, 0f), Quaternion.identity, 1f, new Vector3(0f, -1f, 0f)),
Port.Hidden(Definitions.Port_Erlbach_Tire1, "LV", new Vector3(0f,0f,0f), Quaternion.identity, 1f, new Vector3(0f, -1f, 0f)),
Port.Choosable("Wheel Front Right", Definitions.Port_Erlbach_Wheel_LV, "idErlbachWheel_LV", new Vector3(0f, 0f, 0f), Quaternion.identity, 1f, new Vector3(0f, -1f, 0f)),
Port.Hidden(Definitions.Port_Erlbach_Tire2, "RH", new Vector3(0f,0f,0f), Quaternion.identity, 1f, new Vector3(0f, 1f, 0f)),
Port.Choosable("Wheel Back Left", Definitions.PORT_ERLBACH_Wheel_RH, "idErlbachWheel_RH", new Vector3(0f, 0f, 0f), Quaternion.identity, 1f, new Vector3(0f, 1f, 0f)),
Port.Hidden(Definitions.Port_Erlbach_Tire3, "RV", new Vector3(0f,0f,0f), Quaternion.identity, 1f, new Vector3(0f, 1f, 0f)),
Port.Choosable("Wheel Front Left", Definitions.PORT_ERLBACH_Wheel_RV, "idErlbachWheel_RV", new Vector3(0f, 0f, 0f), Quaternion.identity, 1f, new Vector3(0f, 1f, 0f)),
Port.Choosable("Body", Definitions.PORT_ERLBACH_Body, "idErlbachPart84", new Vector3(0f, 0f, 0f), Quaternion.identity, 1f, new Vector3(0f, 0f, 1f)),
Port.Choosable("Bumper", Definitions.PORT_ERLBACH_Bumper, "idErlbachPart85", new Vector3(0f, 0f, 0f), Quaternion.identity, 1f, new Vector3(1f, 0f, 0f)),
Port.Choosable("Front Bumper", Definitions.PORT_ERLBACH_FrontBumper, "idErlbachPart86", new Vector3(0f, 0f, 0f), Quaternion.identity, 1f, new Vector3(-1f, 0f, 0f)),