aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrow Savcik <krow@savcik.xyz>2024-01-02 20:12:20 +0200
committerKrow Savcik <krow@savcik.xyz>2024-01-02 20:12:20 +0200
commit99be4d3dfd783a2cb4324041d472f714129c1ffb (patch)
treeaa503a2423ac9b2ae0fb21ddde566399bfd0bdbf
parent09ac6ad4c4d2ec34ab6b8bc4d73c1374ab62dc60 (diff)
changed: README.md
fixed typo
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c819c30..9c6c99f 100644
--- a/README.md
+++ b/README.md
@@ -29,14 +29,14 @@ Object files
Object files are a modified/simplified version of standard .obj files.
Available potions are the following:
-1. **M** *factor* - multiply factor. Vertices added will have their coordinates multiplied.
+1. **M** *factor* - multiply factor. Vertices added afterwards will have their coordinates multiplied.
2. **v** *x* *y* *z* - add vertex.
3. **f** *v1* *v2* *v3* - add triangle face with following vertices.
4. **F** *v1* *v2* *v3* *color* - add triangle face with color and following vertices.
Lines that start with any other character will be ignored.
-To-Dd List
+To-Do List
----------
- use matrix math instead of trigonometric formulas.