mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-08-14 01:28:02 +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 "Light.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
void Light::setTransform(const Matrix4f &transform) {
|
void Light::setTransform(const Matrix4f &transform) {
|
||||||
this->transform = transform;
|
this->transform = transform;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue