]> git.localhorst.tv Git - blank.git/blobdiff - TODO
optimized block lookup a little
[blank.git] / TODO
diff --git a/TODO b/TODO
index 244e938c259c8283cafa73b09be54cbeba6fb3db..29fd94f455fd3353136ec2758565f383e4a8d195 100644 (file)
--- a/TODO
+++ b/TODO
@@ -76,8 +76,8 @@ entity/world collision
 
        entities should be stopped from entering solid parts of the world
 
+       also, current ray/obb intersection test sucks
+
 better noise
 
        current simplex noise implementation repeats itself pretty quickly
-       also there seems to be a (imo) better implementation here:
-       http://flafla2.github.io/2014/08/09/perlinnoise.html