mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
add light parser
This commit is contained in:
parent
73b90f7535
commit
e13fd8a438
4 changed files with 46 additions and 2 deletions
|
@ -7,3 +7,7 @@ void Light::setTransform(const Matrix4f &transform) {
|
|||
void Light::setGridSize(unsigned int gridSize) { this->gridSize = gridSize; }
|
||||
|
||||
void Light::setUseCenter(bool useCenter) { this->useCenter = useCenter; }
|
||||
|
||||
void PointLight::illumination() const {}
|
||||
|
||||
void AreaLight::illumination() const {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue