TinyRaytracer 0.1
A simple C++ raytracer
Loading...
Searching...
No Matches
Variables
keywords.hpp File Reference
#include "helper.hpp"
#include "struct.hpp"
#include "vec3.hpp"
#include <string>
#include <vector>

Go to the source code of this file.

Variables

int width
 
int height
 
std::string filename
 
int bounces
 
int aa
 
int gi
 
double dof_focus
 
double dof_lens
 
vec3 forward
 
vec3 right
 
vec3 up
 
point3 eye
 
double expose
 
bool fisheye
 
bool panorama
 
std::string texture
 
shared_ptr< Objectbvh_head
 
std::vector< Sunsun
 
std::vector< Bulbbulbs
 
std::vector< Planeplanes
 
std::vector< Vertexvertices
 
std::vector< Triangletriangles
 

Detailed Description

Author
Jin (jinj2.nosp@m.@ill.nosp@m.inois.nosp@m..edu)
Version
0.1
Date
2024-11-06