mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-08-13 17:08:04 +00:00
remove debug codes
This commit is contained in:
parent
d06d07217f
commit
ed42a0f9ca
1 changed files with 0 additions and 7 deletions
|
@ -2,10 +2,6 @@
|
|||
#include "../external/simpleppm.h"
|
||||
#include "Parser.h"
|
||||
|
||||
#include <Eigen/Core>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
void RayTracer::parse() {
|
||||
for (auto i = json["output"].begin(); i != json["output"].end(); ++i)
|
||||
scenes.push_back(Parser::getScene(*i));
|
||||
|
@ -41,7 +37,4 @@ void RayTracer::run() {
|
|||
|
||||
for (auto task : tasks)
|
||||
output(task);
|
||||
|
||||
Vector3f test(1, 2, 3);
|
||||
std::cout << test.transpose() << std::endl;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue