]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
Rename render_modellight_lightdir to render_modellight_lightdir_world and add a _loca...
[xonotic/darkplaces.git] / client.h
index 835acc9a4e175226bb23459cd01a16b90b979ba2..75af05c88a70e753b2bfdd5e32669e279c6b7c0b 100644 (file)
--- a/client.h
+++ b/client.h
@@ -576,7 +576,8 @@ typedef struct entity_render_s
        // MATERIALFLAG_MODELLIGHT uses these parameters
        float render_modellight_ambient[3];
        float render_modellight_diffuse[3];
-       float render_modellight_lightdir[3];
+       float render_modellight_lightdir_world[3];
+       float render_modellight_lightdir_local[3];
        float render_modellight_specular[3];
        // lightmap rendering (not MATERIALFLAG_MODELLIGHT)
        float render_lightmap_ambient[3];