Skip to content

Commit b0b59ce

Browse files
committed
update readme
1 parent d652fab commit b0b59ce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
55
## Introduction
66

7-
This a basic minecraft clone and it includes features such as:
7+
This a basic minecraft clone and it has implemented:
88

9-
- Heightmap generation via fbm noise map and trees
9+
- Map generation via fbm noise
1010
- 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
11+
- Chunk culling based on camera frustum
12+
- AABB and Raycasting for collision detection
13+
- Multiple render passes for translucency and ui
14+
- Save and load chunks/player states
15+
- Ambient occlusion and directional light
1616

1717
---
1818

0 commit comments

Comments
 (0)