Skip to content

Commit

Permalink
Clarify texture mapping axes support
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Jan 2, 2019
1 parent e716aea commit 6cdf079
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 @@ -13,10 +13,10 @@ OpenGL introduction application at Computer Graphics (slo. Računalniška Grafik
- Multiple Objects Handling
- Per-Model Buffers
- Texture Mapping
- Simple
- Planar
- Cylindrical
- Spherical
- Simple (X, Y)
- Planar (X, Y, Z)
- Cylindrical (X, Y, Z)
- Spherical (X, Y, Z)
- Blinn-Phong Shading/Reflection Model
- Single Point Light
- Bump (Height) Mapping
Expand Down

0 comments on commit 6cdf079

Please sign in to comment.