mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2026-06-03 23:44:45 +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