mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
docs(editor): add WOM version note and future animation support plan to FORMAT_SPEC
This commit is contained in:
parent
8bf02b5880
commit
84bb31012f
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ Novel file formats for custom WoW zone content. No Blizzard IP.
|
|||
|
||||
## WOM — Wowee Open Model (binary)
|
||||
- Extension: `.wom`
|
||||
- Magic: `WOM1` (0x314D4F57)
|
||||
- Magic: `WOM1` (0x314D4F57) — version 1
|
||||
- Version: embedded in magic (WOM2 for future revisions with animation support)
|
||||
- Layout: magic(4) + vertCount(4) + indexCount(4) + texCount(4) + bounds(28) + name + vertices + indices + texPaths
|
||||
- Vertex: position(vec3) + normal(vec3) + texCoord(vec2) = 32 bytes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue