]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
implemented FTE_CSQC_SKELETONOBJECTS (clientside support)
[xonotic/darkplaces.git] / render.h
index 71a2d80afceb0d976e37e36fc07502986729d4d3..969e130a957a732b0d60a21f5d3c3c2c773ee6b9 100644 (file)
--- a/render.h
+++ b/render.h
@@ -315,6 +315,7 @@ typedef struct rsurfacestate_s
        float inversematrixscale;
        // animation blending state from entity
        frameblend_t frameblend[MAX_FRAMEBLENDS];
        float inversematrixscale;
        // animation blending state from entity
        frameblend_t frameblend[MAX_FRAMEBLENDS];
+       skeleton_t *skeleton;
        // directional model shading state from entity
        vec3_t modellight_ambient;
        vec3_t modellight_diffuse;
        // directional model shading state from entity
        vec3_t modellight_ambient;
        vec3_t modellight_diffuse;