Skip to content
Snippets Groups Projects
Commit cf9a1f01 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

updated to-do list

parent d09f9c0d
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,12 @@ TODO: Artificial (night) light could be more yellow colored than sunlight.
SUGG: Somehow make the night less colorful
TODO: Occlusion culling
- At the same time, move some of the renderMap() block choosing code
to the same place as where the new culling happens.
- Shoot some rays per frame and when ready, make a new list of
blocks for usage of renderMap and give it a new pointer to it.
Configuration:
--------------
......@@ -301,6 +307,8 @@ TODO: Mineral and ground material properties
TODO: Flowing water to actually contain flow direction information
- There is a space for this - it just has to be implemented.
TODO: Consider smoothening cave floors after generating them
Misc. stuff:
------------
TODO: Make sure server handles removing grass when a block is placed (etc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment