diff options
author | Krow Savcik <krow@savcik.xyz> | 2024-01-21 01:33:01 +0200 |
---|---|---|
committer | Krow Savcik <krow@savcik.xyz> | 2024-01-21 01:33:01 +0200 |
commit | 44628e689575cd0009124151830dd2395de2ed91 (patch) | |
tree | a4e3fdfec727f5b4c99d858cfaac1095b239e82a /README.md | |
parent | 99be4d3dfd783a2cb4324041d472f714129c1ffb (diff) |
feature: new option in .obj files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |