aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.