P3D Lod Proxies

From Bohemia Interactive Community
Revision as of 03:33, 20 May 2010 by Mikero (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:unsupported-doc

LodProxy

 struct
 {
   Asciiz          P3dProxyName;        //"\ca\a10\agm65" (.p3d is implied) <<note the leading filename backslash
   TransformMatrix Transform;           //see Generic FileFormat Data Types
   ulong           FaceIndex;           //see P3D Lod Faces
   ulong           NamedSelectionIndex; //see P3D Named Selections
   //////// ARMA ONLY (ODOLV4x) ///////
   ulong           Unknown[2];
 }

Related Pages

P3D File Format - ODOLV7