SuccessChanges

Summary

  1. Added Preview for Camera's Position and look direction in Path Previews (details)
  2. Access Vector3d's fields directly instead of using getter which for some reason fails the gradle build task (details)
Commit eb4f0fcc20158100472dd26df46bce02d8b57a2f by CrushedPixel
Added Preview for Camera's Position and look direction in Path Previews
Added getDestination() method to AdvancedPosition to calculate the destination based on a step size and the position's pitch/yaw
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/holders/AdvancedPosition.java
The file was addedsrc/main/resources/assets/replaymod/camera_head.png
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/renderer/PathPreviewRenderer.java
Commit 25f7b8dd0c0263249da54506901059f2f6eaa043 by CrushedPixel
Access Vector3d's fields directly instead of using getter which for some reason fails the gradle build task
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/holders/AdvancedPosition.java