mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
delete debug info
This commit is contained in:
parent
6d81bd4530
commit
0aa8696cf4
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
#include "Light.h"
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <iostream>
|
||||
|
||||
void Light::setTransform(const Matrix4f &transform) {
|
||||
this->transform = transform;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue