add rays per pixel

This commit is contained in:
Shuo Feng 2024-03-18 00:15:21 -04:00
parent 2efe817cd7
commit 4d4c257ef1
Signed by: sfeng
GPG key ID: 1E83AE6CD1C037B1
3 changed files with 33 additions and 15 deletions

View file

@ -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_; }