We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d652fab commit b0b59ceCopy full SHA for b0b59ce
README.md
@@ -4,15 +4,15 @@
4
5
## Introduction
6
7
-This a basic minecraft clone and it includes features such as:
+This a basic minecraft clone and it has implemented:
8
9
-- Heightmap generation via fbm noise map and trees
+- Map generation via fbm noise
10
- Placing and removing blocks
11
-- AO
12
-- Simple AABB and Raycasting for collision detection
13
-- Multiple render passes for different type of objects
14
-- Save and load modified chunks/player state
15
-- Chunk culling based of frustum
+- Chunk culling based on camera frustum
+- AABB and Raycasting for collision detection
+- Multiple render passes for translucency and ui
+- Save and load chunks/player states
+- Ambient occlusion and directional light
16
17
---
18
0 commit comments