From 72e93eccb3be00ab9bea8eaeabaad6204dab1e00 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 16 Jul 2014 23:26:41 -0700 Subject: [PATCH] Reformat description of OrthographicCamera::compute_primary_ray --- src/camera.cc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/camera.cc b/src/camera.cc index bf941fb..2c5f122 100644 --- a/src/camera.cc +++ b/src/camera.cc @@ -112,9 +112,11 @@ Camera::SetUp(const Vector3& up) /* * OrthographicCamera::compute_primary_ray -- - * - * Compute a primary ray given an (x,y) coordinate pair. The orthographic camera projects rays parallel to the viewing - * direction through the (x,y) coordinate given. Thus, the size of the orthographic camera should be set to the size of + */ +/** + * Compute a primary ray given an (x,y) coordinate pair. The orthographic camera + * projects rays parallel to the viewing direction through the (x,y) coordinate + * given. Thus, the size of the orthographic camera should be set to the size of * the view into the scene. */ Ray