Class FlashbackAccess

java.lang.Object
foundry.veil.impl.client.render.perspective.FlashbackAccess

public class FlashbackAccess extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    backup(org.joml.Matrix4f lastProjectionMatrix, org.joml.Quaternionf lastViewQuaternion)
     
    static void
    restore(org.joml.Matrix4f lastProjectionMatrix, org.joml.Quaternionf lastViewQuaternion)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FlashbackAccess

      public FlashbackAccess()
  • Method Details

    • backup

      public static void backup(org.joml.Matrix4f lastProjectionMatrix, org.joml.Quaternionf lastViewQuaternion)
    • restore

      public static void restore(org.joml.Matrix4f lastProjectionMatrix, org.joml.Quaternionf lastViewQuaternion)