+ | Texture parse

This commit is contained in:
TheRedShip
2025-01-27 16:59:06 +01:00
parent d93a7342a1
commit 1e0ff2d88d
9 changed files with 38 additions and 7 deletions

View File

@ -208,6 +208,11 @@ void Scene::addMaterial(Material *material)
_gpu_materials.push_back(gpu_mat);
}
void Scene::addTexture(std::string path)
{
}
void Scene::updateLightAndObjects(int mat_id)
{
for (unsigned int i = 0; i < _gpu_objects.size(); i++)