baby lock the door and turn the lights down low
[carveJwlIkooP6JGAAIwe30JlM.git] / player.c
index ef516a1a5bf9d92ec4bc6fc387c9c230e2f26d26..ee799d072e073c0d80270a8c2a8f464eb1fd9486 100644 (file)
--- a/player.c
+++ b/player.c
@@ -281,6 +281,10 @@ PLAYER_API void player__render( camera *cam, player_instance *player )
    world_link_lighting_ub( world, _shader_model_character_view.id );
    world_bind_position_texture( world, _shader_model_character_view.id,
                               _uniform_model_character_view_g_world_depth, 2 );
+   world_bind_light_array( world, _shader_model_character_view.id,
+                              _uniform_model_character_view_uLightsArray, 3 );
+   world_bind_light_index( world, _shader_model_character_view.id,
+                              _uniform_model_character_view_uLightsIndex, 4 );
 
    glUniformMatrix4x3fv( _uniform_model_character_view_uTransforms,
                          player->playeravatar->sk.bone_count,