Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Apr 18, 2015
1 parent 86bdb88 commit b09ede6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ spica
[![Build Status](https://travis-ci.org/tatsy/spica.svg?branch=master)](https://travis-ci.org/tatsy/spica)
[![Coverage Status](https://coveralls.io/repos/tatsy/spica/badge.svg?branch=master)](https://coveralls.io/r/tatsy/spica?branch=master)

> **spica** is a rendering library for global illumination.
> **spica** is a rendering library for ray tracing (under construction).
## Current features

### Renderer

* Monte-Carlo path tracing
*
* Bidirectional path tracing

### Geometry

Expand All @@ -20,14 +20,12 @@ spica
* Triangle
* Quad


## Future support

* Bidirectional path tracing
* Photon mapping
* Metropolis light transport
* Photon mapping

## To Do
## ToDo

* ImageSensor, Lens, and ObjectPlane classes should be inner class of Camera.

Expand Down

0 comments on commit b09ede6

Please sign in to comment.