Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Updates README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
brenomfviana committed Aug 13, 2017
1 parent 9155ee0 commit cb9d074
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cb9d074

Please sign in to comment.