aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKrow Savcik <krow@savcik.xyz>2024-01-21 01:33:01 +0200
committerKrow Savcik <krow@savcik.xyz>2024-01-21 01:33:01 +0200
commit44628e689575cd0009124151830dd2395de2ed91 (patch)
treea4e3fdfec727f5b4c99d858cfaac1095b239e82a /README.md
parent99be4d3dfd783a2cb4324041d472f714129c1ffb (diff)
feature: new option in .obj files
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9c6c99f..0425b11 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ Available potions are the following:
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.
+5. **C** *color* - triangles added afterwards will have this color.
Lines that start with any other character will be ignored.