Skip to content

Latest commit

 

History

History
executable file
·
35 lines (22 loc) · 612 Bytes

README.md

File metadata and controls

executable file
·
35 lines (22 loc) · 612 Bytes

RayChess

This is a readme file about the RayChess game.

Features Implemented:

Requirement a;

Speedup technique:

None

Make command:

```make```

Execute command:

```./raychess step_max <options>```

Options:

same as raycast, except for no (+c) option)

  • +s : inclusion of shadows
  • +l : inclusion of reflection
  • +r : inclusion of refraction
  • +f : enabling diffuse rendering using stochastic ray generations
  • +p : enabling super-sampling

Usage example:

```make;```
```./raychess 5 +s +l```

Caution:

Executing ( ./raychess 5 +s +l +r +f +p ) takes more than 5 minutes.