|
|
@ -40,6 +40,8 @@ public class Portal { |
|
|
|
tmpLocation = Vector3fImmutable.rotateAroundPoint(sourceGate.getLoc(), tmpLocation, sourceGate.getBounds().getQuaternion().angleY); |
|
|
|
tmpLocation = Vector3fImmutable.rotateAroundPoint(sourceGate.getLoc(), tmpLocation, sourceGate.getBounds().getQuaternion().angleY); |
|
|
|
|
|
|
|
|
|
|
|
this.portalLocation = tmpLocation; |
|
|
|
this.portalLocation = tmpLocation; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.activate(false); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public boolean isActive() { |
|
|
|
public boolean isActive() { |
|
|
|