mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
bugfix: center and centre
This commit is contained in:
parent
e7b7d94cf6
commit
e308c901f5
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Scene *Parser::getScene(const nlohmann::json &j) {
|
|||
float fov = j["fov"].get<float>();
|
||||
Vector3f lookAt = getVector3f(j["lookat"]);
|
||||
Vector3f up = getVector3f(j["up"]);
|
||||
Vector3f center = getVector3f(j["center"]);
|
||||
Vector3f center = getVector3f(j["centre"]);
|
||||
Vector3f ai = getVector3f(j["ai"]);
|
||||
Vector3f bgc = getVector3f(j["bkc"]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue