[ADD] automatic loading of models

This commit is contained in:
Sem van der Hoeven
2021-06-01 13:57:45 +02:00
parent ef466c9d95
commit 658b809ef2
3 changed files with 85 additions and 15 deletions

View File

@@ -58,6 +58,13 @@ namespace shaders
*/
void LoadLights(std::vector<entities::Light>& lights) const;
/**
* @brief loads some lights contained in a deque.
*
* @param lights the deque containing the lights to load
*/
void LoadLights(std::deque<entities::Light>& lights) const;
/*
* @brief: A method to load the the shine variables from a model into the shader
*