]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
liquid now goes through meshqueue sorting
[xonotic/darkplaces.git] / client.h
index 3faba2f8e66e3725f5949269a0d5e2313ca076e3..c7e61e491e0b90dc411d02e2ab8563bebf7fb817 100644 (file)
--- a/client.h
+++ b/client.h
@@ -153,6 +153,18 @@ typedef struct entity_persistent_s
        // muzzleflash fading
        float muzzleflash;
 
+       // interpolated movement
+
+       // start time of move
+       float lerpstarttime;
+       // time difference from start to end of move
+       float lerpdeltatime;
+       // the move itself, start and end
+       float oldorigin[3];
+       float oldangles[3];
+       float neworigin[3];
+       float newangles[3];
+
        // interpolated animation
 
        // lerp resets when model changes