소스 검색

Update ROADMAP.md

Ray 11 년 전
부모
커밋
4d451f5ea1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ROADMAP.md

+ 1 - 1
ROADMAP.md

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