Skip to content

Commit

Permalink
Add Quake II MD2 model format (#619)
Browse files Browse the repository at this point in the history
* Add files via upload

* put it in the wrong place

* Add QuakeII MD2

* Frame names are null-terminated

* Tweak description

* Delete md2.ksy

* Expand docs and incorporate feedback

Added documentation on standard animation frames. Renamed to quake2_md2. Used list doc-ref and `strz`.

* Markdownify table

* Add animation start frames as an enum

* Prettify table as preformatted ASCII

* Use value instances for anim name/start/count map

* Apply suggestions from code review

Co-authored-by: Petr Pučil <[email protected]>

* Apply suggested punctuation

* Apply suggestions from code review

Co-authored-by: Petr Pučil <[email protected]>

* Suggested changes (metadata, gl_cmds)

* anorms_table value instance

* Move anorms doc-ref to table def

* Apply suggestions from code review

Co-authored-by: Petr Pučil <[email protected]>

* doc indexes -> indices

* Mention `normal` and u,v -> s,t

* Apply suggested sq bracket format

Co-authored-by: Petr Pučil <[email protected]>

* Trim trailing whitespace

---------

Co-authored-by: Petr Pučil <[email protected]>
  • Loading branch information
jdjakub and generalmimon authored Sep 6, 2023
1 parent 3182cec commit ac6328c
Showing 1 changed file with 433 additions and 0 deletions.
Loading

0 comments on commit ac6328c

Please sign in to comment.