From 8b89273f46c326de8d27c1a52f642228cc9858fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Sat, 31 Mar 2007 19:21:23 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20ajout=20des=20structures=20"vertex3d"?= =?UTF-8?q?=20et=20"mat"=20n=C3=A9cessaire=20a=20la=203D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/3d.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 include/3d.h diff --git a/include/3d.h b/include/3d.h new file mode 100644 index 0000000..88e6c09 --- /dev/null +++ b/include/3d.h @@ -0,0 +1,32 @@ +struc vertex3d +tx dd ? +ty dd ? +tz dd ? +ends vertex3d + +struc mat +p1 dd ? +p2 dd ? +p3 dd ? +p4 dd ? +p5 dd ? +p6 dd ? +p7 dd ? +p8 dd ? +p9 dd ? +p10 dd ? +p11 dd ? +p12 dd ? +p13 dd ? +p14 dd ? +p15 dd ? +p16 dd ? +ends mat + +main equ 4D4Dh +edit equ 3D3Dh +object equ 4000h +mesh equ 4100h +vertex equ 4110h +face equ 4120h +locale equ 4160h