mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
add rays per pixel
This commit is contained in:
parent
2efe817cd7
commit
4d4c257ef1
3 changed files with 33 additions and 15 deletions
|
@ -10,6 +10,8 @@ int Scene::height() { return height_; }
|
|||
|
||||
float Scene::fov() { return fov_; }
|
||||
|
||||
Eigen::VectorXi Scene::raysPerPixel() const { return raysPerPixel_; }
|
||||
|
||||
Vector3f Scene::ai() const { return ai_; }
|
||||
|
||||
Vector3f Scene::center() const { return center_; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue