From 44628e689575cd0009124151830dd2395de2ed91 Mon Sep 17 00:00:00 2001 From: Krow Savcik Date: Sun, 21 Jan 2024 01:33:01 +0200 Subject: feature: new option in .obj files --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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. -- cgit v1.2.3