mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 15:31:59 +00:00
rename method names
This commit is contained in:
parent
48f00d194f
commit
fd2b57b4ae
2 changed files with 13 additions and 7 deletions
6
src/Parser.cc
Normal file
6
src/Parser.cc
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "Parser.h"
|
||||
#include <string>
|
||||
|
||||
static Scene *parseScene(const nlohmann::json &j) {
|
||||
string name = j["filename"].get<string>();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue