From cb9d07488fb84498daba15a28c151db19ed07e43 Mon Sep 17 00:00:00 2001 From: Breno Viana Date: Sun, 13 Aug 2017 12:12:58 -0300 Subject: [PATCH] Updates README.md. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 311eea1..867b513 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Rain is an image renderer that uses the [_ray tracing_](https://en.wikipedia.org ### About -This image renderer is a homework of Computer Graphics course of the Federal University of Rio Grande do Norte (UFRN). +This image renderer is a project of Computer Graphics course of the Federal University of Rio Grande do Norte (UFRN). -The name rain is an acronym to **RA**y trac**IN**g. +The name rain is an acronym for **RA**y trac**IN**g. ## Features and TO DOs @@ -49,11 +49,11 @@ The name rain is an acronym to **RA**y trac**IN**g. ## How to compile -To compile the renderer just use the ```make``` command. +Use the ```make``` command to compile the renderer. ## How to use -To render an image choose a scene and run the renderer passing the file path of the scene as an argument. +Choose a scene and run the renderer passing the file path of the scene as an argument to render an image. ```bash # ./render scenefile.txt