From 1c8dce429ee5a58d535fcca0e29fe3711aa3fcb5 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sun, 16 Mar 2014 21:05:04 +0100 Subject: [PATCH] Updated --- ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index cd2603b9e..790e568fb 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -8,8 +8,8 @@ Around the source code there are some TODO points with pending revisions/bugs an raylib v1.x - - Review Billboard Drawing functions - - Review Heightmap Loading and Drawing functions - Load Heightmap directly as a Model + - [DONE] Review Billboard Drawing functions + - [DONE] Review Heightmap Loading and Drawing functions - Load Heightmap directly as a Model - Lighting support (only 3d mode) - CreateLight() - [DONE] Simple Collision Detection functions - Default scene Camera controls (zoom, pan, rotate)