working on animation stuff again, with pivot points
This commit is contained in:
@@ -51,7 +51,7 @@ public class VehicleBaseRenderer<T extends VehicleBaseEntity, M extends EntityMo
|
||||
Vector3d OriginPosition = OriginOffset;
|
||||
switch(OriginType) {
|
||||
case PilotSeat:
|
||||
OriginPosition.add(entity.GetPilotSeat().x,-entity.GetPilotSeat().y,entity.GetPilotSeat().z);
|
||||
OriginPosition.add(entity.GetPilotSeat().x,entity.GetPilotSeat().y,entity.GetPilotSeat().z);
|
||||
break;
|
||||
case EntityPosition:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user