summaryrefslogtreecommitdiff
path: root/test/raytracer/render.h
blob: 558e2523a6812d8ef4c7b3aebf71ec95d63fc258 (plain)
1
2
3
4
5
6
7
8
9
void render(struct point * amb,
            int numlights,
            struct light ** lights,
            struct object * scene,
            int depth,
            flt fov,
            int wid,
            int ht,
            char * filename);