Update ROADMAP.md

This commit is contained in:
Ray 2013-11-30 11:13:31 +01:00
parent 1a8ef80abd
commit 4d451f5ea1

View File

@ -11,7 +11,7 @@ raylib v1.x
- Review Billboard Drawing functions - Review Billboard Drawing functions
- Review Heightmap Loading and Drawing functions - Review Heightmap Loading and Drawing functions
- Lighting support (only 3d mode) - CreateLight() - Lighting support (only 3d mode) - CreateLight()
- Simple Collision Detection functions - CheckCollisionRects(), CheckCollisionCircles() - [DONE] Simple Collision Detection functions
- Default scene Camera controls (zoom, pan, rotate) - Default scene Camera controls (zoom, pan, rotate)
- Basic Procedural Texture / Image generation (Gradient, Checked, Spot, Noise, Cellular) - Basic Procedural Texture / Image generation (Gradient, Checked, Spot, Noise, Cellular)
- Software mipmapping generation and POT conversion (custom implementation) - Software mipmapping generation and POT conversion (custom implementation)