Skip to content

Commit

Permalink
feat(project): updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pedryx committed May 7, 2024
1 parent 831011c commit 2e3b89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Every sector is composed of chunks. Each chunk is saved to a file upon destructi
Each chunk is composed of blocks. Blocks can be destroyed and placed. Different blocks have different destruction times.

## Optimalizations
The game uses greedy meshing for mesh creation of chunks. For each face of every block, it tries to create as large a stripe as possible. This optimization leads to a decrease in number of triangles in the meshes.
The game uses greedy meshing for mesh creation of chunks. For each face of every block, it tries to create as large stripe as possible. This optimization leads to a decrease in number of triangles in the meshes.

## Branches
This repository consists of two branches:
Expand Down

0 comments on commit 2e3b89e

Please sign in to comment.