# HG changeset patch # User John Tsiombikas # Date 1316643577 -10800 # Node ID 0c1aab0534c577a128a23d0d9fa040626b2f497b # Parent 1a831650f59ad0dbf831bc272c09206634cb891f added scnfmt initial diff -r 1a831650f59a -r 0c1aab0534c5 doc/scnfmt.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/scnfmt.tex Thu Sep 22 01:19:37 2011 +0300 @@ -0,0 +1,16 @@ +chunk +------ +offs size description +0 4 type id (four-cc) +4 4 size (including header and children) +8 sz-8 data (chunk specific) + +defined chunk ids +----------------- +root "root" +material "mtl " +object "obj " +camera "cam " + +chunk description +-----------------