Readme in markdown
Will Brown
10 years ago
14 | 14 | how to specify a scene, and all of the primitives available to you can be seen |
15 | 15 | in ArtRay/Primitives.hs. |
16 | 16 | |
17 | Features | |
18 | ---------------- | |
17 | 19 | Current Features |
18 | ---------------- | |
20 | ||
19 | 21 | * Half-plane primitive |
20 | 22 | * Phong reflectance |
21 | 23 | * Shadows, including partial occlusion by transparent materials |
24 | 26 | * Basic refraction model |
25 | 27 | |
26 | 28 | Planned Features: |
29 | ||
27 | 30 | * Triangle meshes |
28 | 31 | * Texturing |
29 | 32 | * Anti-aliasing |