]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
implemented FTE_CSQC_SKELETONOBJECTS (clientside support)
[xonotic/darkplaces.git] / client.h
index ceb699a5c598d39e270a124e7d82f3654b580250..e44d9b7dae39690be34e084feb5463ce897d96d9 100644 (file)
--- a/client.h
+++ b/client.h
@@ -336,6 +336,8 @@ typedef struct entity_render_s
        vec3_t mins, maxs;
        // subframe numbers (-1 if not used) and their blending scalers (0-1), if interpolation is not desired, use subframeblend[0].subframe
        frameblend_t frameblend[MAX_FRAMEBLENDS];
+       // skeletal animation data (if skeleton.relativetransforms is not NULL, it overrides frameblend)
+       skeleton_t *skeleton;
 
        // animation cache index
        int animcacheindex;