P3D Lod Proxies

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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           ProxySequenceId;     //
   ulong           NamedSelectionIndex; //see P3D Named Selections
   //////// ARMA ONLY (ODOLV4x) ///////
   long            BoneIndex;
   ulong           SectionIndex;        //see P3D_Lod_Sections
 }

Related Pages

P3D File Format - ODOLV7