New header comment for camera.cc

This commit is contained in:
Eryn Wells 2014-08-03 19:10:43 -07:00
parent f99608085e
commit a7020545c1

View file

@ -1,8 +1,5 @@
/* camera.h
*
* The Camera is the eye into the scene. It defines several parameters and a single compute_primary_ray method
* that generates rays with which the ray tracer draws the scene.
*
/* camera.cc
* vim: set tw=80:
* Eryn Wells <eryn@erynwells.me>
*/