mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
reformat
This commit is contained in:
parent
13fc1a9576
commit
d95b0f85e2
2 changed files with 0 additions and 2 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