From 84bb31012f0204a4cec30d49a54943ec7255ba85 Mon Sep 17 00:00:00 2001 From: Kelsi Date: Tue, 5 May 2026 11:50:22 -0700 Subject: [PATCH] docs(editor): add WOM version note and future animation support plan to FORMAT_SPEC --- tools/editor/FORMAT_SPEC.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/editor/FORMAT_SPEC.md b/tools/editor/FORMAT_SPEC.md index fe474e0e..891b553a 100644 --- a/tools/editor/FORMAT_SPEC.md +++ b/tools/editor/FORMAT_SPEC.md @@ -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