This commit is contained in:
Shuo Feng 2024-03-14 18:23:43 -04:00
parent 13fc1a9576
commit d95b0f85e2
Signed by: sfeng
GPG key ID: 1E83AE6CD1C037B1
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
#include "Light.h"
#include <algorithm>
#include <cmath>
#include <iostream>
void Light::setTransform(const Matrix4f &transform) {
this->transform = transform;