1
0
Commit Graph

5 Commits

Author SHA1 Message Date
2747fdf9ca feature: parse coordinates, create the number list 2025-11-10 00:52:04 +02:00
adeeae3aff feature: stages
stages: separate scanning and parsing, allowing `v`, `vn`, `vt` lines to
be mapped to line numbers and store line data (once).

first stage parsing: parse face data and validate vertices.

TODO:
* improve validation (detect partial normals/texcoords);
* maybe improve storage of triangle line number instead of storing line
  number for each vertex;
2025-10-19 13:45:55 +03:00
aadd9d8661 wavefront/parse: processing v, vn, vt, o, g 2025-10-08 00:44:02 +03:00
753c21ef11 feat: parse wavefront as string lines 2025-07-20 18:29:21 +03:00
58a84ade0d initial parser and compiler 2025-07-19 17:30:42 +03:00