mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
* | Cleaning
This commit is contained in:
@ -59,6 +59,7 @@ void Scene::addObject(Object *object)
|
||||
void Scene::addMaterial(Material *material)
|
||||
{
|
||||
_materials.push_back(material);
|
||||
this->updateGPUData();
|
||||
}
|
||||
|
||||
void Scene::updateGPUData()
|
||||
|
Reference in New Issue
Block a user